Skip to content

Commit ec7abd5

Browse files
Release Tracking (#3519)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 662281a commit ec7abd5

12 files changed

+22
-36
lines changed

.changeset/happy-garlics-train.md

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

.changeset/metal-lies-kneel.md

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

.changeset/neat-taxis-remain.md

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

.changeset/popular-lizards-attack.md

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

.changeset/proud-wombats-yell.md

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

.changeset/shiny-experts-accept.md

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

CHANGELOG.md

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

3+
## 0.43.3
4+
5+
### Patch Changes
6+
7+
- [#3521](https://github.com/primer/view_components/pull/3521) [`72a68d7`](https://github.com/primer/view_components/commit/72a68d7832a079c8ed7af5dbed9ad53d6c973281) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Rename .erb-linters folder to .erb_linters
8+
9+
- [#3518](https://github.com/primer/view_components/pull/3518) [`c25c43c`](https://github.com/primer/view_components/commit/c25c43cd9f1646943154a3c501fadba569353488) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Replace deprecated lookbook helper define_param_input with add_input_type
10+
11+
- [#3512](https://github.com/primer/view_components/pull/3512) [`b606322`](https://github.com/primer/view_components/commit/b606322653c6109797fe9933fdb7fcbfb09f8235) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Upgrade RuboCop cops to v1 API
12+
13+
- [#3534](https://github.com/primer/view_components/pull/3534) [`b8ebe04`](https://github.com/primer/view_components/commit/b8ebe0461245075db80e00aff9af5647766440f4) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Remove unnecessary aria-label from the Details component
14+
15+
- [#3540](https://github.com/primer/view_components/pull/3540) [`c94037e`](https://github.com/primer/view_components/commit/c94037ebc88b3d959aba99fdef47388ea16d3e3e) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix breadcrumb overflow by adding max-width constraint to prevent page overflow
16+
17+
- [#3522](https://github.com/primer/view_components/pull/3522) [`223a4c6`](https://github.com/primer/view_components/commit/223a4c69262aafb0dad3d8a502272a48a1be3875) Thanks [@camertron](https://github.com/camertron)! - Publish config folder in packaged gem
18+
319
## 0.43.2
420

521
### 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.2)
4+
primer_view_components (0.43.3)
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.2)
4+
primer_view_components (0.43.3)
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 = 2
9+
PATCH = 3
1010

1111
STRING = [MAJOR, MINOR, PATCH].join(".")
1212
end

0 commit comments

Comments
 (0)