Skip to content

Commit 08c43b8

Browse files
Release Tracking (#2923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f863baf commit 08c43b8

File tree

9 files changed

+19
-22
lines changed

9 files changed

+19
-22
lines changed

.changeset/forty-ways-grab.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-ligers-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-otters-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## 0.27.0
4+
5+
### Minor Changes
6+
7+
- [#2922](https://github.com/primer/view_components/pull/2922) [`fb5917d`](https://github.com/primer/view_components/commit/fb5917dc9e6246af85a8199e6e47f73e2db3ba70) Thanks [@camertron](https://github.com/camertron)! - Change ActionMenu to accept and forward overlay arguments
8+
9+
### Patch Changes
10+
11+
- [#2925](https://github.com/primer/view_components/pull/2925) [`6c730c4`](https://github.com/primer/view_components/commit/6c730c4b8eeb050cf706d4843a87f2740e379a49) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Update ActionList such that if role='listbox' is passed in the items render as options
12+
13+
- [#2924](https://github.com/primer/view_components/pull/2924) [`235544d`](https://github.com/primer/view_components/commit/235544d3f0770717c16532e6f0801d6249f6a884) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Add a valid selector to focus-group
14+
315
## 0.26.1
416

517
### Patch Changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
primer_view_components (0.26.1)
4+
primer_view_components (0.27.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.0)

demo/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
primer_view_components (0.26.1)
4+
primer_view_components (0.27.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.0)

lib/primer/view_components/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 26
9-
PATCH = 1
8+
MINOR = 27
9+
PATCH = 0
1010

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/view-components",
3-
"version": "0.26.1",
3+
"version": "0.27.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)