sku 15.14.0 → 15.14.1

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # sku
2
2
 
3
+ ## 15.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixes a bug causing incorrect bundling of the `sku/@loadable/component` and `sku/vite/client` entrypoints ([#1559](https://github.com/seek-oss/sku/pull/1559))
8
+
3
9
  ## 15.14.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "15.14.0";
2
+ var version = "15.14.1";
3
3
  var package_default = {
4
4
  name: "sku",
5
5
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sku",
3
- "version": "15.14.0",
3
+ "version": "15.14.1",
4
4
  "description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest",
5
5
  "types": "./dist/index.d.mts",
6
6
  "bin": {