Skip to content

Commit a93968c

Browse files
Version Packages
1 parent 8f54719 commit a93968c

10 files changed

Lines changed: 70 additions & 34 deletions

File tree

.changeset/add-stack-none-gap.md

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

.changeset/seven-papayas-glow.md

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

.changeset/sharp-jokes-push.md

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

.changeset/spicy-jars-sparkle.md

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

CHANGELOG.md

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

3+
## 0.50.0
4+
5+
### Minor Changes
6+
7+
- [#3864](https://github.com/primer/view_components/pull/3864) [`5d6e909`](https://github.com/primer/view_components/commit/5d6e9091133d6937c77377e63fe0715a8f87575f) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add `none` gap option to Stack component for parity with Primer React
8+
9+
### Patch Changes
10+
11+
- [#3875](https://github.com/primer/view_components/pull/3875) [`6971d77`](https://github.com/primer/view_components/commit/6971d773e3f0f574fd94d50a6bf7efa957a4bc7c) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Fixed SelectPanel multiselect accessibility: Use `aria-selected` instead of `aria-checked` for listbox option items.
12+
13+
- [#3866](https://github.com/primer/view_components/pull/3866) [`391e438`](https://github.com/primer/view_components/commit/391e438715514c41c24648c7abeb27f18f72ed35) Thanks [@llastflowers](https://github.com/llastflowers)! - Make link distinguishable from surrounding text with underline styling
14+
15+
- [#3867](https://github.com/primer/view_components/pull/3867) [`453041c`](https://github.com/primer/view_components/commit/453041c579bb90e54e5075951b345d8f2037f4ef) Thanks [@llastflowers](https://github.com/llastflowers)! - Add SR announcement in Summary As Button story
16+
317
## 0.49.0
418

519
### 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.49.0)
4+
primer_view_components (0.50.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.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.49.0)
4+
primer_view_components (0.50.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.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 = 49
8+
MINOR = 50
99
PATCH = 0
1010

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

0 commit comments

Comments
 (0)