Skip to content

Commit

Permalink
sync pkgs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalvarezz committed Jul 12, 2024
1 parent 8b6a76e commit d2f943e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions tee-worker/client-api/parachain-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.18-next.11] - 2024-07-12

## Added

- (#2877, #2889) Add `MFan` and `Mvp` to `Web3NftType`
- (#2884) Add `An` and `Tuna` to the list of `Web3TokenType`

## [0.9.18-next.8] - 2024-07-02

Routinely update
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/client-api/parachain-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/src/index.js",
"module": "dist/src/index.js",
"sideEffects": false,
"version": "0.9.18-next.8",
"version": "0.9.18-next.11",
"scripts": {
"clean": "rm -rf dist build node_modules",
"update-metadata": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9944 > prepare-build/litentry-parachain-metadata.json",
Expand Down
4 changes: 4 additions & 0 deletions tee-worker/client-api/sidechain-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2-next.8] - 2024-07-12

Routinely update

## [0.0.2-next.5] - 2024-07-02

Routinely update
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/client-api/sidechain-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/src/index.js",
"module": "dist/src/index.js",
"sideEffects": false,
"version": "0.0.2-next.5",
"version": "0.0.2-next.8",
"scripts": {
"clean": "rm -rf dist build node_modules",
"update-metadata": "../../bin/litentry-cli print-sgx-metadata-raw > prepare-build/litentry-sidechain-metadata.json",
Expand Down

0 comments on commit d2f943e

Please sign in to comment.