@artsy/palette-mobile 13.0.22 → 13.0.23
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v13.0.23 (Fri Nov 17 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix: patch upgrade for rn ios build issue, fix port not being respected [#167](https://github.com/artsy/palette-mobile/pull/167) ([@brainbicycle](https://github.com/brainbicycle))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Brian Beckerle ([@brainbicycle](https://github.com/brainbicycle))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v13.0.22 (Wed Nov 15 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": "13.0.
|
|
3
|
+
"version": "13.0.23",
|
|
4
4
|
"description": "Artsy's design system for React Native",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"android": "RCT_METRO_PORT=8082 react-native run-android --port 8082",
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
"jest-watch-typeahead": "2.2.2",
|
|
110
110
|
"jotai": "1.12.1",
|
|
111
111
|
"lint-staged": "13.1.2",
|
|
112
|
-
"metro-react-native-babel-preset": "0.
|
|
112
|
+
"metro-react-native-babel-preset": "0.72.4",
|
|
113
113
|
"nodemon": "^2.0.20",
|
|
114
114
|
"react": "18.2.0",
|
|
115
115
|
"react-dom": "18.2.0",
|
|
116
|
-
"react-native": "0.70.
|
|
116
|
+
"react-native": "0.70.14",
|
|
117
117
|
"react-native-device-info": "10.3.0",
|
|
118
118
|
"react-native-flipper": "0.178.1",
|
|
119
119
|
"react-native-haptic-feedback": "1.14.0",
|