@artsy/palette-mobile 23.6.0 → 23.7.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 +1 -1
package/README.md CHANGED
@@ -84,7 +84,6 @@ Build and submit both iOS and Android locally:
84
84
  ```sh
85
85
  brew install eas-cli # First time only
86
86
  brew install gh # First time only
87
- brew install fastlane # First time only
88
87
  ```
89
88
 
90
89
  If Android local build config seems out of sync after changing `Example/app.json` or native-related dependencies, run:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "23.6.0",
3
+ "version": "23.7.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "workspaces": [
6
6
  "Example"