@artsy/palette-mobile 17.29.0 → 17.29.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Artsy's Design System on Mobile
6
6
 
7
7
  ## Meta
8
8
 
9
- - Point People: [@brainbicycle](https://github.com/brainbicycle) [@gkartalis](https://github.com/gkartalis)
9
+ - Point People: [@araujobarret](https://github.com/araujobarret) [@MrSltun](https://github.com/MrSltun)
10
10
  - Palette for Web: [palette](https://github.com/artsy/palette)
11
11
 
12
12
  ## What is Palette?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "17.29.0",
3
+ "version": "17.29.1",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "RCT_METRO_PORT=8082 react-native run-android --port 8082 --terminal terminal",