Skip to content

Commit

Permalink
Release Tracking (#3258)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
primer[bot] and github-actions[bot] authored Jan 16, 2025
1 parent 7c59b29 commit 6118783
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-students-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-students-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-suns-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-carpets-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-cats-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-rings-jog.md

This file was deleted.

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

## 0.36.4

### Patch Changes

- [#3260](https://github.com/primer/view_components/pull/3260) [`87b0ddb`](https://github.com/primer/view_components/commit/87b0ddbfc7368156d04c68bd7fccbe407c9c03e4) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Add more support for ruby 3.4 in tests

- [#3267](https://github.com/primer/view_components/pull/3267) [`7378b29`](https://github.com/primer/view_components/commit/7378b29bc2e0341e12c6921c246667b8a3ab820c) Thanks [@camertron](https://github.com/camertron)! - Add trailing visuals to the text field

- [#3265](https://github.com/primer/view_components/pull/3265) [`3c2454a`](https://github.com/primer/view_components/commit/3c2454a304baa045e4234375d19713427f467395) Thanks [@myabc](https://github.com/myabc)! - Fix incorrect classname keys when generating `lib/primer/classify/utilities.yml` with `bundle exec rake utilities:build`.

- [#3268](https://github.com/primer/view_components/pull/3268) [`43e621e`](https://github.com/primer/view_components/commit/43e621eff9b48352ae5580f4864a98e18c2d2dc9) Thanks [@camertron](https://github.com/camertron)! - Ensure ActionMenu's itemActivated event bubbles

- [#3266](https://github.com/primer/view_components/pull/3266) [`73d64d9`](https://github.com/primer/view_components/commit/73d64d975bff0f360e20bcc477af427cf1c7e797) Thanks [@camertron](https://github.com/camertron)! - Fix memory leak in forms framework causing form templates to be compiled on each render in development

- [#3257](https://github.com/primer/view_components/pull/3257) [`9f87ab1`](https://github.com/primer/view_components/commit/9f87ab122fbe7a85552b3124c4efbcec060e9af4) Thanks [@joelhawksley](https://github.com/joelhawksley)! - add support for Ruby 3.4 in test suite

## 0.36.3

### 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:
primer_view_components (0.36.3)
primer_view_components (0.36.4)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons (>= 18.0.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:
primer_view_components (0.36.3)
primer_view_components (0.36.4)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons (>= 18.0.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 = 3
PATCH = 4

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": "@primer/view-components",
"version": "0.36.3",
"version": "0.36.4",
"description": "ViewComponents for the Primer Design System",
"main": "app/assets/javascripts/primer_view_components.js",
"module": "app/components/primer/primer.js",
Expand Down

0 comments on commit 6118783

Please sign in to comment.