Skip to content

Commit

Permalink
Merge pull request #5079 from mnaamani/joystream-js-bump
Browse files Browse the repository at this point in the history
bump joystream/js to v1.8.0
  • Loading branch information
zeeshanakram3 authored Feb 21, 2024
2 parents a4349bd + ffba3c9 commit fc7a297
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ npm install -g @joystream/cli
$ joystream-cli COMMAND
running command...
$ joystream-cli (-v|--version|version)
@joystream/cli/1.4.0 darwin-x64 node-v18.6.0
@joystream/cli/1.4.0 darwin-arm64 node-v18.6.0
$ joystream-cli --help [COMMAND]
USAGE
$ joystream-cli COMMAND
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"proper-lockfile": "^4.1.1",
"slug": "^2.1.1",
"tslib": "^1.11.1",
"@joystream/js": "^1.6.3"
"@joystream/js": "^1.8.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.4",
Expand Down
2 changes: 1 addition & 1 deletion joystreamjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/js",
"version": "1.7.0",
"version": "1.8.0",
"license": "GPL-3.0-only",
"description": "Joystream JS package provides utilities required to work with Joystream network.",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion query-node/mappings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@apollo/client": "^3.2.5",
"@joystream/hydra-common": "5.0.0-alpha.4",
"@joystream/hydra-db-utils": "5.0.0-alpha.4",
"@joystream/js": "^1.6.3",
"@joystream/js": "^1.8.0",
"@joystream/warthog": "^2.41.9",
"@polkadot/types": "8.9.1"
},
Expand Down

0 comments on commit fc7a297

Please sign in to comment.