@artsy/palette-mobile 23.10.0 → 23.12.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 +4 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -90,19 +90,18 @@ If Android local build config seems out of sync after changing `Example/app.json
90
90
 
91
91
  ```sh
92
92
  cd Example
93
- npx expo prebuild --clean --platform android
93
+ npx expo prebuild --clean
94
94
  ```
95
95
 
96
96
  ### Trigger Cloud Builds via GitHub Actions
97
97
 
98
- Make sure to push all necessary changes first.
99
-
100
98
  ```sh
101
99
  yarn deploy-beta
102
100
  ```
103
101
 
104
- This force-pushes your current branch to `beta-ios` and `beta-android`, which
105
- triggers the iOS and Android beta workflows on GitHub Actions.
102
+ This syncs the version numbers across `package.json`, `Example/package.json`, and `Example/app.json`
103
+ to match the latest version on `main`, then force-pushes your current branch to `beta-ios` and `beta-android`,
104
+ which triggers the iOS and Android beta workflows on GitHub Actions.
106
105
  (https://github.com/artsy/palette-mobile/actions).
107
106
 
108
107
  ## Developing Features using Local Versions of Palette
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "23.10.0",
3
+ "version": "23.12.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "workspaces": [
6
6
  "Example"