Skip to content

Commit

Permalink
Version Packages (#780)
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 1, 2023
1 parent 78ae6fc commit 1740a63
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/neat-dryers-own.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/silver-poems-reflect.md

This file was deleted.

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

## 11.10.0

### Minor Changes

- Update Vocab libraries ([#781](https://github.com/seek-oss/sku/pull/781))

The `@vocab/types` package has been absorbed into the `@vocab/core` package and the generated translation file will import types from the `@vocab/core` package instead.

`@vocab/webpack/loader` has been updated to work with more file types (`.js`, `.cjs`, `.mjs`)

- Update to eslint-config-seek v11.0.0. ([#779](https://github.com/seek-oss/sku/pull/779))

This version of the ESLint config adds additional rules enforcing consistent type imports/exports, as explained in [this article](https://typescript-eslint.io/blog/consistent-type-imports-and-exports-why-and-how/).

Any reported errors can be auto-fixed with `sku format`.

## 11.9.2

### 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": "11.9.2",
"version": "11.10.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 1740a63

Please sign in to comment.