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 #2840 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jesstelford authored Sep 24, 2024
2 parents 525342f + 0140995 commit 4eb6bf4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/spicy-panthers-prove.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.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
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.1.5",
"version": "5.1.6",
"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": "^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",
Expand Down
7 changes: 7 additions & 0 deletions packages/web-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3.1",
"version": "6.4.0",
"license": "MIT",
"description": "Tools for making web workers fun to use",
"main": "index.js",
Expand Down

0 comments on commit 4eb6bf4

Please sign in to comment.