@artsy/palette-charts 17.19.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 +41 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
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
|
+
|
|
13
|
+
# v17.22.0 (Wed Feb 09 2022)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- GRO-770: Added New Cultural Badges Component [#1122](https://github.com/artsy/palette/pull/1122) ([@The-Beez-Kneez](https://github.com/The-Beez-Kneez) [@dzucconi](https://github.com/dzucconi))
|
|
18
|
+
|
|
19
|
+
#### 🐛 Bug Fix
|
|
20
|
+
|
|
21
|
+
- Merge branch 'main' into The_Beez_Kneez/GRO770 ([@The-Beez-Kneez](https://github.com/The-Beez-Kneez))
|
|
22
|
+
|
|
23
|
+
#### Authors: 2
|
|
24
|
+
|
|
25
|
+
- AL_Sutherland ([@The-Beez-Kneez](https://github.com/The-Beez-Kneez))
|
|
26
|
+
- Damon ([@dzucconi](https://github.com/dzucconi))
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
# v17.20.0 (Mon Feb 07 2022)
|
|
31
|
+
|
|
32
|
+
#### 🚀 Enhancement
|
|
33
|
+
|
|
34
|
+
- Scrolling marquee for black owned galleries project [#1120](https://github.com/artsy/palette/pull/1120) ([@lilyfromseattle](https://github.com/lilyfromseattle))
|
|
35
|
+
|
|
36
|
+
#### Authors: 1
|
|
37
|
+
|
|
38
|
+
- Lily Pace ([@lilyfromseattle](https://github.com/lilyfromseattle))
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
1
42
|
# v17.19.0 (Fri Feb 04 2022)
|
|
2
43
|
|
|
3
44
|
#### 🚀 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
|
}
|