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 #2834 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jesstelford authored Sep 13, 2024
2 parents 209a11f + 09ae244 commit b7a9086
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-hotels-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-islands-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-pillows-pull.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/jest-koa-mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.3.1

### Patch Changes

- [#2835](https://github.com/Shopify/quilt/pull/2835) [`408f6be`](https://github.com/Shopify/quilt/commit/408f6be2aeeaf2f6997d4157c1c6aaeec51d1cb9) Thanks [@jesstelford](https://github.com/jesstelford)! - Use correct type for exported MockContext

## 5.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-koa-mocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/jest-koa-mocks",
"version": "5.3.0",
"version": "5.3.1",
"license": "MIT",
"description": "Utilities to easily stub Koa context and cookies",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-liveness-ping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=18.12.0"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.3.0",
"@shopify/jest-koa-mocks": "^5.3.1",
"@types/koa": "^2.0.0",
"@types/koa-mount": "^4.0.0",
"koa": "^2.13.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@shopify/statsd": "^4.5.0"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.3.0",
"@shopify/jest-koa-mocks": "^5.3.1",
"@shopify/with-env": "^3.1.0",
"@types/koa": "^2.0.0",
"koa": "^2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cookie": "^0.4.0"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.3.0"
"@shopify/jest-koa-mocks": "^5.3.1"
},
"peerDependencies": {
"koa": "^2.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.1

### Patch Changes

- [#2819](https://github.com/Shopify/quilt/pull/2819) [`8972373`](https://github.com/Shopify/quilt/commit/89723734839349aa26c4b015f4f188cf9fc75cc2) Thanks [@brendo](https://github.com/brendo)! - Move @shopify/network to a dependency, not devDependency

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-performance",
"version": "4.1.0",
"version": "4.1.1",
"license": "MIT",
"description": "Primitives to measure your React application's performance using `@shopify/performance`",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"koa-mount": "^4.0.0"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.3.0",
"@shopify/jest-koa-mocks": "^5.3.1",
"@shopify/react-testing": "^6.0.0",
"@shopify/with-env": "^3.1.0",
"@types/koa": "^2.0.0",
Expand Down
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.5

### Patch Changes

- Updated dependencies [[`3a1077c`](https://github.com/Shopify/quilt/commit/3a1077c2d2d8a55797d83e330c5a9607e42da78b)]:
- @shopify/web-worker@6.3.1

## 5.1.4

### 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.4",
"version": "5.1.5",
"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.0"
"@shopify/web-worker": "^6.3.1"
},
"peerDependencies": {
"react": ">=18.0.0 <19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sewing-kit-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"node-gzip": "^1.1.2"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.3.0",
"@shopify/jest-koa-mocks": "^5.3.1",
"@shopify/with-env": "^3.1.0",
"@types/app-root-path": "^1.2.4",
"@types/fs-extra": "^9.0.11",
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.3.1

### Patch Changes

- [#2835](https://github.com/Shopify/quilt/pull/2835) [`3a1077c`](https://github.com/Shopify/quilt/commit/3a1077c2d2d8a55797d83e330c5a9607e42da78b) Thanks [@jesstelford](https://github.com/jesstelford)! - Ensure the correct babel types are used internally

## 6.3.0

### Minor 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.0",
"version": "6.3.1",
"license": "MIT",
"description": "Tools for making web workers fun to use",
"main": "index.js",
Expand Down

0 comments on commit b7a9086

Please sign in to comment.