Skip to content

Commit 917abb0

Browse files
Version Packages
1 parent 5dc97a3 commit 917abb0

13 files changed

+27
-42
lines changed

.changeset/healthy-needles-tease.md

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

.changeset/quick-bulldogs-hammer.md

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

.changeset/rotten-shirts-march.md

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

.changeset/tall-bugs-laugh.md

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

.changeset/weak-walls-sip.md

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

.changeset/wet-fishes-fold.md

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

.changeset/wise-coats-buy.md

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

CHANGELOG.md

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [#2496](https://github.com/primer/view_components/pull/2496) [`983e3a5`](https://github.com/primer/view_components/commit/983e3a5fbf885c46d5bde0c749b0f9298ab2b53f) Thanks [@keithamus](https://github.com/keithamus)! - Primer::Alpha::Dialog uses <dialog> internally
8+
9+
### Patch Changes
10+
11+
- [#2495](https://github.com/primer/view_components/pull/2495) [`fbaea76`](https://github.com/primer/view_components/commit/fbaea76c3209a7c4e92d18b3b80bb347f971c448) Thanks [@antn](https://github.com/antn)! - Allow setting `test_selector` on select list options
12+
13+
- [#2514](https://github.com/primer/view_components/pull/2514) [`226ad35`](https://github.com/primer/view_components/commit/226ad35d0b337bac5e5639e92fc9300c077de814) Thanks [@langermank](https://github.com/langermank)! - Button component: update overflow strategy to allow for line wrap if button label text is too long
14+
15+
- [#2530](https://github.com/primer/view_components/pull/2530) [`1d14d5c`](https://github.com/primer/view_components/commit/1d14d5c03a528930ac59bb8ec30fbec2ea92883e) Thanks [@camertron](https://github.com/camertron)! - Update @oddbird/popover-polyfill to v0.3.8
16+
17+
- [#2491](https://github.com/primer/view_components/pull/2491) [`11b1eec`](https://github.com/primer/view_components/commit/11b1eecc817c7013ed56c84f7050e642b098db41) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing the utilities build not matching properly for `font_size`
18+
19+
- [#2532](https://github.com/primer/view_components/pull/2532) [`316e0f4`](https://github.com/primer/view_components/commit/316e0f4cb8e0ccd14f71ed6a8c42904fd5766feb) Thanks [@langermank](https://github.com/langermank)! - - add min-width to Button
20+
21+
- [#2511](https://github.com/primer/view_components/pull/2511) [`15a090a`](https://github.com/primer/view_components/commit/15a090a999e69056d78ba099671ff1f68d61c610) Thanks [@camertron](https://github.com/camertron)! - Only attach validation IDs to form elements that support validation
22+
323
## 0.16.1
424

525
### 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.16.1)
4+
primer_view_components (0.17.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.16.1)
4+
primer_view_components (0.17.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 = 16
9-
PATCH = 1
8+
MINOR = 17
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.16.1",
3+
"version": "0.17.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)