@artsy/palette-charts 16.2.2 → 16.6.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 +24 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v16.5.0 (Wed Sep 15 2021)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat(pill): updates pill variants to match current specs [#1035](https://github.com/artsy/palette/pull/1035) ([@dzucconi](https://github.com/dzucconi))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Damon ([@dzucconi](https://github.com/dzucconi))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v16.4.0 (Wed Sep 15 2021)
|
|
14
|
+
|
|
15
|
+
#### 🏠 Internal
|
|
16
|
+
|
|
17
|
+
- chore(deps): update dep typescript from 4.4.2 to v4.4.3 [#1033](https://github.com/artsy/palette/pull/1033) ([@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
|
+
|
|
1
25
|
# v16.2.1 (Wed Sep 01 2021)
|
|
2
26
|
|
|
3
27
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-charts",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.6.0",
|
|
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.4.
|
|
108
|
+
"typescript": "4.4.3",
|
|
109
109
|
"typescript-styled-plugin": "0.10.0"
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
|
-
"@artsy/palette": "^17.
|
|
112
|
+
"@artsy/palette": "^17.6.0",
|
|
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": "
|
|
167
|
+
"gitHead": "66cafff1d4e70dd548bd3cc487d2b8fc34c55f0b"
|
|
168
168
|
}
|