@artsy/palette-mobile 2.0.0 → 2.1.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 +2 -0
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -67,3 +67,5 @@ our [job postings][footer_jobs]!
67
67
  [footer_twitter]: https://twitter.com/ArtsyOpenSource
68
68
  [footer_api]: https://developers.artsy.net/
69
69
  [footer_jobs]: https://www.artsy.net/jobs
70
+
71
+ <!-- ignore this comment -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "install:all": "yarn install && yarn bundle-install && yarn pod-install",
@@ -30,7 +30,6 @@
30
30
  "@styled-system/theme-get": "^5.1.2",
31
31
  "events": "^3.3.0",
32
32
  "react-nanny": "^2.15.0",
33
- "react-native-svg": "^13.4.0",
34
33
  "react-spring": "8.0.22",
35
34
  "remeda": "^1.1.0",
36
35
  "styled-components": "^5.3.6",
@@ -43,7 +42,8 @@
43
42
  "react": "*",
44
43
  "react-native": "*",
45
44
  "react-native-haptic-feedback": "*",
46
- "react-native-linear-gradient": "*"
45
+ "react-native-linear-gradient": "*",
46
+ "react-native-svg": "*"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@auto-it/all-contributors": "^10.37.6",
@@ -80,6 +80,7 @@
80
80
  "react-native-haptic-feedback": "^1.14.0",
81
81
  "react-native-linear-gradient": "^2.6.2",
82
82
  "react-native-safe-area-context": "^4.4.1",
83
+ "react-native-svg": "^13.4.0",
83
84
  "react-test-renderer": "^18.2.0",
84
85
  "rimraf": "^3.0.2",
85
86
  "typescript": "^4.8.4"