Skip to content

Commit

Permalink
bump version (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwells authored Dec 8, 2021
1 parent 79a9191 commit af20b36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/nexus-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbp/nexus-link",
"version": "1.3.12",
"version": "1.3.13",
"description": "A powerful, extendable way of controlling requests/responses to/from Nexus. Inspired by Apollo-link.",
"keywords": [
"observable",
Expand Down
4 changes: 2 additions & 2 deletions packages/nexus-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbp/nexus-sdk",
"version": "1.3.12",
"version": "1.3.13",
"description": "REST API abstraction for Nexus",
"keywords": [
"rest",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/BlueBrain/nexus-js/issues"
},
"dependencies": {
"@bbp/nexus-link": "^1.3.12",
"@bbp/nexus-link": "^1.3.13",
"query-string": "^6.9.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react-nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbp/react-nexus",
"version": "1.3.12",
"version": "1.3.13",
"description": "A set of React components for Nexus",
"keywords": [
"react",
Expand Down Expand Up @@ -34,15 +34,15 @@
"url": "https://github.com/BlueBrain/nexus-js/issues"
},
"dependencies": {
"@bbp/nexus-link": "^1.3.12",
"@bbp/nexus-link": "^1.3.13",
"ts-invariant": "0.4.1"
},
"peerDependencies": {
"@bbp/nexus-sdk": "^1.3.12",
"@bbp/nexus-sdk": "^1.3.13",
"react": ">= 16.8.3"
},
"devDependencies": {
"@bbp/nexus-sdk": "^1.3.12",
"@bbp/nexus-sdk": "^1.3.13",
"@types/react": "^16.8.3",
"react": "^16.8.3"
},
Expand Down

0 comments on commit af20b36

Please sign in to comment.