Skip to content

Commit

Permalink
Version Packages (#837)
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 Jun 19, 2023
1 parent 2148313 commit 4186967
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-jobs-eat.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/funny-geese-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-avocados-protect.md

This file was deleted.

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

## 12.1.0

### Minor Changes

- Remove `babel-plugin-dynamic-import-node` dependency ([#835](https://github.com/seek-oss/sku/pull/835))

This plugin was used to transform dynamic imports into deferred requires within jest tests.
However, dynamic imports are well supported in Node, so this plugin is no longer required.

### Patch Changes

- Surface unhandled ESLint errors ([#838](https://github.com/seek-oss/sku/pull/838))

- Update `less-loader` and `node-emoji` dependencies ([#835](https://github.com/seek-oss/sku/pull/835))

## 12.0.5

### Patch 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": "12.0.5",
"version": "12.1.0",
"description": "Front-end development toolkit, powered by Webpack, Babel, CSS Modules, Less and Jest",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 4186967

Please sign in to comment.