Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed Oct 15, 2024
1 parent f222f06 commit 693e90c
Show file tree
Hide file tree
Showing 19 changed files with 130 additions and 42 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)


### Bug Fixes

* add `assets::transferAll` call ([#405](https://github.com/paritytech/txwrapper-core/issues/405)) ([0142e0a](https://github.com/paritytech/txwrapper-core/commit/0142e0afe5028f86746d73a45dd8adc37008adaf))
* dependabot ([#400](https://github.com/paritytech/txwrapper-core/issues/400)) ([dc527ec](https://github.com/paritytech/txwrapper-core/commit/dc527ecf3b7b989096c3b5360859b7630abf8ec9))
* prevent error in service worker environment ([#384](https://github.com/paritytech/txwrapper-core/issues/384)) ([6145ea6](https://github.com/paritytech/txwrapper-core/commit/6145ea62d1610d55650a5ed1c3babfb92ccc437b))
* 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))





## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "7.5.1",
"version": "7.5.2",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
12 changes: 12 additions & 0 deletions packages/txwrapper-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)


### Bug Fixes

* prevent error in service worker environment ([#384](https://github.com/paritytech/txwrapper-core/issues/384)) ([6145ea6](https://github.com/paritytech/txwrapper-core/commit/6145ea62d1610d55650a5ed1c3babfb92ccc437b))
* 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))





## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/txwrapper-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-core",
"version": "7.5.1",
"version": "7.5.2",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
"memoizee": "0.4.15"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.5.0",
"@substrate/txwrapper-dev": "^7.5.2",
"@types/memoizee": "^0.4.3"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)


### Bug Fixes

* add `assets::transferAll` call ([#405](https://github.com/paritytech/txwrapper-core/issues/405)) ([0142e0a](https://github.com/paritytech/txwrapper-core/commit/0142e0afe5028f86746d73a45dd8adc37008adaf))





# [7.5.0](https://github.com/paritytech/txwrapper-core/compare/v7.4.0...v7.5.0) (2024-06-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-dev",
"version": "7.5.0",
"version": "7.5.2",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/txwrapper-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)

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





## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)

**Note:** Version bump only for package @substrate/txwrapper-examples
Expand Down
6 changes: 3 additions & 3 deletions packages/txwrapper-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-examples",
"version": "7.5.1",
"version": "7.5.2",
"author": "Parity Technologies <[email protected]>",
"description": "Examples for txwrapper-* usage.",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@polkadot/api": "^14.0.1",
"@substrate/txwrapper-polkadot": "^7.5.1",
"@substrate/txwrapper-registry": "^7.5.1"
"@substrate/txwrapper-polkadot": "^7.5.2",
"@substrate/txwrapper-registry": "^7.5.2"
}
}
8 changes: 8 additions & 0 deletions packages/txwrapper-orml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)

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





## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)

**Note:** Version bump only for package @substrate/txwrapper-orml
Expand Down
6 changes: 3 additions & 3 deletions packages/txwrapper-orml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-orml",
"version": "7.5.1",
"version": "7.5.2",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.",
"license": "Apache-2.0",
Expand All @@ -18,9 +18,9 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^7.5.1"
"@substrate/txwrapper-core": "^7.5.2"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.5.0"
"@substrate/txwrapper-dev": "^7.5.2"
}
}
8 changes: 8 additions & 0 deletions packages/txwrapper-polkadot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)

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





## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)

**Note:** Version bump only for package @substrate/txwrapper-polkadot
Expand Down
8 changes: 4 additions & 4 deletions packages/txwrapper-polkadot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-polkadot",
"version": "7.5.1",
"version": "7.5.2",
"author": "Parity Technologies <[email protected]>",
"description": "Helper functions for Polkadot, Kusama, Paseo and Westend offline transaction generation.",
"license": "Apache-2.0",
Expand All @@ -18,10 +18,10 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^7.5.1",
"@substrate/txwrapper-substrate": "^7.5.1"
"@substrate/txwrapper-core": "^7.5.2",
"@substrate/txwrapper-substrate": "^7.5.2"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.5.0"
"@substrate/txwrapper-dev": "^7.5.2"
}
}
8 changes: 8 additions & 0 deletions packages/txwrapper-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)

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





## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)

**Note:** Version bump only for package @substrate/txwrapper-registry
Expand Down
4 changes: 2 additions & 2 deletions packages/txwrapper-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-registry",
"version": "7.5.1",
"version": "7.5.2",
"author": "Parity Technologies <[email protected]>",
"description": "Polkadot-js type registry creation assistants for txwrapper libraries.",
"license": "Apache-2.0",
Expand All @@ -19,6 +19,6 @@
},
"dependencies": {
"@polkadot/networks": "^13.1.1",
"@substrate/txwrapper-core": "^7.5.1"
"@substrate/txwrapper-core": "^7.5.2"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](https://github.com/paritytech/txwrapper-core/compare/v7.5.1...v7.5.2) (2024-10-15)


### Bug Fixes

* add `assets::transferAll` call ([#405](https://github.com/paritytech/txwrapper-core/issues/405)) ([0142e0a](https://github.com/paritytech/txwrapper-core/commit/0142e0afe5028f86746d73a45dd8adc37008adaf))





## [7.5.1](https://github.com/paritytech/txwrapper-core/compare/v7.5.0...v7.5.1) (2024-06-18)

**Note:** Version bump only for package @substrate/txwrapper-substrate
Expand Down
6 changes: 3 additions & 3 deletions packages/txwrapper-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-substrate",
"version": "7.5.1",
"version": "7.5.2",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of Substrate pallets, to be re-exported by txwrappers.",
"license": "Apache-2.0",
Expand All @@ -18,9 +18,9 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^7.5.1"
"@substrate/txwrapper-core": "^7.5.2"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.5.0"
"@substrate/txwrapper-dev": "^7.5.2"
}
}
8 changes: 8 additions & 0 deletions packages/txwrapper-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.2](/compare/v7.5.1...v7.5.2) (2024-10-15)

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





## [7.5.1](/compare/v7.5.0...v7.5.1) (2024-06-18)

