@artsy/palette-charts 17.13.0 → 17.15.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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v17.15.2 (Tue Jan 25 2022)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - chore(deps): update dep typescript from 4.5.4 to v4.5.5 [#1107](https://github.com/artsy/palette/pull/1107) ([@renovate-bot](https://github.com/renovate-bot))
6
+
7
+ #### Authors: 1
8
+
9
+ - WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
10
+
11
+ ---
12
+
13
+ # v17.14.0 (Tue Jan 18 2022)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - chore(component): export filterselect [#1103](https://github.com/artsy/palette/pull/1103) ([@damassi](https://github.com/damassi))
18
+
19
+ #### Authors: 1
20
+
21
+ - Christopher Pappas ([@damassi](https://github.com/damassi))
22
+
23
+ ---
24
+
1
25
  # v17.13.0 (Tue Jan 18 2022)
2
26
 
3
27
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@artsy/palette-charts",
3
3
  "sideEffects": false,
4
- "version": "17.13.0",
4
+ "version": "17.15.2",
5
5
  "description": "Design system library for react components",
6
6
  "main": "dist/index.js",
7
7
  "publishConfig": {
@@ -109,11 +109,11 @@
109
109
  "tslint": "5.16.0",
110
110
  "tslint-config-prettier": "1.18.0",
111
111
  "tslint-react": "3.6.0",
112
- "typescript": "4.5.4",
112
+ "typescript": "4.5.5",
113
113
  "typescript-styled-plugin": "0.10.0"
114
114
  },
115
115
  "dependencies": {
116
- "@artsy/palette": "^18.13.0",
116
+ "@artsy/palette": "^18.15.2",
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": "a4f0cafb6a3006dadab8fe247ea9737a8d6ed828"
171
+ "gitHead": "6f8ca7b79e77299705fe1131986a5ca38455942a"
172
172
  }