Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 18, 2024
1 parent c8bff6f commit 734dca7
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 46 deletions.
9 changes: 0 additions & 9 deletions .changeset/cyan-frogs-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-carrots-destroy.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/nice-brooms-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-houses-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-grapes-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-otters-swim.md

This file was deleted.

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

## 13.3.0

### Minor Changes

- Update TypeScript to 5.6 ([#1048](https://github.com/seek-oss/sku/pull/1048))

This release includes breaking changes. See the [TypeScript 5.6 announcement] for more information.

[TypeScript 5.6 announcement]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/

- Update and pin `browserslist-config-seek` to version `3.2.0` ([#1078](https://github.com/seek-oss/sku/pull/1078))

`sku` applications and libraries now default to supporting the following browser versions:

| Browser | Oldest supported version |
| ---------------- | ------------------------ |
| Chrome | 84 |
| Edge | 84 |
| Safari | 14.1 |
| Firefox | 86 |
| Samsung Internet | 14 |

### Patch Changes

- Set `esbuild-register` target to `node18.20` ([#1076](https://github.com/seek-oss/sku/pull/1076))

- Improve logging for `sku translations` CLI commands ([#1075](https://github.com/seek-oss/sku/pull/1075))

- `sku pre-commit`: Update `lint-staged` dependency to `^15.2.10` ([#1084](https://github.com/seek-oss/sku/pull/1084))

- Update `env-ci` dependency to `^11.1.0` ([#1082](https://github.com/seek-oss/sku/pull/1082))

## 13.2.1

### 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": "13.2.1",
"version": "13.3.0",
"description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest",
"types": "./sku-types.d.ts",
"bin": {
Expand Down

0 comments on commit 734dca7

Please sign in to comment.