Skip to content

Commit 5d6ebfb

Browse files
authored
Merge pull request #141 from opf/changeset-release/main
Release Tracking
2 parents d83d1f0 + dd2b43b commit 5d6ebfb

9 files changed

Lines changed: 19 additions & 24 deletions

File tree

.changeset/modern-otters-count.md

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

.changeset/quick-papayas-exercise.md

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

.changeset/soft-bears-exist.md

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

CHANGELOG.md

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

3+
## 0.36.1
4+
5+
### Patch Changes
6+
7+
- [#140](https://github.com/opf/primer_view_components/pull/140) [`56c285c`](https://github.com/opf/primer_view_components/commit/56c285cee825e9f8fb3f2c8b0ca79924566b2819) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - Space between title and tabs in page header component is increased.
8+
[56060] spacing between title and tabs in page headers is too small
9+
10+
- [#142](https://github.com/opf/primer_view_components/pull/142) [`55abb63`](https://github.com/opf/primer_view_components/commit/55abb63a52d115c51ab8aedbcecc49679443dee5) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - Space between title and tabs in page header component is increased.
11+
[56060] Spacing between title and tabs in page headers is too small
12+
13+
- [#71](https://github.com/opf/primer_view_components/pull/71) [`1a73dd4`](https://github.com/opf/primer_view_components/commit/1a73dd4275db9514a735ea0a6b59d2640abc4109) Thanks [@akabiru](https://github.com/akabiru)! - `Primer::OpenProject::InputGroup` component text input group broke when provided with a caption.
14+
Split out the caption into it's own flex container so it's isolated from the text input + trailing input action.
15+
316
## 0.36.0
417

518
### Minor 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.36.0)
4+
openproject-primer_view_components (0.36.1)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.15.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.36.0)
4+
openproject-primer_view_components (0.36.1)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
openproject-octicons (>= 19.15.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 = 36
9-
PATCH = 0
9+
PATCH = 1
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.36.0",
3+
"version": "0.36.1",
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)