Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 4324f27

Browse files
author
Stephen Hukish
committed
Publish
- @shopify/address-consts@2.2.6 - @shopify/address-mocks@1.5.8 - @shopify/address@2.10.8 - @shopify/admin-graphql-api-utilities@0.2.6 - @shopify/ast-utilities@0.2.6 - @shopify/async@2.2.6 - @shopify/dates@0.5.8 - graphql-config-utilities@2.0.1 - graphql-fixtures@0.11.6 - @shopify/graphql-testing@4.4.7 - graphql-typescript-definitions@1.0.1 - graphql-validate-fixtures@1.0.1 - @shopify/i18n@0.2.7 - @shopify/jest-dom-mocks@2.11.7 - @shopify/jest-mock-apollo@5.1.9 - @shopify/koa-metrics@0.5.6 - @shopify/koa-performance@1.4.3 - @shopify/performance@1.3.6 - @shopify/polyfills@1.3.8 - @shopify/react-app-bridge-universal-provider@1.1.12 - @shopify/react-async@3.2.8 - @shopify/react-compose@1.1.7 - @shopify/react-cookie@0.1.12 - @shopify/react-csrf-universal-provider@1.2.12 - @shopify/react-effect@3.3.6 - @shopify/react-form-state@0.12.7 - @shopify/react-form@0.13.3 - @shopify/react-google-analytics@3.2.12 - @shopify/react-graphql-universal-provider@3.6.10 - @shopify/react-graphql@6.3.10 - @shopify/react-html@10.2.11 - @shopify/react-hydrate@1.2.7 - @shopify/react-i18n-universal-provider@1.1.14 - @shopify/react-i18n@5.3.7 - @shopify/react-idle@1.1.7 - @shopify/react-import-remote@1.2.12 - @shopify/react-network@3.6.12 - @shopify/react-performance@1.4.6 - @shopify/react-router@0.2.14 - @shopify/react-server@0.21.13 - @shopify/react-shortcuts@3.1.6 - @shopify/react-testing@2.3.5 - @shopify/react-tracking-pixel@3.1.12 - @shopify/react-universal-provider@1.2.12 - @shopify/react-web-worker@1.3.9 - @shopify/useful-types@2.4.2 - @shopify/web-worker@1.5.7
1 parent cc9da2f commit 4324f27

47 files changed

Lines changed: 118 additions & 118 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/address-consts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/address-consts",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"license": "MIT",
55
"description": "Constants and types relating to `@shopify/address`",
66
"main": "index.js",

packages/address-mocks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/address-mocks",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"license": "MIT",
55
"description": "Address mocks for `@shopify/address`",
66
"main": "index.js",
@@ -24,8 +24,8 @@
2424
},
2525
"sideEffects": false,
2626
"dependencies": {
27-
"@shopify/address-consts": "^2.2.5",
28-
"@shopify/jest-dom-mocks": "^2.11.6"
27+
"@shopify/address-consts": "^2.2.6",
28+
"@shopify/jest-dom-mocks": "^2.11.7"
2929
},
3030
"files": [
3131
"build/*",

packages/address/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/address",
3-
"version": "2.10.7",
3+
"version": "2.10.8",
44
"license": "MIT",
55
"description": "Address utilities for formatting addresses",
66
"main": "index.js",
@@ -20,12 +20,12 @@
2020
},
2121
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/address/README.md",
2222
"devDependencies": {
23-
"@shopify/address-mocks": "^1.5.7",
24-
"@shopify/jest-dom-mocks": "^2.11.6"
23+
"@shopify/address-mocks": "^1.5.8",
24+
"@shopify/jest-dom-mocks": "^2.11.7"
2525
},
2626
"sideEffects": false,
2727
"dependencies": {
28-
"@shopify/address-consts": "^2.2.5"
28+
"@shopify/address-consts": "^2.2.6"
2929
},
3030
"files": [
3131
"build/*",

packages/admin-graphql-api-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/admin-graphql-api-utilities",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"license": "MIT",
55
"description": "A set of utilities to use when consuming Shopify’s admin GraphQL API",
66
"main": "index.js",

packages/ast-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/ast-utilities",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"license": "MIT",
55
"description": "Utilities for working with Abstract Syntax Trees (ASTs)",
66
"main": "index.js",

packages/async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/async",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"license": "MIT",
55
"description": "Primitives for loading parts of an application asynchronously",
66
"main": "index.js",

packages/dates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/dates",
3-
"version": "0.5.7",
3+
"version": "0.5.8",
44
"license": "MIT",
55
"description": "Lightweight date operations library",
66
"main": "index.js",
@@ -24,7 +24,7 @@
2424
"@shopify/decorators": "^1.2.5"
2525
},
2626
"devDependencies": {
27-
"@shopify/jest-dom-mocks": "^2.11.6"
27+
"@shopify/jest-dom-mocks": "^2.11.7"
2828
},
2929
"files": [
3030
"build/*",

packages/graphql-config-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-config-utilities",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"description": "Common utilities for graphql-config",
66
"main": "index.js",

packages/graphql-fixtures/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-fixtures",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"license": "MIT",
55
"description": "Utilities for generating fixture objects from GraphQL documents.",
66
"main": "index.js",
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/graphql-fixtures/README.md",
2323
"dependencies": {
24-
"@shopify/useful-types": "^2.4.1",
24+
"@shopify/useful-types": "^2.4.2",
2525
"@types/faker": "^4.1.2",
2626
"faker": "^4.1.0",
2727
"graphql": ">=14.5.0 <15.0.0",

packages/graphql-testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/graphql-testing",
3-
"version": "4.4.6",
3+
"version": "4.4.7",
44
"license": "MIT",
55
"description": "Utilities to create mock GraphQL factories",
66
"main": "index.js",
@@ -28,7 +28,7 @@
2828
"jest-matcher-utils": "^26.6.2"
2929
},
3030
"devDependencies": {
31-
"@shopify/useful-types": "^2.4.1",
31+
"@shopify/useful-types": "^2.4.2",
3232
"graphql-typed": "^0.7.2"
3333
},
3434
"files": [

0 commit comments

Comments
 (0)