@artsy/palette-charts 18.0.2 → 18.1.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.
- package/CHANGELOG.md +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v18.1.0 (Mon Mar 07 2022)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- chore(deps): update dep typescript from 4.5.5 to v4.6.2 [#1138](https://github.com/artsy/palette/pull/1138) ([@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
|
+
|
|
1
13
|
# v18.0.1 (Tue Feb 22 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-charts",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "18.
|
|
4
|
+
"version": "18.1.2",
|
|
5
5
|
"description": "Design system library for react components",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"publishConfig": {
|
|
@@ -111,11 +111,11 @@
|
|
|
111
111
|
"tslint": "5.16.0",
|
|
112
112
|
"tslint-config-prettier": "1.18.0",
|
|
113
113
|
"tslint-react": "3.6.0",
|
|
114
|
-
"typescript": "4.
|
|
114
|
+
"typescript": "4.6.2",
|
|
115
115
|
"typescript-styled-plugin": "0.10.0"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"@artsy/palette": "^19.
|
|
118
|
+
"@artsy/palette": "^19.1.2",
|
|
119
119
|
"@seznam/compose-react-refs": "^1.0.6",
|
|
120
120
|
"@styled-system/theme-get": "^5.1.2",
|
|
121
121
|
"d3-interpolate": "^1.3.2",
|
|
@@ -170,5 +170,5 @@
|
|
|
170
170
|
"<rootDir>/www/"
|
|
171
171
|
]
|
|
172
172
|
},
|
|
173
|
-
"gitHead": "
|
|
173
|
+
"gitHead": "1ac04b164dde75c892d17b5a50658515803349c2"
|
|
174
174
|
}
|