@artsy/palette-mobile 12.0.0 → 12.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v12.0.1 (Mon Aug 07 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - feat: add Tabs.Masonry and bump react-native-collapsible-tab-view from 6.1.4 to 6.2.0 [#133](https://github.com/artsy/palette-mobile/pull/133) ([@gkartalis](https://github.com/gkartalis))
6
+
7
+ #### Authors: 1
8
+
9
+ - George ([@gkartalis](https://github.com/gkartalis))
10
+
11
+ ---
12
+
1
13
  # v12.0.0 (Mon Aug 07 2023)
2
14
 
3
15
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "12.0.0",
3
+ "version": "12.0.1",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "react-native run-android",
@@ -40,7 +40,7 @@
40
40
  "lodash": "^4.17.21",
41
41
  "moti": "^0.25.3",
42
42
  "react-nanny": "^2.15.0",
43
- "react-native-collapsible-tab-view": "^6.1.4",
43
+ "react-native-collapsible-tab-view": "^6.2.0",
44
44
  "react-native-fast-image": "^8.6.3",
45
45
  "react-native-pager-view": "^6.2.0",
46
46
  "react-native-popover-view": "^5.1.7",