Skip to content

Commit cf0bae3

Browse files
Release Tracking (#2953)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b662625 commit cf0bae3

File tree

11 files changed

+23
-32
lines changed

11 files changed

+23
-32
lines changed

.changeset/beige-knives-complain.md

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

.changeset/khaki-suits-lay.md

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

.changeset/pretty-tables-grab.md

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

.changeset/rotten-apples-greet.md

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

.changeset/tidy-kings-do.md

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

CHANGELOG.md

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

3+
## 0.28.0
4+
5+
### Minor Changes
6+
7+
- [#2941](https://github.com/primer/view_components/pull/2941) [`f3b640e`](https://github.com/primer/view_components/commit/f3b640e3ce13979aa187c4fa6ff4e31f5717d720) Thanks [@camertron](https://github.com/camertron)! - Upstream the SelectPanel component from dotcom
8+
9+
### Patch Changes
10+
11+
- [#2954](https://github.com/primer/view_components/pull/2954) [`15fb8c4`](https://github.com/primer/view_components/commit/15fb8c4e214142a6bc09a98b7fc70a5f917e68f9) Thanks [@camertron](https://github.com/camertron)! - Small SelectPanel fixes; lots of SelectPanel tests.
12+
13+
- [#2951](https://github.com/primer/view_components/pull/2951) [`ac15e65`](https://github.com/primer/view_components/commit/ac15e654ae185541ab7924c98bef67c6917f4d21) Thanks [@HDinger](https://github.com/HDinger)! - Always align group headers of a `Primer::Alpha::ActionMenu` at the beginning of the line
14+
15+
- [#2952](https://github.com/primer/view_components/pull/2952) [`98900f3`](https://github.com/primer/view_components/commit/98900f3a8afb9fe45cfb4a850c7be13d1061feba) Thanks [@camertron](https://github.com/camertron)! - Fix wrapping behavior of toggle switch label
16+
17+
- [#2961](https://github.com/primer/view_components/pull/2961) [`b662625`](https://github.com/primer/view_components/commit/b662625bab5e48102c0fad8fff4e2eb0523c1fad) Thanks [@camertron](https://github.com/camertron)! - Ensure condition is checked when mutations occur in SelectPanelElement.
18+
319
## 0.27.0
420

521
### Minor 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.27.0)
4+
primer_view_components (0.28.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.27.0)
4+
primer_view_components (0.28.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.0)

lib/primer/view_components/version.rb

Lines changed: 1 addition & 1 deletion
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 = 27
8+
MINOR = 28
99
PATCH = 0
1010

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

package-lock.json

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

0 commit comments

Comments
 (0)