primer_view_components 0.0.101 → 0.0.102

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e37e4ab586309be3be9f4b12bc379974b10b0def37d03a79a0a88c85db199a7
4
- data.tar.gz: 8feddd7b5b4f6ac4dceeca6b094b9aae795a62e307d5b9109b9d259ca2c2cddf
3
+ metadata.gz: f27e3a4f85d45b88c5c3ce82b5e0afaa1803af624281fb383452b7c7520cce1e
4
+ data.tar.gz: 88e68e81b1b8bed97be9a5053fcab55ae14713af2a2887186170827cb87e1104
5
5
  SHA512:
6
- metadata.gz: d6065f46d3956bae0ac6150991dd6501823b4fe3733ee792d95ffb74eb453d046e5bd8a1440880a157f2e4fecb82e7fb736c972b566c5699b7a3ec7425485b6e
7
- data.tar.gz: 2cd60ea1cf2a514321082bc3938ee7027e0d01f87d3835feb5eb07a84d04cd5b5439abb6be43bb7378272bfde86fab12eb2ed0a5e5e78a808eab92b96425cd1c
6
+ metadata.gz: 49ac0e15e841790e5622d3a29da54c83374a531c8ae5a9398db05242ef2b49d10356ee0484ca6d0d32f2a4e17ff31b988b04caecf0ddc774b6b22af315e8a244
7
+ data.tar.gz: 18343a04980da7c1ff7841e3cf19d5b380f128781c1478637043bcb7e0a501f64570f72d07cdea1d6be7314ea113df72a2e8c333d7c67bf3788af1dfd297f6b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.0.102
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1450](https://github.com/primer/view_components/pull/1450) [`ef4498df`](https://github.com/primer/view_components/commit/ef4498df7630e3b5d9895eb92910fc36622c32de) Thanks [@camertron](https://github.com/camertron)! - Don't export ToggleSwitchElement
8
+
9
+ * [#1446](https://github.com/primer/view_components/pull/1446) [`4f235520`](https://github.com/primer/view_components/commit/4f23552009b932be1238a38b7cef21ffcc6fe632) Thanks [@camertron](https://github.com/camertron)! - Allow NavLists to define sub-items as well as a trailing visual
10
+
11
+ - [#1445](https://github.com/primer/view_components/pull/1445) [`493530ed`](https://github.com/primer/view_components/commit/493530ed8e097c89322d52e73d6ac8a320573b43) Thanks [@camertron](https://github.com/camertron)! - Remove unused instance variable in ActionList
12
+
13
+ * [#1441](https://github.com/primer/view_components/pull/1441) [`bd8fe7f5`](https://github.com/primer/view_components/commit/bd8fe7f5c9c20e28354d96a36717f6a56ef57fa4) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing deprecated FlexComponent and FlexItemComponent
14
+
3
15
  ## 0.0.101
4
16
 
5
17
  ### Patch Changes