Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 17, 2024
1 parent 8fa47ff commit 672df94
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 23 deletions.
11 changes: 0 additions & 11 deletions .changeset/real-jokes-punch.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/graphql-persisted/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 5.1.1

## 5.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-persisted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-persisted",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"description": "Apollo and Koa integrations for persisted GraphQL queries.",
"typesVersions": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"koa-compose": ">=4.0.0 <5.0.0"
},
"devDependencies": {
"@shopify/sewing-kit-koa": "^9.3.0"
"@shopify/sewing-kit-koa": "^9.3.1"
},
"files": [
"build/",
Expand All @@ -54,7 +54,7 @@
"koa.esnext"
],
"optionalDependencies": {
"@shopify/sewing-kit-koa": "^9.3.0"
"@shopify/sewing-kit-koa": "^9.3.1"
},
"peerDependencies": {
"koa": ">=2.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/koa-liveness-ping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.1

### Patch Changes

- [#2795](https://github.com/Shopify/quilt/pull/2795) [`8fa47ffa2`](https://github.com/Shopify/quilt/commit/8fa47ffa22bfdd98c9dc8f94e0ab913d7fef1ba0) Thanks [@iAmNathanJ](https://github.com/iAmNathanJ)! - fix: babel transformations for node targets

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-liveness-ping/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-liveness-ping",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"description": "A package for creating liveness ping middleware for use with Koa",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/koa-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.1.1

### Patch Changes

- [#2795](https://github.com/Shopify/quilt/pull/2795) [`8fa47ffa2`](https://github.com/Shopify/quilt/commit/8fa47ffa22bfdd98c9dc8f94e0ab913d7fef1ba0) Thanks [@iAmNathanJ](https://github.com/iAmNathanJ)! - fix: babel transformations for node targets

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-metrics",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"description": "Aims to provide standard middleware and instrumentation tooling for metrics in Koa",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/koa-performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.6.1

### Patch Changes

- [#2795](https://github.com/Shopify/quilt/pull/2795) [`8fa47ffa2`](https://github.com/Shopify/quilt/commit/8fa47ffa22bfdd98c9dc8f94e0ab913d7fef1ba0) Thanks [@iAmNathanJ](https://github.com/iAmNathanJ)! - fix: babel transformations for node targets

## 3.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version": "3.6.1",
"license": "MIT",
"description": "Creating middleware that sends performance-related data through StatsD",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/koa-shopify-graphql-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.1.1

### Patch Changes

- [#2795](https://github.com/Shopify/quilt/pull/2795) [`8fa47ffa2`](https://github.com/Shopify/quilt/commit/8fa47ffa22bfdd98c9dc8f94e0ab913d7fef1ba0) Thanks [@iAmNathanJ](https://github.com/iAmNathanJ)! - fix: babel transformations for node targets

## 7.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-graphql-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-shopify-graphql-proxy",
"version": "7.1.0",
"version": "7.1.1",
"license": "MIT",
"description": "A wrapper around `koa-better-http-proxy` which allows easy proxying of GraphQL requests from an embedded Shopify app",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/koa-shopify-webhooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.1

### Patch Changes

- [#2795](https://github.com/Shopify/quilt/pull/2795) [`8fa47ffa2`](https://github.com/Shopify/quilt/commit/8fa47ffa22bfdd98c9dc8f94e0ab913d7fef1ba0) Thanks [@iAmNathanJ](https://github.com/iAmNathanJ)! - fix: babel transformations for node targets

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-shopify-webhooks",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"description": "Receive webhooks from Shopify with ease",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.1.1

### Patch Changes

- Updated dependencies [[`8fa47ffa2`](https://github.com/Shopify/quilt/commit/8fa47ffa22bfdd98c9dc8f94e0ab913d7fef1ba0)]:
- @shopify/sewing-kit-koa@9.3.1

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-server",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"description": "Utilities for React server-side rendering",
"main": "index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@shopify/react-html": "^13.1.0",
"@shopify/react-hydrate": "^3.1.0",
"@shopify/react-network": "^5.1.0",
"@shopify/sewing-kit-koa": "^9.3.0",
"@shopify/sewing-kit-koa": "^9.3.1",
"chalk": "^2.4.2",
"koa": "^2.13.4",
"koa-compose": ">=4.0.0 <5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sewing-kit-koa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 9.3.1

### Patch Changes

- [#2795](https://github.com/Shopify/quilt/pull/2795) [`8fa47ffa2`](https://github.com/Shopify/quilt/commit/8fa47ffa22bfdd98c9dc8f94e0ab913d7fef1ba0) Thanks [@iAmNathanJ](https://github.com/iAmNathanJ)! - fix: babel transformations for node targets

## 9.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sewing-kit-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/sewing-kit-koa",
"version": "9.3.0",
"version": "9.3.1",
"license": "MIT",
"description": "Easily access Sewing Kit assets from a Koa server",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/storybook-a11y-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.1

### Patch Changes

- [#2795](https://github.com/Shopify/quilt/pull/2795) [`8fa47ffa2`](https://github.com/Shopify/quilt/commit/8fa47ffa22bfdd98c9dc8f94e0ab913d7fef1ba0) Thanks [@iAmNathanJ](https://github.com/iAmNathanJ)! - fix: babel transformations for node targets

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-a11y-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/storybook-a11y-test",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"description": "Test storybook pages with axe and puppeteer",
"main": "index.js",
Expand Down

0 comments on commit 672df94

Please sign in to comment.