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
gmcgibbon committed Dec 11, 2020
1 parent 62b124e commit 1072097
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 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": "1.4.3",
"version": "1.4.4",
"license": "MIT",
"description": "Address mocks for `@shopify/address`",
"main": "dist/src/index.js",
Expand All @@ -23,12 +23,12 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/address-mocks/README.md",
"devDependencies": {
"@shopify/jest-dom-mocks": "^2.9.4"
"@shopify/jest-dom-mocks": "^2.9.5"
},
"sideEffects": false,
"dependencies": {
"@shopify/address-consts": "^2.1.1",
"@shopify/jest-dom-mocks": "^2.9.4",
"@shopify/jest-dom-mocks": "^2.9.5",
"tslib": "^1.14.1"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/address",
"version": "2.9.3",
"version": "2.9.4",
"license": "MIT",
"description": "Address utilities for formatting addresses",
"main": "dist/src/index.js",
Expand All @@ -23,8 +23,8 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/address/README.md",
"devDependencies": {
"@shopify/address-mocks": "^1.4.3",
"@shopify/jest-dom-mocks": "^2.9.4"
"@shopify/address-mocks": "^1.4.4",
"@shopify/jest-dom-mocks": "^2.9.5"
},
"sideEffects": false,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
## [2.1.7] - 2020-12-11

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/async",
"version": "2.1.6",
"version": "2.1.7",
"license": "MIT",
"description": "Primitives for loading parts of an application asynchronously",
"main": "dist/src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/dates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/dates",
"version": "0.4.4",
"version": "0.4.5",
"license": "MIT",
"description": "Lightweight date operations library",
"main": "dist/src/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"tslib": "^1.14.1"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^2.9.4"
"@shopify/jest-dom-mocks": "^2.9.5"
},
"files": [
"dist/*",
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.9.4",
"version": "2.9.5",
"license": "MIT",
"description": "Jest mocking utilities for working with the DOM",
"main": "dist/src/index.js",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/jest-dom-mocks/README.md",
"dependencies": {
"@shopify/async": "^2.1.6",
"@shopify/async": "^2.1.7",
"@shopify/decorators": "^1.1.13",
"@types/fetch-mock": "^7.3.3",
"@types/lolex": "^2.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-async",
"version": "3.1.24",
"version": "3.1.25",
"license": "MIT",
"description": "Tools for creating powerful, asynchronously-loaded React components",
"main": "dist/src/index.js",
Expand All @@ -24,11 +24,11 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-async/README.md",
"dependencies": {
"@shopify/async": "^2.1.6",
"@shopify/async": "^2.1.7",
"@shopify/react-effect": "^3.2.13",
"@shopify/react-hooks": "^1.11.2",
"@shopify/react-hydrate": "^1.1.27",
"@shopify/react-idle": "^1.0.20",
"@shopify/react-idle": "^1.0.21",
"@shopify/react-intersection-observer": "^2.0.16",
"@shopify/useful-types": "^2.2.1",
"tslib": "^1.14.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-google-analytics",
"version": "3.1.23",
"version": "3.1.24",
"license": "MIT",
"description": "Allows React apps to easily embed Google Analytics scripts",
"main": "dist/src/index.js",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-google-analytics/README.md",
"dependencies": {
"@shopify/react-import-remote": "^1.1.4",
"@shopify/react-import-remote": "^1.1.5",
"tslib": "^1.14.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-graphql-universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-graphql-universal-provider",
"version": "3.3.4",
"version": "3.3.5",
"license": "MIT",
"description": "A self-serializing/deserializing GraphQL provider that works for isomorphic applications",
"main": "dist/src/index.js",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-graphql-universal-provider/README.md",
"dependencies": {
"@shopify/react-graphql": "^6.1.18",
"@shopify/react-graphql": "^6.1.19",
"@shopify/react-hooks": "^1.11.2",
"@shopify/react-html": "^10.0.2",
"@shopify/react-network": "^3.5.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-graphql",
"version": "6.1.18",
"version": "6.1.19",
"license": "MIT",
"description": "Tools for creating type-safe and asynchronous GraphQL components for React",
"main": "dist/src/index.js",
Expand All @@ -26,11 +26,11 @@
"dependencies": {
"@apollo/react-common": ">=3.0.0 <4.0.0",
"@apollo/react-hooks": ">=3.0.0 <4.0.0",
"@shopify/async": "^2.1.6",
"@shopify/react-async": "^3.1.24",
"@shopify/async": "^2.1.7",
"@shopify/react-async": "^3.1.25",
"@shopify/react-effect": "^3.2.13",
"@shopify/react-hooks": "^1.11.2",
"@shopify/react-idle": "^1.0.20",
"@shopify/react-idle": "^1.0.21",
"@shopify/useful-types": "^2.2.1",
"apollo-cache-inmemory": ">=1.0.0 <2.0.0",
"apollo-client": ">=2.0.0 <3.0.0",
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.0.71",
"version": "1.0.72",
"license": "MIT",
"description": "A self-serializing/deserializing i18n provider that works for isomorphic applications",
"main": "dist/src/index.js",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@shopify/react-hooks": "^1.11.2",
"@shopify/react-html": "^10.0.2",
"@shopify/react-i18n": "^5.1.6",
"@shopify/react-i18n": "^5.1.7",
"tslib": "^1.14.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.1.6",
"version": "5.1.7",
"license": "MIT",
"description": "i18n utilities for React handling translations, formatting, and more",
"main": "dist/src/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"intl-pluralrules": "^0.2.1"
},
"dependencies": {
"@shopify/dates": "^0.4.4",
"@shopify/dates": "^0.4.5",
"@shopify/decorators": "^1.1.13",
"@shopify/function-enhancers": "^1.0.11",
"@shopify/i18n": "^0.1.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-idle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-idle",
"version": "1.0.20",
"version": "1.0.21",
"license": "MIT",
"description": "Utilities for working with idle callbacks in React",
"main": "dist/src/index.js",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-idle/README.md",
"dependencies": {
"@shopify/async": "^2.1.6",
"@shopify/async": "^2.1.7",
"@shopify/useful-types": "^2.2.1",
"tslib": "^1.14.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-import-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/react-import-remote",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"description": "Asynchronous script loading for React",
"main": "dist/src/index.js",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-import-remote/README.md",
"dependencies": {
"@shopify/async": "^2.1.6",
"@shopify/async": "^2.1.7",
"@shopify/react-hooks": "^1.11.2",
"@shopify/react-html": "^10.0.2",
"@shopify/react-intersection-observer": "^2.0.16",
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": "0.20.1",
"version": "0.20.2",
"license": "MIT",
"description": "Utilities for React server-side rendering",
"main": "dist/src/index.js",
Expand All @@ -25,7 +25,7 @@
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-server/README.md",
"dependencies": {
"@shopify/network": "^1.5.1",
"@shopify/react-async": "^3.1.24",
"@shopify/react-async": "^3.1.25",
"@shopify/react-cookie": "^0.0.37",
"@shopify/react-effect": "^3.2.13",
"@shopify/react-html": "^10.0.2",
Expand Down

0 comments on commit 1072097

Please sign in to comment.