Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 9, 2024
1 parent b68b3f7 commit a2d5c74
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/modern-otters-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-papayas-exercise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-bears-exist.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 0.36.1

### Patch Changes

- [#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.
[56060] spacing between title and tabs in page headers is too small

- [#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.
[56060] Spacing between title and tabs in page headers is too small

- [#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.
Split out the caption into it's own flex container so it's isolated from the text input + trailing input action.

## 0.36.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openproject-primer_view_components (0.36.0)
openproject-primer_view_components (0.36.1)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.15.0)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
openproject-primer_view_components (0.36.0)
openproject-primer_view_components (0.36.1)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.15.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module ViewComponents
module VERSION
MAJOR = 0
MINOR = 36
PATCH = 0
PATCH = 1

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openproject/primer-view-components",
"version": "0.36.0",
"version": "0.36.1",
"description": "ViewComponents of the Primer Design System for OpenProject",
"main": "app/assets/javascripts/primer_view_components.js",
"module": "app/components/primer/primer.js",
Expand Down

0 comments on commit a2d5c74

Please sign in to comment.