@artsy/palette-mobile 11.0.18 → 11.0.19

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
+ # v11.0.19 (Tue Apr 25 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - build(deps): followup on rn upgrade [#92](https://github.com/artsy/palette-mobile/pull/92) ([@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.18 (Tue Apr 25 2023)
2
14
 
3
15
  :tada: This release contains work from a new contributor! :tada:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "11.0.18",
3
+ "version": "11.0.19",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "react-native run-android",
@@ -24,7 +24,7 @@
24
24
  "setup:artsy": "./scripts/download-fonts",
25
25
  "start:reset-cache": "react-native start --reset-cache",
26
26
  "start": "react-native start",
27
- "../../storybook-watcher": "sb-rn-watcher",
27
+ "storybook-watcher": "sb-rn-watcher",
28
28
  "test": "jest",
29
29
  "type-check": "tsc --noEmit"
30
30
  },