Skip to content

Commit a01da91

Browse files
Release Tracking (#3393)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d66cfc commit a01da91

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

.changeset/wet-cycles-complain.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- [#3396](https://github.com/primer/view_components/pull/3396) [`8e9802a`](https://github.com/primer/view_components/commit/8e9802a1fdb2831512aa357f1cfbac0dad8c4aff) Thanks [@kendallgassner](https://github.com/kendallgassner)! - [SelectPanel] Add in the ability to add form_arugments when using remote fetching
8+
39
## 0.38.0
410

511
### Minor Changes

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
primer_view_components (0.38.0)
4+
primer_view_components (0.39.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.0)

demo/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
primer_view_components (0.38.0)
4+
primer_view_components (0.39.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.0)

lib/primer/view_components/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 38
8+
MINOR = 39
99
PATCH = 0
1010

1111
STRING = [MAJOR, MINOR, PATCH].join(".")

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/view-components",
3-
"version": "0.38.0",
3+
"version": "0.39.0",
44
"description": "ViewComponents for the Primer Design System",
55
"main": "app/assets/javascripts/primer_view_components.js",
66
"module": "app/components/primer/primer.js",

0 commit comments

Comments
 (0)