Skip to content

Commit dc3ddc2

Browse files
authored
Merge pull request #249 from opf/changeset-release/main
Release Tracking
2 parents 56a0c9b + b7a7999 commit dc3ddc2

File tree

10 files changed

+18
-26
lines changed

10 files changed

+18
-26
lines changed

.changeset/gold-clouds-explain.md

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

.changeset/polite-pets-shop.md

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

.changeset/soft-pots-return.md

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

.changeset/twelve-bags-dance.md

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

CHANGELOG.md

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

3+
## 0.54.1
4+
5+
### Patch Changes
6+
7+
- [#246](https://github.com/opf/primer_view_components/pull/246) [`26fdce6`](https://github.com/opf/primer_view_components/commit/26fdce6b70caf96e46d5867e52ab23b6360b45f6) Thanks [@myabc](https://github.com/myabc)! - DangerDialog now uses the "alertdialog" ARIA role
8+
9+
- [#245](https://github.com/opf/primer_view_components/pull/245) [`27b6af1`](https://github.com/opf/primer_view_components/commit/27b6af1cf733cb3e4ab2816a970d96d558b1dc0a) Thanks [@myabc](https://github.com/myabc)! - Fix broken FeedbackDialog aria-describedby value - was referencing non-existent id.
10+
11+
- [#243](https://github.com/opf/primer_view_components/pull/243) [`79986c4`](https://github.com/opf/primer_view_components/commit/79986c435adbfed95fe2128f03949e37a920039d) Thanks [@myabc](https://github.com/myabc)! - Fix DangerDialog body scroll behaviour when containing a form: the dialog's confirm and cancel buttons should now always be visible in the viewport, never scrolling with the other dialog content.
12+
13+
- [#245](https://github.com/opf/primer_view_components/pull/245) [`27b6af1`](https://github.com/opf/primer_view_components/commit/27b6af1cf733cb3e4ab2816a970d96d558b1dc0a) Thanks [@myabc](https://github.com/myabc)! - Fix broken DangerDialog aria-describedby value - was referencing non-existent id.
14+
315
## 0.54.0
416

517
### 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-
openproject-primer_view_components (0.54.0)
4+
openproject-primer_view_components (0.54.1)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.20.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-
openproject-primer_view_components (0.54.0)
4+
openproject-primer_view_components (0.54.1)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.20.0)

lib/primer/view_components/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module ViewComponents
66
module VERSION
77
MAJOR = 0
88
MINOR = 54
9-
PATCH = 0
9+
PATCH = 1
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": "@openproject/primer-view-components",
3-
"version": "0.54.0",
3+
"version": "0.54.1",
44
"description": "ViewComponents of the Primer Design System for OpenProject",
55
"main": "app/assets/javascripts/primer_view_components.js",
66
"module": "app/components/primer/primer.js",

0 commit comments

Comments
 (0)