Skip to content

Commit 6f02a78

Browse files
authored
Merge pull request #280 from opf/changeset-release/main
Release Tracking
2 parents 9453588 + 07e0b14 commit 6f02a78

8 files changed

Lines changed: 15 additions & 17 deletions

File tree

.changeset/friendly-swans-invite.md

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

.changeset/popular-eggs-notice.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.62.0
4+
5+
### Minor Changes
6+
7+
- [#3433](https://github.com/primer/view_components/pull/3433) [`1b583f4`](https://github.com/opf/primer_view_components/commit/1b583f449b5d433e9db006d43b6ac680f9a07b3b) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Clean up warnings when running tests, limit Ruby support to >= 3.2 and Rails support to >= 7.1.
8+
9+
- [#3406](https://github.com/primer/view_components/pull/3406) [`5176617`](https://github.com/opf/primer_view_components/commit/5176617e71cee7fcd14bfaddd6fa18910d4fbc79) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Use auto-check-element v6, which only validates on blur vs. every keystroke.
10+
311
## 0.61.1
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.61.1)
4+
openproject-primer_view_components (0.62.0)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
openproject-octicons (>= 19.23.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.61.1)
4+
openproject-primer_view_components (0.62.0)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
openproject-octicons (>= 19.23.0)

lib/primer/view_components/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module Primer
55
module ViewComponents
66
module VERSION
77
MAJOR = 0
8-
MINOR = 61
9-
PATCH = 1
8+
MINOR = 62
9+
PATCH = 0
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.61.1",
3+
"version": "0.62.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)