@artsy/palette-mobile 11.2.2 → 11.2.3

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 CHANGED
@@ -1,3 +1,19 @@
1
+ # v11.2.3 (Fri Jul 07 2023)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Carlos Alberto de Araujo Barreto ([@araujobarret](https://github.com/araujobarret)), for all your work!
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - doc(setup): improve setup instructions [#121](https://github.com/artsy/palette-mobile/pull/121) ([@araujobarret](https://github.com/araujobarret))
10
+
11
+ #### Authors: 1
12
+
13
+ - Carlos Alberto de Araujo Barreto ([@araujobarret](https://github.com/araujobarret))
14
+
15
+ ---
16
+
1
17
  # v11.2.2 (Thu Jun 29 2023)
2
18
 
3
19
  :tada: This release contains work from a new contributor! :tada:
package/README.md CHANGED
@@ -42,6 +42,7 @@ If you'd like to add a new component to Palette please create an issue using the
42
42
  Set up using:
43
43
 
44
44
  ```sh
45
+ yarn setup:artsy
45
46
  yarn install:all
46
47
  ```
47
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "11.2.2",
3
+ "version": "11.2.3",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "react-native run-android",