From 03f1ccb10b163c9a98bcf2dca6aa50ae28037278 Mon Sep 17 00:00:00 2001 From: Victor Oliva Date: Fri, 16 Aug 2024 18:24:05 +0200 Subject: [PATCH] chore: release polkadot-api@1.0.1 (#640) --- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- packages/client/CHANGELOG.md | 2 ++ packages/client/package.json | 2 +- packages/smoldot/CHANGELOG.md | 2 ++ packages/smoldot/package.json | 2 +- 6 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 72d1b2e31..322ee8aba 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.7.5 - 2024-08-16 + +### Fixed + +- Update dependencies + ## 0.7.4 - 2024-08-12 ### Fixed diff --git a/packages/cli/package.json b/packages/cli/package.json index 2c7a5e746..00d404ceb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot-api/cli", - "version": "0.7.4", + "version": "0.7.5", "author": "Victor Oliva (https://github.com/voliva)", "license": "MIT", "sideEffects": true, diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index c41b0011f..4199ff2be 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.0.1 - 2024-08-16 + ### Fixed - Fixes [#632](https://github.com/polkadot-api/polkadot-api/issues/632): rare race-condition when following a submitted transaction, which caused a runtime error. [#638](https://github.com/polkadot-api/polkadot-api/pull/638) diff --git a/packages/client/package.json b/packages/client/package.json index b9965bb14..7d0442212 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-api", - "version": "1.0.0", + "version": "1.0.1", "author": "Josep M Sobrepere (https://github.com/josepot)", "repository": { "type": "git", diff --git a/packages/smoldot/CHANGELOG.md b/packages/smoldot/CHANGELOG.md index c93fe11fb..75ef9f20f 100644 --- a/packages/smoldot/CHANGELOG.md +++ b/packages/smoldot/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.2 - 2024-08-16 + ### Fixed - Update smoldot to `2.0.30` diff --git a/packages/smoldot/package.json b/packages/smoldot/package.json index cc9f277ed..8d1eb73a7 100644 --- a/packages/smoldot/package.json +++ b/packages/smoldot/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot-api/smoldot", - "version": "0.3.1", + "version": "0.3.2", "author": "Josep M Sobrepere (https://github.com/josepot)", "repository": { "type": "git",