diff --git a/.changeset/spicy-panthers-prove.md b/.changeset/spicy-panthers-prove.md deleted file mode 100644 index 7eb6f352a1..0000000000 --- a/.changeset/spicy-panthers-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@shopify/web-worker': minor ---- - -- Allow `output.chunkFilename` to be a function or string. -- `compiler.options.output.filename` and `compiler.options.output.chunkFilename` now default to `[name].js` when undefined. diff --git a/packages/react-web-worker/CHANGELOG.md b/packages/react-web-worker/CHANGELOG.md index e22c07f967..b34645149f 100644 --- a/packages/react-web-worker/CHANGELOG.md +++ b/packages/react-web-worker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 5.1.6 + +### Patch Changes + +- Updated dependencies [[`4638287`](https://github.com/Shopify/quilt/commit/46382871c238fe6563e093697b508f500842b80d)]: + - @shopify/web-worker@6.4.0 + ## 5.1.5 ### Patch Changes diff --git a/packages/react-web-worker/package.json b/packages/react-web-worker/package.json index 32973cd4e1..8e96dcd25f 100644 --- a/packages/react-web-worker/package.json +++ b/packages/react-web-worker/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/react-web-worker", - "version": "5.1.5", + "version": "5.1.6", "license": "MIT", "description": "A hook for using web workers in React applications", "main": "index.js", @@ -26,7 +26,7 @@ "dependencies": { "@shopify/react-hooks": "^4.1.2", "@shopify/useful-types": "^5.3.0", - "@shopify/web-worker": "^6.3.1" + "@shopify/web-worker": "^6.4.0" }, "peerDependencies": { "react": ">=18.0.0 <19.0.0", diff --git a/packages/web-worker/CHANGELOG.md b/packages/web-worker/CHANGELOG.md index c9888ca3fc..2c989021b5 100644 --- a/packages/web-worker/CHANGELOG.md +++ b/packages/web-worker/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 6.4.0 + +### Minor Changes + +- [#2816](https://github.com/Shopify/quilt/pull/2816) [`4638287`](https://github.com/Shopify/quilt/commit/46382871c238fe6563e093697b508f500842b80d) Thanks [@admirsaheta](https://github.com/admirsaheta)! - - Allow `output.chunkFilename` to be a function or string. + - `compiler.options.output.filename` and `compiler.options.output.chunkFilename` now default to `[name].js` when undefined. + ## 6.3.1 ### Patch Changes diff --git a/packages/web-worker/package.json b/packages/web-worker/package.json index 366402f754..ebf573486f 100644 --- a/packages/web-worker/package.json +++ b/packages/web-worker/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/web-worker", - "version": "6.3.1", + "version": "6.4.0", "license": "MIT", "description": "Tools for making web workers fun to use", "main": "index.js",