Skip to content

Commit

Permalink
client-api: release 0.9.18-11 (#2914)
Browse files Browse the repository at this point in the history
Co-authored-by: 0xverin <[email protected]>
  • Loading branch information
jonalvarezz and 0xverin authored Jul 22, 2024
1 parent 7bcdf8b commit af0c66b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 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,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.18-11] - 2024-07-19

### Added

- (#2930) `PlatformUserType`: Add `DarenMarket`
Expand All @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- (#2930) `PlatformUserType`: rename `MagicCraftStakingUser` to `MagicCraftStaking`
- (#2930) `PlatformUserType`: rename `KaratDaoUser` to `KaratDao`
- (#2904) `AssertionSupportedNetwork`: update network list

## [0.9.18-10] - 2024-07-15

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-10-next.0",
"version": "0.9.18-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.9.18-10] - 2024-07-19

Align version with [parachain-release v0.9.18-11](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.18-11)

## [0.9.18-10] - 2024-07-16

Align version with [parachain-release v0.9.18-10](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.18-10)
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.9.18-10",
"version": "0.9.18-11",
"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 af0c66b

Please sign in to comment.