Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva authored Aug 16, 2024
1 parent e657d78 commit 03f1ccb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.7.5 - 2024-08-16

### Fixed

- Update dependencies

## 0.7.4 - 2024-08-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 2 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 2 additions & 0 deletions packages/smoldot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.3.2 - 2024-08-16

### Fixed

- Update smoldot to `2.0.30`
Expand Down
2 changes: 1 addition & 1 deletion packages/smoldot/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 03f1ccb

Please sign in to comment.