Skip to content

Commit 4cad42b

Browse files
authored
Merge pull request #253 from opf/changeset-release/main
Release Tracking
2 parents 9319abf + 5363f3b commit 4cad42b

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

.changeset/strong-months-carry.md

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

CHANGELOG.md

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

3+
## 0.56.0
4+
5+
### Minor Changes
6+
7+
- [#252](https://github.com/opf/primer_view_components/pull/252) [`b8822ba`](https://github.com/opf/primer_view_components/commit/b8822ba460e35c362b0ba927c4a77a2fd7ad26ca) Thanks [@oliverguenther](https://github.com/oliverguenther)! - Allow ActionMenu as sidepanel section action
8+
39
## 0.55.0
410

511
### 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.55.0)
4+
openproject-primer_view_components (0.56.0)
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.55.0)
4+
openproject-primer_view_components (0.56.0)
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
@@ -5,7 +5,7 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 55
8+
MINOR = 56
99
PATCH = 0
1010

1111
STRING = [MAJOR, MINOR, PATCH].join(".")

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.55.0",
3+
"version": "0.56.0",
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)