Skip to content

Commit

Permalink
Version Packages (#1071)
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] authored Oct 27, 2024
1 parent 74581c9 commit 26878cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/three-bugs-sip.md

This file was deleted.

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

## 13.2.1

### Patch Changes

- Improve error handling and messaging when opening the user's browser during the `start`, `start-ssr` and `serve` scripts ([#1069](https://github.com/seek-oss/sku/pull/1069))

This fixes a macOS error where `sku` would crash when failing to detect the user's default browser.
Instead, the user will be shown a warning message with instructions to enable the system permission required to fix the issue.

## 13.2.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": "13.2.0",
"version": "13.2.1",
"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 26878cd

Please sign in to comment.