@artsy/palette-charts 17.22.0 → 17.23.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.
- package/CHANGELOG.md +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v17.23.0 (Thu Feb 10 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- chore: move some type declarations to regular deps [#1125](https://github.com/artsy/palette/pull/1125) ([@anandaroop](https://github.com/anandaroop))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Anandaroop Roy ([@anandaroop](https://github.com/anandaroop))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v17.22.0 (Wed Feb 09 2022)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-charts",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "17.
|
|
4
|
+
"version": "17.23.0",
|
|
5
5
|
"description": "Design system library for react components",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"publishConfig": {
|
|
@@ -73,8 +73,6 @@
|
|
|
73
73
|
"@types/react-lazy-load-image-component": "1.3.0",
|
|
74
74
|
"@types/react-test-renderer": "16.8.1",
|
|
75
75
|
"@types/semver": "5.5.0",
|
|
76
|
-
"@types/styled-components": "4.0.3",
|
|
77
|
-
"@types/styled-system": "5.1.9",
|
|
78
76
|
"@types/styled-system__theme-get": "5.0.0",
|
|
79
77
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
|
|
80
78
|
"babel-core": "7.0.0-bridge.0",
|
|
@@ -113,9 +111,11 @@
|
|
|
113
111
|
"typescript-styled-plugin": "0.10.0"
|
|
114
112
|
},
|
|
115
113
|
"dependencies": {
|
|
116
|
-
"@artsy/palette": "^18.
|
|
114
|
+
"@artsy/palette": "^18.23.0",
|
|
117
115
|
"@seznam/compose-react-refs": "^1.0.6",
|
|
118
116
|
"@styled-system/theme-get": "^5.1.2",
|
|
117
|
+
"@types/styled-components": "4.0.3",
|
|
118
|
+
"@types/styled-system": "5.1.9",
|
|
119
119
|
"d3-interpolate": "^1.3.2",
|
|
120
120
|
"d3-shape": "^1.3.5",
|
|
121
121
|
"styled-system": "^5.1.5"
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"<rootDir>/www/"
|
|
169
169
|
]
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "9f8b1f071623799aba4a9033dd63d88bf0fe7c7f"
|
|
172
172
|
}
|