Skip to content
This repository has been archived by the owner on Jan 10, 2025. 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 Jul 15, 2024
1 parent 5546b1d commit 91d7d84
Show file tree
Hide file tree
Showing 87 changed files with 448 additions and 156 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-days-type.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/sour-spoons-invent.md

This file was deleted.

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

## 3.3.1

### Patch Changes

- Updated dependencies [[`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892)]:
- @shopify/jest-dom-mocks@5.2.0

## 3.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/address-mocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/address-mocks",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"description": "Address mocks for `@shopify/address`",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^4.2.0",
"@shopify/jest-dom-mocks": "^5.1.0"
"@shopify/jest-dom-mocks": "^5.2.0"
},
"files": [
"build/",
Expand Down
4 changes: 2 additions & 2 deletions packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"node": ">=18.12.0"
},
"devDependencies": {
"@shopify/address-mocks": "^3.3.0",
"@shopify/jest-dom-mocks": "^5.1.0"
"@shopify/address-mocks": "^3.3.1",
"@shopify/jest-dom-mocks": "^5.2.0"
},
"sideEffects": false,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@shopify/function-enhancers": "^3.1.0"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^5.1.0"
"@shopify/jest-dom-mocks": "^5.2.0"
},
"files": [
"build/",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 8.0.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

### Patch Changes

- Updated dependencies [[`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892)]:
- graphql-typed@2.3.0
- @shopify/useful-types@5.3.0

## 7.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-fixtures",
"version": "7.0.0",
"version": "8.0.0",
"license": "MIT",
"description": "Utilities for generating fixture objects from GraphQL documents.",
"main": "index.js",
Expand All @@ -25,12 +25,12 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.0",
"@shopify/useful-types": "^5.2.0",
"@shopify/useful-types": "^5.3.0",
"graphql": ">=14.5.0 <17.0.0",
"graphql-tool-utilities": "^3.1.0"
},
"peerDependencies": {
"graphql-typed": "^2.2.0"
"graphql-typed": "^2.3.0"
},
"files": [
"build/",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-mini-transforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 5.7.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

### Patch Changes

- Updated dependencies [[`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892)]:
- graphql-typed@2.3.0

## 5.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-mini-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-mini-transforms",
"version": "5.6.0",
"version": "5.7.0",
"license": "MIT",
"description": "Transformers for importing .graphql files in various build tools.",
"main": "index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@jest/transform": ">= 27 <29",
"fs-extra": "^9.1.0",
"graphql": ">=14.5.0 <17.0.0",
"graphql-typed": "^2.2.0"
"graphql-typed": "^2.3.0"
},
"devDependencies": {
"@types/common-tags": "^1.8.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.2.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

## 8.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-testing",
"version": "8.1.0",
"version": "8.2.0",
"license": "MIT",
"description": "Utilities to create mock GraphQL factories",
"main": "index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"jest-matcher-utils": "^26.6.2"
},
"devDependencies": {
"graphql-typed": "^2.2.0"
"graphql-typed": "^2.3.0"
},
"peerDependencies": {
"@apollo/client": ">=3.5.8 || <4.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-typed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.3.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-typed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-typed",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"description": "A more strongly typed version of GraphQL's DocumentNode.",
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-typescript-definitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 6.0.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

### Patch Changes

- Updated dependencies [[`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892)]:
- graphql-typed@2.3.0

## 5.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-typescript-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-typescript-definitions",
"version": "5.0.0",
"version": "6.0.0",
"license": "MIT",
"description": "Generate TypeScript definition files from .graphql documents",
"main": "index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"graphql-typed": "^2.2.0"
"graphql-typed": "^2.3.0"
},
"peerDependenciesMeta": {
"@graphql-typed-document-node/core": {
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-validate-fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.3.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-validate-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-validate-fixtures",
"version": "3.2.0",
"version": "3.3.0",
"license": "MIT",
"description": "Validates JSON fixtures for GraphQL responses against the associated operations and schema",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-dom-mocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-dom-mocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/jest-dom-mocks",
"version": "5.1.0",
"version": "5.2.0",
"license": "MIT",
"description": "Jest mocking utilities for working with the DOM",
"main": "index.js",
Expand Down
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.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

## 5.2.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.2.0",
"version": "5.3.0",
"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.2.0",
"@shopify/jest-koa-mocks": "^5.3.0",
"@types/koa": "^2.0.0",
"@types/koa-mount": "^4.0.0",
"koa": "^2.13.4",
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.2.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

## 2.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "2.2.0",
"license": "MIT",
"description": "Aims to provide standard middleware and instrumentation tooling for metrics in Koa",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"@shopify/statsd": "^4.5.0"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.2.0",
"@shopify/jest-koa-mocks": "^5.3.0",
"@shopify/with-env": "^3.1.0",
"@types/koa": "^2.0.0",
"koa": "^2.5.0"
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.7.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

## 3.6.1

### Patch 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.1",
"version": "3.7.0",
"license": "MIT",
"description": "Creating middleware that sends performance-related data through StatsD",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"safe-compare": "^1.1.3"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^5.1.0",
"@shopify/jest-dom-mocks": "^5.2.0",
"@types/koa-bodyparser": "*",
"@types/koa-compose": "*"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.0

### Minor Changes

- [#2791](https://github.com/Shopify/quilt/pull/2791) [`d691952`](https://github.com/Shopify/quilt/commit/d691952749248efd274a2a9a67c8879b9241c892) Thanks [@vsumner](https://github.com/vsumner)! - Update typescript, eslint, and prettier

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/name",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"description": "Name-related utilities",
"main": "index.js",
Expand Down
Loading

0 comments on commit 91d7d84

Please sign in to comment.