Skip to content

Commit

Permalink
Version Packages (#842)
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 23, 2023
1 parent 806112f commit 4c2da76
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-rings-end.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/red-panthers-unite.md

This file was deleted.

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.1.1

### Patch Changes

- Improve compile package detection in PNPM apps ([#840](https://github.com/seek-oss/sku/pull/840))

- Makes some more of the array types in the sku config type into readonly versions. ([#843](https://github.com/seek-oss/sku/pull/843))
This allows for arrays that have been declared with `as const` to be passed in.

Affected fields are `sites`, `sites[].routes`, `site[].languages`, `routes`, and `routes[].languages`.

## 12.1.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.1.0",
"version": "12.1.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 4c2da76

Please sign in to comment.