Skip to content

Commit 68109f8

Browse files
authored
Merge pull request #194 from opf/changeset-release/main
Release Tracking
2 parents 20a43bc + 4052c88 commit 68109f8

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.changeset/gentle-grapes-help.md

-5
This file was deleted.

.changeset/light-pots-occur.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 0.48.0
4+
5+
### Minor Changes
6+
7+
- [#193](https://github.com/opf/primer_view_components/pull/193) [`95cee35`](https://github.com/opf/primer_view_components/commit/95cee353d512e84823761faaba377dedf1c2cc38) Thanks [@HDinger](https://github.com/HDinger)! - Remove support for anchor strings in PageHeader breadcrumbs
8+
9+
### Patch Changes
10+
11+
- [#192](https://github.com/opf/primer_view_components/pull/192) [`b57b85c`](https://github.com/opf/primer_view_components/commit/b57b85c39aa17c90fc19fc6902163e30a4c95906) Thanks [@HDinger](https://github.com/HDinger)! - Avoid overlapping tabs in PageHeader tabNav
12+
313
## 0.47.1
414

515
### Patch Changes

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openproject-primer_view_components (0.47.1)
4+
openproject-primer_view_components (0.48.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.17.0)

demo/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
openproject-primer_view_components (0.47.1)
4+
openproject-primer_view_components (0.48.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.17.0)

lib/primer/view_components/version.rb

+2-2
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 = 47
9-
PATCH = 1
8+
MINOR = 48
9+
PATCH = 0
1010

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openproject/primer-view-components",
3-
"version": "0.47.1",
3+
"version": "0.48.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)