Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2748 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
robin-drexler authored Apr 3, 2024
2 parents e2f380c + 5c124c2 commit 22ee719
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tall-cooks-protect.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-web-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.0.15

### Patch Changes

- Updated dependencies [[`f019b983e`](https://github.com/Shopify/quilt/commit/f019b983eb45d317468ca8a4b258192ac05fd0be)]:
- @shopify/web-worker@6.1.0

## 5.0.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-web-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-web-worker",
"version": "5.0.14",
"version": "5.0.15",
"license": "MIT",
"description": "A hook for using web workers in React applications",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@shopify/react-hooks": "^3.1.0",
"@shopify/useful-types": "^5.1.2",
"@shopify/web-worker": "^6.0.5"
"@shopify/web-worker": "^6.1.0"
},
"peerDependencies": {
"react": ">=16.8.0 <19.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/web-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.1.0

### Minor Changes

- [#2747](https://github.com/Shopify/quilt/pull/2747) [`f019b983e`](https://github.com/Shopify/quilt/commit/f019b983eb45d317468ca8a4b258192ac05fd0be) Thanks [@robin-drexler](https://github.com/robin-drexler)! - Allow to override worker public path

## 6.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/web-worker",
"version": "6.0.5",
"version": "6.1.0",
"license": "MIT",
"description": "Tools for making web workers fun to use",
"main": "index.js",
Expand Down

0 comments on commit 22ee719

Please sign in to comment.