Skip to content

Commit

Permalink
Version Packages (#806)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] committed May 24, 2023
1 parent 514d630 commit f7c4211
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/honest-taxis-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-dragons-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-teachers-stare.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/sku/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# sku

## 11.12.1

### Patch Changes

- Allow Webpack to interpret all `.mjs` files as modules, not just those from `node_modules` ([#811](https://github.com/seek-oss/sku/pull/811))

This fixes an error with compiled Vocab translation files because Webpack would not parse `require.resolveWeak` in `.mjs` files.

- Bump Prettier to ensure parity with TypeScript and ESLint rules ([#808](https://github.com/seek-oss/sku/pull/808))

- Add warning banner about `.less` files ([#802](https://github.com/seek-oss/sku/pull/802))

## 11.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sku/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sku",
"version": "11.12.0",
"version": "11.12.1",
"description": "Front-end development toolkit, powered by Webpack, Babel, CSS Modules, Less and Jest",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit f7c4211

Please sign in to comment.