Skip to content

Commit abadfe4

Browse files
authored
Merge pull request #59 from opf/changeset-release/main
Release Tracking
2 parents 31594bd + 3f51ce9 commit abadfe4

8 files changed

Lines changed: 19 additions & 19 deletions

File tree

.changeset/early-news-help.md

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

.changeset/strong-lamps-yawn.md

Lines changed: 0 additions & 7 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.18.0
4+
5+
### Minor Changes
6+
7+
- [#56](https://github.com/opf/primer_view_components/pull/56) [`384c4b45`](https://github.com/opf/primer_view_components/commit/384c4b456a5f217cd9caa3ccaad6cfed289766ea) Thanks [@HDinger](https://github.com/HDinger)! - Create OpenProject::InputGroupComponent
8+
9+
### Patch Changes
10+
11+
- [#57](https://github.com/opf/primer_view_components/pull/57) [`29a18c91`](https://github.com/opf/primer_view_components/commit/29a18c91d6d9e4cfbdfffa52c178481cb8305031) Thanks [@aaron-contreras](https://github.com/aaron-contreras)! - Allow setting an `id` attribute on the BorderBox's `ul` element
12+
13+
<!-- Changed components: Primer::Beta::BorderBox -->
14+
315
## 0.17.1
416

517
### 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.17.1)
4+
openproject-primer_view_components (0.18.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.8.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.17.1)
4+
openproject-primer_view_components (0.18.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.8.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 = 17
9-
PATCH = 1
8+
MINOR = 18
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.17.1",
3+
"version": "0.18.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)