Skip to content

Commit 5299181

Browse files
Version Packages
1 parent d528622 commit 5299181

8 files changed

Lines changed: 14 additions & 16 deletions

File tree

.changeset/great-pens-ask.md

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

.changeset/open-rivers-press.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.84.4
4+
5+
### Patch Changes
6+
7+
- [#441](https://github.com/opf/primer_view_components/pull/441) [`a71da10`](https://github.com/opf/primer_view_components/commit/a71da1074d5f3e13e0610059de1066434b6d4b58) Thanks [@HDinger](https://github.com/HDinger)! - Bump ociticons to 19.34.0
8+
9+
- [#436](https://github.com/opf/primer_view_components/pull/436) [`1438f6f`](https://github.com/opf/primer_view_components/commit/1438f6fed90c20cb8d1f13ce481a380fa3edca91) Thanks [@HDinger](https://github.com/HDinger)! - Support description in FieldsetGroups
10+
311
## 0.84.3
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.84.3)
4+
openproject-primer_view_components (0.84.4)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
77
openproject-octicons (>= 19.34.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.84.3)
4+
openproject-primer_view_components (0.84.4)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
77
openproject-octicons (>= 19.34.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 = 84
9-
PATCH = 3
9+
PATCH = 4
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.84.3",
3+
"version": "0.84.4",
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)