Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2024
1 parent 4c2f732 commit da0eb85
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-berries-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-phones-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-foxes-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-zoos-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-starfishes-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-vans-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-points-cross.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## 0.47.0

### Minor Changes

- [#3062](https://github.com/primer/view_components/pull/3062) [`b45ef04`](https://github.com/opf/primer_view_components/commit/b45ef044eb08788c7abff7cbd962da6d0ca56aa5) Thanks [@dombesz](https://github.com/dombesz)! - Trigger an input event when the primer-text-field clear button is pressed.

### Patch Changes

- [#3054](https://github.com/primer/view_components/pull/3054) [`4434ec0`](https://github.com/opf/primer_view_components/commit/4434ec03af760a950060f58549243aa2842be045) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Disallow passing `role:` argument

- [#3077](https://github.com/primer/view_components/pull/3077) [`66488a3`](https://github.com/opf/primer_view_components/commit/66488a30da6cccdf58367d0b20262af5afa597a1) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Fix tab index issue in multi-select mode

- [#3044](https://github.com/primer/view_components/pull/3044) [`b57b63a`](https://github.com/opf/primer_view_components/commit/b57b63ab909a3afebd291f91d8e59db5ee9c0998) Thanks [@jamieshark](https://github.com/jamieshark)! - SelectPanel - design bug fixes. Adds a divider below the filter, adjusts min height for loading and error states, moves banner error above input filter."

- [#3053](https://github.com/primer/view_components/pull/3053) [`871c818`](https://github.com/opf/primer_view_components/commit/871c8184c8d3b70565052b419eec04ead2a894e0) Thanks [@camertron](https://github.com/camertron)! - [SelectPanel] Raise an error when remote fetch + hidden filter argument combo

- [#3058](https://github.com/primer/view_components/pull/3058) [`269b02f`](https://github.com/opf/primer_view_components/commit/269b02f221145af4acfb6fa8b4e15ef66c781b4c) Thanks [@langermank](https://github.com/langermank)! - `Label` padding updates to match PRC

- [#3057](https://github.com/primer/view_components/pull/3057) [`96b42db`](https://github.com/opf/primer_view_components/commit/96b42db2e0c0402008d2e00851e481d993b1506e) Thanks [@owenniblock](https://github.com/owenniblock)! - Don't select SelectPanel::Item when item is a link

## 0.46.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openproject-primer_view_components (0.46.1)
openproject-primer_view_components (0.47.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.17.0)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
openproject-primer_view_components (0.46.1)
openproject-primer_view_components (0.47.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.17.0)
Expand Down
4 changes: 2 additions & 2 deletions lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module Primer
module ViewComponents
module VERSION
MAJOR = 0
MINOR = 46
PATCH = 1
MINOR = 47
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openproject/primer-view-components",
"version": "0.46.1",
"version": "0.47.0",
"description": "ViewComponents of the Primer Design System for OpenProject",
"main": "app/assets/javascripts/primer_view_components.js",
"module": "app/components/primer/primer.js",
Expand Down

0 comments on commit da0eb85

Please sign in to comment.