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

Commit

Permalink
Merge pull request #862 from Shopify/add-dependency
Browse files Browse the repository at this point in the history
🐛 add missing network dependency
  • Loading branch information
Katie Davis authored Aug 16, 2019
2 parents 631facc + 1695694 commit b90e7ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/koa-shopify-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->

## 3.1.32 - 2019-08-15

### Fixed

- Package now lists missing '@shopify/network' dependency [862](https://github.com/Shopify/quilt/pull/862)

## 3.1.31 - 2019-08-13

### Fixed
Expand Down
1 change: 1 addition & 0 deletions packages/koa-shopify-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/koa-shopify-auth/README.md",
"dependencies": {
"@shopify/network": "^1.4.1",
"nonce": "^1.0.4",
"safe-compare": "^1.1.2",
"tslib": "^1.9.3"
Expand Down

0 comments on commit b90e7ea

Please sign in to comment.