@artsy/palette-charts 17.12.2 → 17.13.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 +16 -0
- package/package.json +7 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# v17.13.0 (Tue Jan 18 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- security(colors.js): Lock version to 1.4 due to corruption [#1094](https://github.com/artsy/palette/pull/1094) ([@damassi](https://github.com/damassi))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- security(colors.js): Lock version to 1.4 due to corruption ([@damassi](https://github.com/damassi))
|
|
10
|
+
|
|
11
|
+
#### Authors: 1
|
|
12
|
+
|
|
13
|
+
- Christopher Pappas ([@damassi](https://github.com/damassi))
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
# v17.12.2 (Thu Jan 06 2022)
|
|
2
18
|
|
|
3
19
|
#### 🐛 Bug Fix
|
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.13.0",
|
|
5
5
|
"description": "Design system library for react components",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"publishConfig": {
|
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"url": "https://github.com/artsy/palette/issues"
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://github.com/artsy/palette#readme",
|
|
38
|
+
"resolutions": {
|
|
39
|
+
"//": "Locking colors to 1.4.0 because 1.4.4 has been deliberately corrupted",
|
|
40
|
+
"colors": "1.4.0"
|
|
41
|
+
},
|
|
38
42
|
"peerDependencies": {
|
|
39
43
|
"react": "^16.2.0",
|
|
40
44
|
"react-dom": "^16.2.0",
|
|
@@ -109,7 +113,7 @@
|
|
|
109
113
|
"typescript-styled-plugin": "0.10.0"
|
|
110
114
|
},
|
|
111
115
|
"dependencies": {
|
|
112
|
-
"@artsy/palette": "^18.
|
|
116
|
+
"@artsy/palette": "^18.13.0",
|
|
113
117
|
"@seznam/compose-react-refs": "^1.0.6",
|
|
114
118
|
"@styled-system/theme-get": "^5.1.2",
|
|
115
119
|
"d3-interpolate": "^1.3.2",
|
|
@@ -164,5 +168,5 @@
|
|
|
164
168
|
"<rootDir>/www/"
|
|
165
169
|
]
|
|
166
170
|
},
|
|
167
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "a4f0cafb6a3006dadab8fe247ea9737a8d6ed828"
|
|
168
172
|
}
|