Skip to content

Commit

Permalink
Merge pull request #183 from opf/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
HDinger authored Sep 9, 2024
2 parents b73cb75 + 03b922d commit 75a39e1
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-beds-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-pots-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-ghosts-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-pumpkins-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-kids-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-phones-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-lemons-leave.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.45.0

### Minor Changes

- [#3026](https://github.com/primer/view_components/pull/3026) [`5be0a0f`](https://github.com/opf/primer_view_components/commit/5be0a0f1e60e02cb5140e159fd6b68dfd25194fa) Thanks [@camertron](https://github.com/camertron)! - Fire an event when banners are dismissed

- [#3023](https://github.com/primer/view_components/pull/3023) [`3fb46ed`](https://github.com/opf/primer_view_components/commit/3fb46ed1130f4a31e238b583de79db9d862c06a7) Thanks [@langermank](https://github.com/langermank)! - Bump `primer/primitives` v9

- [#3022](https://github.com/primer/view_components/pull/3022) [`01cbbea`](https://github.com/opf/primer_view_components/commit/01cbbea74f1b102cfffed69b83b464394c8019b9) Thanks [@camertron](https://github.com/camertron)! - Add a linter for migrating from SelectMenu -> SelectPanel

### Patch Changes

- [#3027](https://github.com/primer/view_components/pull/3027) [`5a205cd`](https://github.com/opf/primer_view_components/commit/5a205cd63543c119b985e83e2800b8c2548cc051) Thanks [@camertron](https://github.com/camertron)! - Remove SelectPanel's backdrop

- [#3021](https://github.com/primer/view_components/pull/3021) [`8a16336`](https://github.com/opf/primer_view_components/commit/8a16336d254321f43969c9ed5b72861dc4c53c2e) Thanks [@camertron](https://github.com/camertron)! - When hiding a `Spinner`, also hide its screen reader text

- [#3040](https://github.com/primer/view_components/pull/3040) [`612307d`](https://github.com/opf/primer_view_components/commit/612307dd374352ccd71c8f82dbe7f065db54b9d4) Thanks [@camertron](https://github.com/camertron)! - Revert leading/trailing visuals for link component

- [#3038](https://github.com/primer/view_components/pull/3038) [`6b4983e`](https://github.com/opf/primer_view_components/commit/6b4983e1ecc29e7cf80cb68f0d274346882123b7) Thanks [@jamieshark](https://github.com/jamieshark)! - SelectPanel: check for filter input when loading remote items.

## 0.44.3

### 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.44.3)
openproject-primer_view_components (0.45.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.44.3)
openproject-primer_view_components (0.45.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 = 44
PATCH = 3
MINOR = 45
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.44.3",
"version": "0.45.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 75a39e1

Please sign in to comment.