@artsy/palette-charts 17.11.0 → 17.12.2

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 +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ # v17.12.2 (Thu Jan 06 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - feat(autocomplete): supports footer [#1087](https://github.com/artsy/palette/pull/1087) ([@dzucconi](https://github.com/dzucconi))
6
+
7
+ #### Authors: 1
8
+
9
+ - Damon ([@dzucconi](https://github.com/dzucconi))
10
+
11
+ ---
12
+
13
+ # v17.12.0 (Tue Dec 14 2021)
14
+
15
+ #### 🏠 Internal
16
+
17
+ - chore(deps): update dep typescript from 4.5.3 to v4.5.4 [#1088](https://github.com/artsy/palette/pull/1088) ([@renovate-bot](https://github.com/renovate-bot))
18
+
19
+ #### Authors: 1
20
+
21
+ - WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
22
+
23
+ ---
24
+
25
+ # v17.11.1 (Fri Dec 10 2021)
26
+
27
+ #### 🏠 Internal
28
+
29
+ - chore(deps): update dep typescript from 4.5.2 to v4.5.3 [#1084](https://github.com/artsy/palette/pull/1084) ([@renovate-bot](https://github.com/renovate-bot))
30
+
31
+ #### Authors: 1
32
+
33
+ - WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
34
+
35
+ ---
36
+
1
37
  # v17.11.0 (Wed Dec 08 2021)
2
38
 
3
39
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artsy/palette-charts",
3
3
  "sideEffects": false,
4
- "version": "17.11.0",
4
+ "version": "17.12.2",
5
5
  "description": "Design system library for react components",
6
6
  "main": "dist/index.js",
7
7
  "publishConfig": {
@@ -105,11 +105,11 @@
105
105
  "tslint": "5.16.0",
106
106
  "tslint-config-prettier": "1.18.0",
107
107
  "tslint-react": "3.6.0",
108
- "typescript": "4.5.2",
108
+ "typescript": "4.5.4",
109
109
  "typescript-styled-plugin": "0.10.0"
110
110
  },
111
111
  "dependencies": {
112
- "@artsy/palette": "^18.11.0",
112
+ "@artsy/palette": "^18.12.2",
113
113
  "@seznam/compose-react-refs": "^1.0.6",
114
114
  "@styled-system/theme-get": "^5.1.2",
115
115
  "d3-interpolate": "^1.3.2",
@@ -164,5 +164,5 @@
164
164
  "<rootDir>/www/"
165
165
  ]
166
166
  },
167
- "gitHead": "21c3fa9a5b40f0cdec18ececfd229635f30ec9ea"
167
+ "gitHead": "ddbfe294266fc4cd7a77d2a15772ae188c14860a"
168
168
  }