@artsy/palette-charts 17.18.0 → 17.22.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/CHANGELOG.md +46 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,49 @@
1
+ # v17.22.0 (Wed Feb 09 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - 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))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge branch 'main' into The_Beez_Kneez/GRO770 ([@The-Beez-Kneez](https://github.com/The-Beez-Kneez))
10
+
11
+ #### Authors: 2
12
+
13
+ - AL_Sutherland ([@The-Beez-Kneez](https://github.com/The-Beez-Kneez))
14
+ - Damon ([@dzucconi](https://github.com/dzucconi))
15
+
16
+ ---
17
+
18
+ # v17.20.0 (Mon Feb 07 2022)
19
+
20
+ #### 🚀 Enhancement
21
+
22
+ - Scrolling marquee for black owned galleries project [#1120](https://github.com/artsy/palette/pull/1120) ([@lilyfromseattle](https://github.com/lilyfromseattle))
23
+
24
+ #### Authors: 1
25
+
26
+ - Lily Pace ([@lilyfromseattle](https://github.com/lilyfromseattle))
27
+
28
+ ---
29
+
30
+ # v17.19.0 (Fri Feb 04 2022)
31
+
32
+ #### 🚀 Enhancement
33
+
34
+ - feat(icons): image set icon [#1121](https://github.com/artsy/palette/pull/1121) ([@dzucconi](https://github.com/dzucconi))
35
+
36
+ #### 📝 Documentation
37
+
38
+ - chore(docs): Super minor fixes [#1119](https://github.com/artsy/palette/pull/1119) ([@damassi](https://github.com/damassi))
39
+
40
+ #### Authors: 2
41
+
42
+ - Christopher Pappas ([@damassi](https://github.com/damassi))
43
+ - Damon ([@dzucconi](https://github.com/dzucconi))
44
+
45
+ ---
46
+
1
47
  # v17.18.0 (Fri Feb 04 2022)
2
48
 
3
49
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artsy/palette-charts",
3
3
  "sideEffects": false,
4
- "version": "17.18.0",
4
+ "version": "17.22.0",
5
5
  "description": "Design system library for react components",
6
6
  "main": "dist/index.js",
7
7
  "publishConfig": {
@@ -113,7 +113,7 @@
113
113
  "typescript-styled-plugin": "0.10.0"
114
114
  },
115
115
  "dependencies": {
116
- "@artsy/palette": "^18.18.0",
116
+ "@artsy/palette": "^18.22.0",
117
117
  "@seznam/compose-react-refs": "^1.0.6",
118
118
  "@styled-system/theme-get": "^5.1.2",
119
119
  "d3-interpolate": "^1.3.2",
@@ -168,5 +168,5 @@
168
168
  "<rootDir>/www/"
169
169
  ]
170
170
  },
171
- "gitHead": "2fce857b1bbc12fb8fafef55f2bf2b9285119a6a"
171
+ "gitHead": "f794d61a8e4a6a717508d6d846ce3398aac3ddda"
172
172
  }