Skip to content

Commit

Permalink
Version Packages (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci committed Oct 4, 2023
1 parent 15b2c05 commit 904c90c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 0 additions & 10 deletions .changeset/gentle-buses-walk.md

This file was deleted.

3 changes: 1 addition & 2 deletions fixtures/ssr-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"devDependencies": {
"@sku-private/test-utils": "workspace:*",
"sku": "workspace:*"
}
,
},
"skuSkipValidatePeerDeps": true
}
11 changes: 11 additions & 0 deletions packages/sku/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# sku

## 12.4.1

### Patch Changes

- Update eslint-config-seek to version 12, which includes the major bump to ESLint 7 and typescript-eslint 6. ([#892](https://github.com/seek-oss/sku/pull/892))
You can view the specific changes over in [eslint-config-seek].

The majority of changes should automatically fix when running `sku format`.

[eslint-config-seek]: https://github.com/seek-oss/eslint-config-seek/blob/master/CHANGELOG.md#1200

## 12.4.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": "12.4.0",
"version": "12.4.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 904c90c

Please sign in to comment.