Skip to content

Commit 693e90c

Browse files
committed
chore(release): publish
1 parent f222f06 commit 693e90c

19 files changed

Lines changed: 130 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)
7+
8+
9+
### Bug Fixes
10+
11+
* add `assets::transferAll` call ([#405](https://github.com/paritytech/txwrapper-core/issues/405)) ([0142e0a](https://github.com/paritytech/txwrapper-core/commit/0142e0afe5028f86746d73a45dd8adc37008adaf))
12+
* dependabot ([#400](https://github.com/paritytech/txwrapper-core/issues/400)) ([dc527ec](https://github.com/paritytech/txwrapper-core/commit/dc527ecf3b7b989096c3b5360859b7630abf8ec9))
13+
* prevent error in service worker environment ([#384](https://github.com/paritytech/txwrapper-core/issues/384)) ([6145ea6](https://github.com/paritytech/txwrapper-core/commit/6145ea62d1610d55650a5ed1c3babfb92ccc437b))
14+
* set assetId to default to undefined instead of 0 ([#397](https://github.com/paritytech/txwrapper-core/issues/397)) ([e392a2d](https://github.com/paritytech/txwrapper-core/commit/e392a2d666a1740f71bc4568bd1e8d2f268083ed))
15+
16+
17+
18+
19+
620
## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)
721

822

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "7.5.1",
5+
"version": "7.5.2",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

packages/txwrapper-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)
7+
8+
9+
### Bug Fixes
10+
11+
* prevent error in service worker environment ([#384](https://github.com/paritytech/txwrapper-core/issues/384)) ([6145ea6](https://github.com/paritytech/txwrapper-core/commit/6145ea62d1610d55650a5ed1c3babfb92ccc437b))
12+
* set assetId to default to undefined instead of 0 ([#397](https://github.com/paritytech/txwrapper-core/issues/397)) ([e392a2d](https://github.com/paritytech/txwrapper-core/commit/e392a2d666a1740f71bc4568bd1e8d2f268083ed))
13+
14+
15+
16+
17+
618
## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)
719

820

packages/txwrapper-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/txwrapper-core",
3-
"version": "7.5.1",
3+
"version": "7.5.2",
44
"author": "Parity Technologies <admin@parity.io>",
55
"description": "Core components for creating a txwrapper lib.",
66
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
2323
"memoizee": "0.4.15"
2424
},
2525
"devDependencies": {
26-
"@substrate/txwrapper-dev": "^7.5.0",
26+
"@substrate/txwrapper-dev": "^7.5.2",
2727
"@types/memoizee": "^0.4.3"
2828
}
2929
}

packages/txwrapper-dev/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)
7+
8+
9+
### Bug Fixes
10+
11+
* add `assets::transferAll` call ([#405](https://github.com/paritytech/txwrapper-core/issues/405)) ([0142e0a](https://github.com/paritytech/txwrapper-core/commit/0142e0afe5028f86746d73a45dd8adc37008adaf))
12+
13+
14+
15+
16+
617
# [7.5.0](https://github.com/paritytech/txwrapper-core/compare/v7.4.0...v7.5.0) (2024-06-11)
718

819

packages/txwrapper-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/txwrapper-dev",
3-
"version": "7.5.0",
3+
"version": "7.5.2",
44
"author": "Parity Technologies <admin@parity.io>",
55
"description": "Core components for creating a txwrapper lib.",
66
"license": "Apache-2.0",

packages/txwrapper-examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)
7+
8+
**Note:** Version bump only for package @substrate/txwrapper-examples
9+
10+
11+
12+
13+
614
## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)
715

816
**Note:** Version bump only for package @substrate/txwrapper-examples

packages/txwrapper-examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/txwrapper-examples",
3-
"version": "7.5.1",
3+
"version": "7.5.2",
44
"author": "Parity Technologies <admin@parity.io>",
55
"description": "Examples for txwrapper-* usage.",
66
"license": "Apache-2.0",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@polkadot/api": "^14.0.1",
27-
"@substrate/txwrapper-polkadot": "^7.5.1",
28-
"@substrate/txwrapper-registry": "^7.5.1"
27+
"@substrate/txwrapper-polkadot": "^7.5.2",
28+
"@substrate/txwrapper-registry": "^7.5.2"
2929
}
3030
}

packages/txwrapper-orml/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)
7+
8+
**Note:** Version bump only for package @substrate/txwrapper-orml
9+
10+
11+
12+
13+
614
## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)
715

816
**Note:** Version bump only for package @substrate/txwrapper-orml

packages/txwrapper-orml/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/txwrapper-orml",
3-
"version": "7.5.1",
3+
"version": "7.5.2",
44
"author": "Parity Technologies <admin@parity.io>",
55
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.",
66
"license": "Apache-2.0",
@@ -18,9 +18,9 @@
1818
"build": "yarn build:workspace"
1919
},
2020
"dependencies": {
21-
"@substrate/txwrapper-core": "^7.5.1"
21+
"@substrate/txwrapper-core": "^7.5.2"
2222
},
2323
"devDependencies": {
24-
"@substrate/txwrapper-dev": "^7.5.0"
24+
"@substrate/txwrapper-dev": "^7.5.2"
2525
}
2626
}

0 commit comments

Comments
 (0)