sku 11.2.7 → 11.2.8
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# sku
|
|
2
2
|
|
|
3
|
+
## 11.2.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Force upgrade `@vocab/core` to `^1.0.4` to fix a language hierarchy bug that can result in incorrect translation messages being used for a language. ([#672](https://github.com/seek-oss/sku/pull/672))
|
|
8
|
+
|
|
3
9
|
## 11.2.7
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sku",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.8",
|
|
4
4
|
"description": "Front-end development toolkit, powered by Webpack, Babel, CSS Modules, Less and Jest",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/loadable__component": "^5.13.1",
|
|
77
77
|
"@vanilla-extract/babel-plugin": "^1.0.0",
|
|
78
78
|
"@vanilla-extract/webpack-plugin": "^2.0.0",
|
|
79
|
-
"@vocab/core": "^1.0.
|
|
79
|
+
"@vocab/core": "^1.0.4",
|
|
80
80
|
"@vocab/phrase": "^1.0.0",
|
|
81
81
|
"@vocab/webpack": "^1.0.0",
|
|
82
82
|
"autoprefixer": "^10.3.1",
|