Skip to content

Commit

Permalink
Version Packages (#2699)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 790e16a commit edf7a0a
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/pretty-timers-begin.md

This file was deleted.

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

## 3.5.0

### Minor Changes

- [#2698](https://github.com/Shopify/quilt/pull/2698) [`790e16ad8`](https://github.com/Shopify/quilt/commit/790e16ad849af7b5c2c41c0c0df3f1492b90d04b) Thanks [@lemonmade](https://github.com/lemonmade)! - Add special performance event handling for time to last byte

### Patch Changes

- Updated dependencies [[`790e16ad8`](https://github.com/Shopify/quilt/commit/790e16ad849af7b5c2c41c0c0df3f1492b90d04b)]:
- @shopify/performance@4.1.0

## 3.4.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/koa-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-performance",
"version": "3.4.8",
"version": "3.5.0",
"license": "MIT",
"description": "Creating middleware that sends performance-related data through StatsD",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@shopify/network": "^3.2.1",
"@shopify/performance": "^4.0.0",
"@shopify/performance": "^4.1.0",
"@shopify/statsd": "^4.3.0",
"@types/koa": "^2.0.0",
"@types/koa-bodyparser": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.1.0

### Minor Changes

- [#2698](https://github.com/Shopify/quilt/pull/2698) [`790e16ad8`](https://github.com/Shopify/quilt/commit/790e16ad849af7b5c2c41c0c0df3f1492b90d04b) Thanks [@lemonmade](https://github.com/lemonmade)! - Add special performance event handling for time to last byte

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/performance",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"description": "Primitives for collecting browser performance metrics",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.0.1

### Patch Changes

- Updated dependencies [[`790e16ad8`](https://github.com/Shopify/quilt/commit/790e16ad849af7b5c2c41c0c0df3f1492b90d04b)]:
- @shopify/performance@4.1.0

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "4.0.1",
"license": "MIT",
"description": "Primitives to measure your React application's performance using `@shopify/performance`",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/performance": "^4.0.0"
"@shopify/performance": "^4.1.0"
},
"peerDependencies": {
"react": ">=16.8.0 <19.0.0"
Expand Down

0 comments on commit edf7a0a

Please sign in to comment.