@artsy/palette-mobile 23.3.0 → 23.4.0

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/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -92,7 +92,6 @@ brew install fastlane # First time only
92
92
  Make sure to push all necessary changes first.
93
93
 
94
94
  ```sh
95
- cd Example
96
95
  yarn deploy-beta
97
96
  ```
98
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "23.3.0",
3
+ "version": "23.4.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "workspaces": [
6
6
  "Example"
@@ -9,7 +9,7 @@
9
9
  "android": "yarn workspace palette-mobile-example android",
10
10
  "android:clean": "yarn workspace palette-mobile-example android:prebuild --clean",
11
11
  "android:prebuild": "yarn workspace palette-mobile-example android:prebuild",
12
- "beta:ios": "bundle e fastlane ios beta",
12
+ "deploy-beta": "./Example/scripts/deploys/deploy-beta-both",
13
13
  "bundle-install": "bundle install",
14
14
  "clean": "rimraf dist",
15
15
  "compile": "tsc",