primer_view_components 0.52.0 → 0.52.2

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: 2d60ed32bf3a8f5b013a62bac3a27004cd59984cc1eea06c78fa6f2f473fd9ba
4
- data.tar.gz: b501dfc6309dc39b10c55b74e96ef1ac3c83c0d80ffa7879cf6cd1adc74215be
3
+ metadata.gz: 4bd678650cd24586cf331cf2d43774e7dfe2aed2c6a20592e7ba11669230dee3
4
+ data.tar.gz: df429060acce5149b2e1f4c2b859f1c34d135869efaedc2438d1ecfaaeb67503
5
5
  SHA512:
6
- metadata.gz: 7c864bcd25be79819feeb7767d33e8405df16c64ddbc7ffbeca96fffecc71eb00c68129c7538cb05237c2ebb57415745c2dff22c367fa2ebbec5cb85e64d9605
7
- data.tar.gz: a742f53efdf1fe1e795efa515365f7e395ba1e5fc87b108733f6d8e0cbd5d769b8cbe173e89ec4b970ebd9d417381f9e819eab0c5512b1fbe3d9456005b6a4f9
6
+ metadata.gz: b159084fef98e988e647cc292991deb98121a778a8d3bab4fe11e58ce9f9385c255285a96c1c87388f54a8ca2b33ef65ac7c8778932ba7bb8f62d01a976aae56
7
+ data.tar.gz: d3c37720fa6e677a163bd7ffa4acb937359e74c79cb5e045f1815375c0532b7815528b87c0218797ccdb5f9f0f56e12b285f5c61ff5758c6d11b812c76eb1452
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.52.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4101](https://github.com/primer/view_components/pull/4101) [`ad81c6d`](https://github.com/primer/view_components/commit/ad81c6d39dc7e9f413fd41098e4d983e4792167f) Thanks [@jonrohan](https://github.com/jonrohan)! - Update package.json import paths for app files
8
+
9
+ ## 0.52.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#4099](https://github.com/primer/view_components/pull/4099) [`91c1e26`](https://github.com/primer/view_components/commit/91c1e261ae3a279feb1b9a2dac8975cf1c595c65) Thanks [@jonrohan](https://github.com/jonrohan)! - Add path mapping for app directory in package.json
14
+
3
15
  ## 0.52.0
4
16
 
5
17
  ### Minor Changes
@@ -6,7 +6,7 @@ module Primer
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 52
9
- PATCH = 0
9
+ PATCH = 2
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.52.0
4
+ version: 0.52.2
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-06-18 00:00:00.000000000 Z
11
+ date: 2026-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview