@artsy/palette-mobile 11.0.33 → 11.0.34
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.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v11.0.34 (Tue Jun 06 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- build(deps): add react-native-pager-view [#108](https://github.com/artsy/palette-mobile/pull/108) ([@gkartalis](https://github.com/gkartalis))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- George Kartalis ([@gkartalis](https://github.com/gkartalis))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v11.0.33 (Mon Jun 05 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.34",
|
|
4
4
|
"description": "Artsy's design system for React Native",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"android": "react-native run-android",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"moti": "^0.25.3",
|
|
42
42
|
"react-nanny": "^2.15.0",
|
|
43
43
|
"react-native-collapsible-tab-view": "^6.1.4",
|
|
44
|
+
"react-native-pager-view": "^6.2.0",
|
|
44
45
|
"react-spring": "8.0.23",
|
|
45
46
|
"styled-system": "^5.1.5"
|
|
46
47
|
},
|