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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dahukish committed May 19, 2021
1 parent 761d0d0 commit a681961
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-config-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-config-utilities",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"description": "Common utilities for graphql-config",
"main": "index.js",
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": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "Generate TypeScript definition files from .graphql documents",
"main": "index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"glob": "^7.1.2",
"graphql": ">=14.5.0 <15.0.0",
"graphql-config": "^3.2.0",
"graphql-config-utilities": "^2.0.1",
"graphql-config-utilities": "^2.0.2",
"graphql-tool-utilities": "^1.4.4",
"upper-case-first": "^2.0.1",
"yargs": "^15.3.1"
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "Validates JSON fixtures for GraphQL responses against the associated operations and schema",
"main": "index.js",
Expand All @@ -27,7 +27,7 @@
"glob": "^7.1.2",
"graphql": ">=14.5.0 <15.0.0",
"graphql-config": "^3.2.0",
"graphql-config-utilities": "^2.0.1",
"graphql-config-utilities": "^2.0.2",
"graphql-tool-utilities": "^1.4.4",
"yargs": "^15.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-i18n-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n-universal-provider",
"version": "1.1.14",
"version": "1.1.15",
"license": "MIT",
"description": "A self-serializing/deserializing i18n provider that works for isomorphic applications",
"main": "index.js",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@shopify/react-hooks": "^1.13.1",
"@shopify/react-html": "^10.2.11",
"@shopify/react-i18n": "^5.3.7"
"@shopify/react-i18n": "^5.3.8"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-i18n",
"version": "5.3.7",
"version": "5.3.8",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-web-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-web-worker",
"version": "1.3.9",
"version": "1.3.10",
"license": "MIT",
"description": "A hook for using web workers in React applications",
"main": "index.js",
Expand Down

0 comments on commit a681961

Please sign in to comment.