Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 29, 2024
1 parent fb7131d commit 1c1ccb6
Show file tree
Hide file tree
Showing 86 changed files with 418 additions and 148 deletions.
38 changes: 0 additions & 38 deletions .changeset/dull-walls-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-ants-look.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/address-mocks/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 3.2.3

### Patch Changes

- Updated dependencies []:
- @shopify/jest-dom-mocks@5.0.1

## 3.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/address-mocks/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/address-mocks",
"version": "3.2.2",
"version": "3.2.3",
"license": "MIT",
"description": "Address mocks for `@shopify/address`",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^4.1.2",
"@shopify/jest-dom-mocks": "^5.0.0"
"@shopify/jest-dom-mocks": "^5.0.1"
},
"files": [
"build/",
Expand Down
6 changes: 6 additions & 0 deletions packages/address/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 4.2.1

### Patch Changes

- [#2766](https://github.com/Shopify/quilt/pull/2766) [`18115130e`](https://github.com/Shopify/quilt/commit/18115130e056145c75ce3d7ad37bc183f292f4e1) Thanks [@alex-amaral](https://github.com/alex-amaral)! - Add `signupOnly` parameter to fetch supported countries for shop creation

## 4.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/address/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/address",
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",
"description": "Address utilities for formatting addresses",
"main": "index.js",
Expand All @@ -23,8 +23,8 @@
"node": "^14.17.0 || >=16.0.0"
},
"devDependencies": {
"@shopify/address-mocks": "^3.2.2",
"@shopify/jest-dom-mocks": "^5.0.0"
"@shopify/address-mocks": "^3.2.3",
"@shopify/jest-dom-mocks": "^5.0.1"
},
"sideEffects": false,
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/async/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 4.0.4

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

## 4.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/async",
"version": "4.0.3",
"version": "4.0.4",
"license": "MIT",
"description": "Primitives for loading parts of an application asynchronously",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/browser/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 3.2.2

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/browser",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",
"description": "Utilities for extracting browser information from user-agents",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dates/package.json
Expand Up @@ -27,7 +27,7 @@
"@shopify/function-enhancers": "^3.0.1"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^5.0.0"
"@shopify/jest-dom-mocks": "^5.0.1"
},
"files": [
"build/",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-fixtures/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 5.0.2

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-fixtures/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-fixtures",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"description": "Utilities for generating fixture objects from GraphQL documents.",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-persisted/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 5.0.3

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-persisted/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-persisted",
"version": "5.0.2",
"version": "5.0.3",
"license": "MIT",
"description": "Apollo and Koa integrations for persisted GraphQL queries.",
"typesVersions": {
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-testing/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 8.0.1

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/graphql-testing",
"version": "8.0.0",
"version": "8.0.1",
"license": "MIT",
"description": "Utilities to create mock GraphQL factories",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-typescript-definitions/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 3.3.6

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

## 3.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-typescript-definitions/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-typescript-definitions",
"version": "3.3.5",
"version": "3.3.6",
"license": "MIT",
"description": "Generate TypeScript definition files from .graphql documents",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-dom-mocks/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 5.0.1

### Patch Changes

- Updated dependencies [[`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47)]:
- @shopify/async@4.0.4

## 5.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-dom-mocks/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/jest-dom-mocks",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"description": "Jest mocking utilities for working with the DOM",
"main": "index.js",
Expand All @@ -23,7 +23,7 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/async": "^4.0.3",
"@shopify/async": "^4.0.4",
"@types/fetch-mock": "^7.3.3",
"fetch-mock": "^9.11.0",
"promise": "^8.0.3"
Expand Down
9 changes: 9 additions & 0 deletions packages/koa-metrics/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 2.0.9

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

- Updated dependencies [[`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47)]:
- @shopify/statsd@4.4.1

## 2.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/koa-metrics/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-metrics",
"version": "2.0.8",
"version": "2.0.9",
"license": "MIT",
"description": "Aims to provide standard middleware and instrumentation tooling for metrics in Koa",
"main": "index.js",
Expand All @@ -23,7 +23,7 @@
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@shopify/statsd": "^4.4.0"
"@shopify/statsd": "^4.4.1"
},
"devDependencies": {
"@shopify/jest-koa-mocks": "^5.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/koa-performance/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 3.5.3

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

- Updated dependencies [[`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47)]:
- @shopify/statsd@4.4.1

## 3.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/koa-performance/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/koa-performance",
"version": "3.5.2",
"version": "3.5.3",
"license": "MIT",
"description": "Creating middleware that sends performance-related data through StatsD",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@shopify/network": "^3.2.1",
"@shopify/performance": "^4.2.0",
"@shopify/statsd": "^4.4.0",
"@shopify/statsd": "^4.4.1",
"@types/koa": "^2.0.0",
"@types/koa-bodyparser": "*",
"@types/koa-compose": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/koa-shopify-webhooks/package.json
Expand Up @@ -32,7 +32,7 @@
"safe-compare": "^1.1.3"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^5.0.0",
"@shopify/jest-dom-mocks": "^5.0.1",
"@types/koa-bodyparser": "*",
"@types/koa-compose": "*"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/name/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.0.2

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/name/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/name",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "Name-related utilities",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/phone/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.0.1

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/phone/package.json
@@ -1,6 +1,6 @@
{
"name": "@shopify/phone",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "Phone number utilities for formatting phone numbers",
"main": "index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-app-bridge-universal-provider/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 3.0.15

### Patch Changes

- [#2718](https://github.com/Shopify/quilt/pull/2718) [`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @babel/traverse from 7.17.9 to 7.23.2

- Updated dependencies [[`591e65366`](https://github.com/Shopify/quilt/commit/591e653663440408588447159d1758273b189d47)]:
- @shopify/react-html@13.0.8

## 3.0.14

### Patch Changes
Expand Down

0 comments on commit 1c1ccb6

Please sign in to comment.