Skip to content

Commit

Permalink
Merge pull request #79 from opf/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
HDinger authored Feb 15, 2024
2 parents 028a6b5 + e4bf80f commit c2c6345
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-apes-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-items-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-apricots-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-walls-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-cherries-compare.md

This file was deleted.

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

## 0.22.2

### Patch Changes

- [#2577](https://github.com/primer/view_components/pull/2577) [`6a3071d`](https://github.com/opf/primer_view_components/commit/6a3071d6adc1135576156df9bc48fd99d23c0153) Thanks [@lindseywild](https://github.com/lindseywild)! - Adds documentation for the Rails Banner and focus management guidance

- [#2579](https://github.com/primer/view_components/pull/2579) [`c195fc5`](https://github.com/opf/primer_view_components/commit/c195fc51dc373b86f8f8461a52562d18797c363c) Thanks [@keithamus](https://github.com/keithamus)! - Remove aria-disabled from dialogs

- [#2556](https://github.com/primer/view_components/pull/2556) [`077cb08`](https://github.com/opf/primer_view_components/commit/077cb08fe4f7ef5c8e512879bd2847d90f74dea4) Thanks [@keithamus](https://github.com/keithamus)! - Fix issue with layering of nested overlays/dialogs

- [#2557](https://github.com/primer/view_components/pull/2557) [`77e59ee`](https://github.com/opf/primer_view_components/commit/77e59ee8af781711026c7785ef58c300561c6e7d) Thanks [@keithamus](https://github.com/keithamus)! - Fix potential out-of-bounds error in ActionBar

- [#2585](https://github.com/primer/view_components/pull/2585) [`6124098`](https://github.com/opf/primer_view_components/commit/61240988a7e7f0f76a8df1cc361ef6facf240ab7) Thanks [@khiga8](https://github.com/khiga8)! - Bug: Remove dismissable flash stealing focus

## 0.22.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.22.1)
openproject-primer_view_components (0.22.2)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.8.0)
Expand Down
4 changes: 2 additions & 2 deletions 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.22.1)
openproject-primer_view_components (0.22.2)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.8.0)
Expand Down Expand Up @@ -363,7 +363,7 @@ DEPENDENCIES
kuby-core (~> 0.20)
kuby-kind (~> 0.2)
listen
lookbook (~> 2.1.1)
lookbook (~> 2.2.1)
openproject-primer_view_components!
pry-byebug
puma (~> 6.4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module ViewComponents
module VERSION
MAJOR = 0
MINOR = 22
PATCH = 1
PATCH = 2

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.22.1",
"version": "0.22.2",
"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 c2c6345

Please sign in to comment.