Skip to content

Commit 376215b

Browse files
authored
Merge pull request #343 from opf/changeset-release/main
Release Tracking
2 parents 324e45c + fc5af97 commit 376215b

File tree

8 files changed

+14
-16
lines changed

8 files changed

+14
-16
lines changed

.changeset/thin-oranges-shout.md

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

.changeset/unlucky-scissors-rescue.md

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

CHANGELOG.md

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

3+
## 0.70.5
4+
5+
### Patch Changes
6+
7+
- [#341](https://github.com/opf/primer_view_components/pull/341) [`b355320`](https://github.com/opf/primer_view_components/commit/b3553206a1e1b2c9acac3ba36c7422f66bdf6dc4) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - [65898] ActionMenu SubMenu does not support dividers
8+
9+
- [#345](https://github.com/opf/primer_view_components/pull/345) [`8b98093`](https://github.com/opf/primer_view_components/commit/8b980930bdd28758bc94724f201bae4e765e33b7) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - [65869] Add an option in the page header description that allows all links in it to be displayed with or without an underline.
10+
311
## 0.70.4
412

513
### Patch 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.70.4)
4+
openproject-primer_view_components (0.70.5)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
openproject-octicons (>= 19.25.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.70.4)
4+
openproject-primer_view_components (0.70.5)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
openproject-octicons (>= 19.25.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 = 70
9-
PATCH = 4
9+
PATCH = 5
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.70.4",
3+
"version": "0.70.5",
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)