Skip to content

Commit

Permalink
Merge pull request #209 from opf/changeset-release/main
Browse files Browse the repository at this point in the history
Release Tracking
  • Loading branch information
HDinger authored Dec 6, 2024
2 parents c168622 + c6f484d commit 5886099
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-dots-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-papayas-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-experts-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-badgers-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-birds-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-shirts-heal.md

This file was deleted.

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

## 0.50.0

### Minor Changes

- [#3041](https://github.com/primer/view_components/pull/3041) [`14dd0d3`](https://github.com/opf/primer_view_components/commit/14dd0d3c4cbf2e6ce46f4d80ed94ccc06374299e) Thanks [@HDinger](https://github.com/HDinger)! - Support leading and trailing icons for Links

- [#3219](https://github.com/primer/view_components/pull/3219) [`633bd05`](https://github.com/opf/primer_view_components/commit/633bd05ea6675e2b54b1cd025d86462a810e6e94) Thanks [@camertron](https://github.com/camertron)! - Removing the validate classname check that forces system arguments instead of utility classes

### Patch Changes

- [#3217](https://github.com/primer/view_components/pull/3217) [`0bbb076`](https://github.com/opf/primer_view_components/commit/0bbb076a978f1029d3f1724bda821ee136be408b) Thanks [@camertron](https://github.com/camertron)! - Fix issue causing AutoComplete elements to overflow their container

- [#3205](https://github.com/primer/view_components/pull/3205) [`79ca4f9`](https://github.com/opf/primer_view_components/commit/79ca4f91a67ac79623584a89d4afe5931ae0bbd6) Thanks [@camertron](https://github.com/camertron)! - Ensure `full_width:` option is respected by the auto_complete input

- [#3202](https://github.com/primer/view_components/pull/3202) [`a574b0e`](https://github.com/opf/primer_view_components/commit/a574b0e2becdc057c23aa6e26230851f90976605) Thanks [@camertron](https://github.com/camertron)! - Prevent hidden inputs from taking up space on the page

- [#3216](https://github.com/primer/view_components/pull/3216) [`23dd4fa`](https://github.com/opf/primer_view_components/commit/23dd4fa4308c91abef13e8e23876ab12ea79db2e) Thanks [@keithamus](https://github.com/keithamus)! - Remove redundant code for better performance.

## 0.49.2

### Patch 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.49.2)
openproject-primer_view_components (0.50.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.17.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.49.2)
openproject-primer_view_components (0.50.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
openproject-octicons (>= 19.17.0)
Expand Down
4 changes: 2 additions & 2 deletions lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module Primer
module ViewComponents
module VERSION
MAJOR = 0
MINOR = 49
PATCH = 2
MINOR = 50
PATCH = 0

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.49.2",
"version": "0.50.0",
"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 5886099

Please sign in to comment.