Skip to content

Commit

Permalink
Version Packages (#1037)
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 Aug 23, 2024
1 parent 16fdf5e commit 91ec138
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .changeset/new-eggs-admire.md

This file was deleted.

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

## 13.1.0

### Minor Changes

- Widen support for reusing existing browser tab to more Chromium browsers. ([#1036](https://github.com/seek-oss/sku/pull/1036))

`start` and `start-ssr` scripts would previously only reuse an existing tab in Google Chrome.
This change adds support for the following Chromium browsers:

- Google Chrome,
- Google Chrome Canary,
- Microsoft Edge,
- Brave Browser,
- Vivaldi,
- Chromium,
- Arc.

A tab will be reused if:

- The OS is macOS,
- The user's default browser is a supported Chromium browser,
- The user has an existing tab open in a supported Chromium browser with the exact same URL.

If any of the above is not true, a new tab will be created in the user's default browser.

## 13.0.4

### 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.0.4",
"version": "13.1.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 91ec138

Please sign in to comment.