**Note:** Version bump only for package @substrate/txwrapper-template
Expand Down
8 changes: 4 additions & 4 deletions packages/txwrapper-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-template",
"version": "7.5.1",
"version": "7.5.2",
"author": "",
"description": "Helper functions for {chain and test network names} offline transaction generation.",
"files": [
Expand All @@ -19,9 +19,9 @@
"build": "tsc"
},
"dependencies": {
"@substrate/txwrapper-core": "^7.5.1",
"@substrate/txwrapper-registry": "^7.5.1",
"@substrate/txwrapper-substrate": "^7.5.1"
"@substrate/txwrapper-core": "^7.5.2",
"@substrate/txwrapper-registry": "^7.5.2",
"@substrate/txwrapper-substrate": "^7.5.2"
},
"devDependencies": {
"ts-node": "9.1.1",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2020,19 +2020,19 @@ __metadata:
languageName: node
linkType: hard

"@substrate/txwrapper-core@npm:^7.5.1, @substrate/txwrapper-core@workspace:packages/txwrapper-core":
"@substrate/txwrapper-core@npm:^7.5.2, @substrate/txwrapper-core@workspace:packages/txwrapper-core":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-core@workspace:packages/txwrapper-core"
dependencies:
"@polkadot/api": "npm:^14.0.1"
"@polkadot/keyring": "npm:^13.1.1"
"@substrate/txwrapper-dev": "npm:^7.5.0"
"@substrate/txwrapper-dev": "npm:^7.5.2"
"@types/memoizee": "npm:^0.4.3"
memoizee: "npm:0.4.15"
languageName: unknown
linkType: soft

"@substrate/txwrapper-dev@npm:^7.5.0, @substrate/txwrapper-dev@workspace:packages/txwrapper-dev":
"@substrate/txwrapper-dev@npm:^7.5.2, @substrate/txwrapper-dev@workspace:packages/txwrapper-dev":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-dev@workspace:packages/txwrapper-dev"
dependencies:
Expand All @@ -2046,55 +2046,55 @@ __metadata:
resolution: "@substrate/txwrapper-examples@workspace:packages/txwrapper-examples"
dependencies:
"@polkadot/api": "npm:^14.0.1"
"@substrate/txwrapper-polkadot": "npm:^7.5.1"
"@substrate/txwrapper-registry": "npm:^7.5.1"
"@substrate/txwrapper-polkadot": "npm:^7.5.2"
"@substrate/txwrapper-registry": "npm:^7.5.2"
languageName: unknown
linkType: soft

"@substrate/txwrapper-orml@workspace:packages/txwrapper-orml":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-orml@workspace:packages/txwrapper-orml"
dependencies:
"@substrate/txwrapper-core": "npm:^7.5.1"
"@substrate/txwrapper-dev": "npm:^7.5.0"
"@substrate/txwrapper-core": "npm:^7.5.2"
"@substrate/txwrapper-dev": "npm:^7.5.2"
languageName: unknown
linkType: soft

"@substrate/txwrapper-polkadot@npm:^7.5.1, @substrate/txwrapper-polkadot@workspace:packages/txwrapper-polkadot":
"@substrate/txwrapper-polkadot@npm:^7.5.2, @substrate/txwrapper-polkadot@workspace:packages/txwrapper-polkadot":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-polkadot@workspace:packages/txwrapper-polkadot"
dependencies:
"@substrate/txwrapper-core": "npm:^7.5.1"
"@substrate/txwrapper-dev": "npm:^7.5.0"
"@substrate/txwrapper-substrate": "npm:^7.5.1"
"@substrate/txwrapper-core": "npm:^7.5.2"
"@substrate/txwrapper-dev": "npm:^7.5.2"
"@substrate/txwrapper-substrate": "npm:^7.5.2"
languageName: unknown
linkType: soft

"@substrate/txwrapper-registry@npm:^7.5.1, @substrate/txwrapper-registry@workspace:packages/txwrapper-registry":
"@substrate/txwrapper-registry@npm:^7.5.2, @substrate/txwrapper-registry@workspace:packages/txwrapper-registry":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-registry@workspace:packages/txwrapper-registry"
dependencies:
"@polkadot/networks": "npm:^13.1.1"
"@substrate/txwrapper-core": "npm:^7.5.1"
"@substrate/txwrapper-core": "npm:^7.5.2"
languageName: unknown
linkType: soft

"@substrate/txwrapper-substrate@npm:^7.5.1, @substrate/txwrapper-substrate@workspace:packages/txwrapper-substrate":
"@substrate/txwrapper-substrate@npm:^7.5.2, @substrate/txwrapper-substrate@workspace:packages/txwrapper-substrate":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-substrate@workspace:packages/txwrapper-substrate"
dependencies:
"@substrate/txwrapper-core": "npm:^7.5.1"
"@substrate/txwrapper-dev": "npm:^7.5.0"
"@substrate/txwrapper-core": "npm:^7.5.2"
"@substrate/txwrapper-dev": "npm:^7.5.2"
languageName: unknown
linkType: soft

"@substrate/txwrapper-template@workspace:packages/txwrapper-template":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-template@workspace:packages/txwrapper-template"
dependencies:
"@substrate/txwrapper-core": "npm:^7.5.1"
"@substrate/txwrapper-registry": "npm:^7.5.1"
"@substrate/txwrapper-substrate": "npm:^7.5.1"
"@substrate/txwrapper-core": "npm:^7.5.2"
"@substrate/txwrapper-registry": "npm:^7.5.2"
"@substrate/txwrapper-substrate": "npm:^7.5.2"
ts-node: "npm:9.1.1"
typescript: "npm:4.8.3"
languageName: unknown
Expand Down

0 comments on commit 693e90c

Please sign in to comment.