Skip to content

Commit

Permalink
Merge pull request #4992 from mnaamani/bump-metadata-qn-package-versions
Browse files Browse the repository at this point in the history
Bump metadata and QN package versions
  • Loading branch information
mnaamani authored Dec 7, 2023
2 parents a9f450f + 6d65b46 commit 705858e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions joystreamjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/js",
"version": "1.6.1",
"version": "1.6.2",
"license": "GPL-3.0-only",
"description": "Joystream JS package provides utilities required to work with Joystream network.",
"main": "lib/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"generate:all": "yarn generate:schema-typings"
},
"dependencies": {
"@joystream/metadata-protobuf": "^2.10.0",
"@joystream/metadata-protobuf": "^2.11.0",
"@joystream/types": "^2.0.0",
"@polkadot/util-crypto": "9.5.1",
"axios": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion metadata-protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/metadata-protobuf",
"version": "2.10.0",
"version": "2.11.0",
"description": "Joystream Metadata Protobuf Library",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions query-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.8.0

- Add support for validator account verification

### 1.7.0

- Refactor of mappings for more better handling of error cases. [#4856](https://github.com/Joystream/joystream/pull/4856)
Expand Down
4 changes: 2 additions & 2 deletions query-node/mappings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-node-mappings",
"version": "1.7.0",
"version": "1.8.0",
"description": "Mappings for hydra-processor",
"main": "lib/src/index.js",
"license": "MIT",
Expand All @@ -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.0",
"@joystream/js": "^1.6.2",
"@joystream/warthog": "^2.41.9",
"@polkadot/types": "8.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion query-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "query-node-root",
"version": "1.7.0",
"version": "1.8.0",
"description": "GraphQL server and mappings. Generated with ♥ by Hydra-CLI",
"scripts": {
"build": "./build.sh",
Expand Down

0 comments on commit 705858e

Please sign in to comment.