Skip to content

Commit 6118783

Browse files
Release Tracking (#3258)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c59b29 commit 6118783

12 files changed

+22
-36
lines changed

.changeset/great-students-wave.md

-5
This file was deleted.

.changeset/new-students-change.md

-5
This file was deleted.

.changeset/nice-suns-fold.md

-5
This file was deleted.

.changeset/perfect-carpets-joke.md

-5
This file was deleted.

.changeset/tall-cats-cry.md

-5
This file was deleted.

.changeset/two-rings-jog.md

-5
This file was deleted.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# CHANGELOG
22

3+
## 0.36.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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`.
12+
13+
- [#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
14+
15+
- [#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
16+
17+
- [#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
18+
319
## 0.36.3
420

521
### 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-
primer_view_components (0.36.3)
4+
primer_view_components (0.36.4)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.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-
primer_view_components (0.36.3)
4+
primer_view_components (0.36.4)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
77
octicons (>= 18.0.0)

lib/primer/view_components/version.rb

+1-1
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 = 3
9+
PATCH = 4
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": "@primer/view-components",
3-
"version": "0.36.3",
3+
"version": "0.36.4",
44
"description": "ViewComponents for the Primer Design System",
55
"main": "app/assets/javascripts/primer_view_components.js",
66
"module": "app/components/primer/primer.js",

0 commit comments

Comments
 (0)