Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 0140995

Browse files
Version Packages
1 parent 525342f commit 0140995

5 files changed

Lines changed: 17 additions & 9 deletions

File tree

.changeset/spicy-panthers-prove.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/react-web-worker/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 5.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4638287`](https://github.com/Shopify/quilt/commit/46382871c238fe6563e093697b508f500842b80d)]:
8+
- @shopify/web-worker@6.4.0
9+
310
## 5.1.5
411

512
### Patch Changes

packages/react-web-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/react-web-worker",
3-
"version": "5.1.5",
3+
"version": "5.1.6",
44
"license": "MIT",
55
"description": "A hook for using web workers in React applications",
66
"main": "index.js",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@shopify/react-hooks": "^4.1.2",
2828
"@shopify/useful-types": "^5.3.0",
29-
"@shopify/web-worker": "^6.3.1"
29+
"@shopify/web-worker": "^6.4.0"
3030
},
3131
"peerDependencies": {
3232
"react": ">=18.0.0 <19.0.0",

packages/web-worker/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 6.4.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
- `compiler.options.output.filename` and `compiler.options.output.chunkFilename` now default to `[name].js` when undefined.
9+
310
## 6.3.1
411

512
### Patch Changes

packages/web-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/web-worker",
3-
"version": "6.3.1",
3+
"version": "6.4.0",
44
"license": "MIT",
55
"description": "Tools for making web workers fun to use",
66
"main": "index.js",

0 commit comments

Comments
 (0)