primer_view_components 0.53.2 → 0.53.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d99a045138bca9625bd3ec193d87936021e4bed0a1427596ead1693062811a4
4
- data.tar.gz: 501b63600d15617a237606bb7c6ac1be8fefa51b66317a7f41fd6b0bbc6332b9
3
+ metadata.gz: 874f9c65a6981bb33924d17a57c81091d65c4a5f7c96656e3956d54174da752d
4
+ data.tar.gz: 99662d39778801f31a72fbee12635bf55e547aaa3fc1dc7fc6b36f861ba0fa56
5
5
  SHA512:
6
- metadata.gz: 11af635cb8b23d08edaa093e7fafcf7d42fe6636896e847a27b61d1b253091620d7a0a65cca7a837e93bf405da3c2699c55e24cf9a8ff38db2c093121ceb8e2d
7
- data.tar.gz: 07e49211cb73fd0b65edc04b5b888ce214020dcb907ed558da8b405bcd62c021788bf25527afe54db51e7c491d88b3c8299a20ea3329d8ad325231a2cd06a276
6
+ metadata.gz: ec76e3a905fca768cd43f84c390dc6c4ebe9f1708b849bf0d15e9b2a39c5c58457c7dc5aa38e774f91acfa07f428a73a3567cc81e6a92e5732ea17372d76e28c
7
+ data.tar.gz: 386b61b618f88f4a59a8c3efb28a128da5b2c3858accd9aa7da9263b56eca7f64a8b6c58e73d70d6e746e53155a44d45017d3b40e11a2d03a25da3921321bcfb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.53.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4172](https://github.com/primer/view_components/pull/4172) [`672410d`](https://github.com/primer/view_components/commit/672410d69efd71c911254d9f94c59d0b001db095) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Fix ReusedInstanceError in Dropdown::Menu::Item divider rendering
8
+
3
9
  ## 0.53.2
4
10
 
5
11
  ### Patch Changes
@@ -88,7 +88,7 @@ module Primer
88
88
  end
89
89
 
90
90
  # divider has no content
91
- render(component) if divider?
91
+ return render(component) if divider?
92
92
 
93
93
  render(component) { content }
94
94
  end
@@ -6,7 +6,7 @@ module Primer
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 53
9
- PATCH = 2
9
+ PATCH = 3
10
10
 
11
11
  STRING = [MAJOR, MINOR, PATCH].join(".")
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primer_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.2
4
+ version: 0.53.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Open Source
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-05 00:00:00.000000000 Z
11
+ date: 2026-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview