Skip to content

Commit 4042149

Browse files
Release Tracking (#3559)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3614cac commit 4042149

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.changeset/angry-panthers-lay.md

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

CHANGELOG.md

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

3+
## 0.43.4
4+
5+
### Patch Changes
6+
7+
- [#3556](https://github.com/primer/view_components/pull/3556) [`3614cac`](https://github.com/primer/view_components/commit/3614cac1ad1e15dd7692c4a8038adfaf1ca5f8f5) Thanks [@joelhawksley](https://github.com/joelhawksley)! - use ViewComponent 4.0.0.alpha6 and lookbook 2.3.11
8+
39
## 0.43.3
410

511
### Patch 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-
primer_view_components (0.43.3)
4+
primer_view_components (0.43.4)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
octicons (>= 18.0.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-
primer_view_components (0.43.3)
4+
primer_view_components (0.43.4)
55
actionview (>= 7.1.0)
66
activesupport (>= 7.1.0)
77
octicons (>= 18.0.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 = 43
9-
PATCH = 3
9+
PATCH = 4
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": "@primer/view-components",
3-
"version": "0.43.3",
3+
"version": "0.43.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)