diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a82430..21025255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/paritytech/txwrapper-core/compare/v0.4.0...v0.4.1) (2021-03-29) + + +### Bug Fixes + +* **types:** Update deps to get latest polkadot-js types ([#70](https://github.com/paritytech/txwrapper-core/issues/70)) ([ead28d7](https://github.com/paritytech/txwrapper-core/commit/ead28d797ec241d98e318861fc1f302e3022b0be)) + + + + + # [0.4.0](https://github.com/paritytech/txwrapper-core/compare/v0.3.0...v0.4.0) (2021-03-22) diff --git a/lerna.json b/lerna.json index e761de41..1485632e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.4.0", + "version": "0.4.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/txwrapper-acala/CHANGELOG.md b/packages/txwrapper-acala/CHANGELOG.md index 1db6819b..cc136fc8 100644 --- a/packages/txwrapper-acala/CHANGELOG.md +++ b/packages/txwrapper-acala/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/paritytech/txwrapper-core/compare/v0.4.0...v0.4.1) (2021-03-29) + + +### Bug Fixes + +* **types:** Update deps to get latest polkadot-js types ([#70](https://github.com/paritytech/txwrapper-core/issues/70)) ([ead28d7](https://github.com/paritytech/txwrapper-core/commit/ead28d797ec241d98e318861fc1f302e3022b0be)) + + + + + # [0.4.0](https://github.com/paritytech/txwrapper-core/compare/v0.3.0...v0.4.0) (2021-03-22) diff --git a/packages/txwrapper-acala/package.json b/packages/txwrapper-acala/package.json index b2d67827..9d37dd2a 100644 --- a/packages/txwrapper-acala/package.json +++ b/packages/txwrapper-acala/package.json @@ -1,6 +1,6 @@ { "name": "txwrapper-acala", - "version": "0.4.0", + "version": "0.4.1", "author": "", "description": "Tools for constructing Acala transactions offline", "files": [ @@ -19,7 +19,7 @@ }, "dependencies": { "@acala-network/type-definitions": "0.7.2-4", - "@substrate/txwrapper-core": "^0.4.0", - "@substrate/txwrapper-orml": "^0.4.0" + "@substrate/txwrapper-core": "^0.4.1", + "@substrate/txwrapper-orml": "^0.4.1" } } diff --git a/packages/txwrapper-core/CHANGELOG.md b/packages/txwrapper-core/CHANGELOG.md index 306a7f35..f737e254 100644 --- a/packages/txwrapper-core/CHANGELOG.md +++ b/packages/txwrapper-core/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/paritytech/txwrapper-core/compare/v0.4.0...v0.4.1) (2021-03-29) + + +### Bug Fixes + +* **types:** Update deps to get latest polkadot-js types ([#70](https://github.com/paritytech/txwrapper-core/issues/70)) ([ead28d7](https://github.com/paritytech/txwrapper-core/commit/ead28d797ec241d98e318861fc1f302e3022b0be)) + + + + + # [0.4.0](https://github.com/paritytech/txwrapper-core/compare/v0.3.0...v0.4.0) (2021-03-22) diff --git a/packages/txwrapper-core/package.json b/packages/txwrapper-core/package.json index 344b67c9..80a44a5d 100644 --- a/packages/txwrapper-core/package.json +++ b/packages/txwrapper-core/package.json @@ -1,6 +1,6 @@ { "name": "@substrate/txwrapper-core", - "version": "0.4.0", + "version": "0.4.1", "author": "Parity Technologies ", "description": "Core components for creating a txwrapper lib.", "files": [ diff --git a/packages/txwrapper-examples/CHANGELOG.md b/packages/txwrapper-examples/CHANGELOG.md index c3f9a498..5c3eba72 100644 --- a/packages/txwrapper-examples/CHANGELOG.md +++ b/packages/txwrapper-examples/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/paritytech/txwrapper-core/compare/v0.4.0...v0.4.1) (2021-03-29) + + +### Bug Fixes + +* **types:** Update deps to get latest polkadot-js types ([#70](https://github.com/paritytech/txwrapper-core/issues/70)) ([ead28d7](https://github.com/paritytech/txwrapper-core/commit/ead28d797ec241d98e318861fc1f302e3022b0be)) + + + + + # [0.4.0](https://github.com/paritytech/txwrapper-core/compare/v0.3.0...v0.4.0) (2021-03-22) diff --git a/packages/txwrapper-examples/package.json b/packages/txwrapper-examples/package.json index ee83fe9b..2668fff1 100644 --- a/packages/txwrapper-examples/package.json +++ b/packages/txwrapper-examples/package.json @@ -1,6 +1,6 @@ { "name": "@substrate/txwrapper-examples", - "version": "0.4.0", + "version": "0.4.1", "author": "Parity Technologies ", "description": "Examples for txwrapper-* usage.", "license": "Apache-2.0", @@ -20,7 +20,7 @@ }, "dependencies": { "@polkadot/api": "4.3.1", - "@substrate/txwrapper-polkadot": "^0.4.0", - "txwrapper-acala": "^0.4.0" + "@substrate/txwrapper-polkadot": "^0.4.1", + "txwrapper-acala": "^0.4.1" } } diff --git a/packages/txwrapper-orml/CHANGELOG.md b/packages/txwrapper-orml/CHANGELOG.md index f191cbe4..a34f2960 100644 --- a/packages/txwrapper-orml/CHANGELOG.md +++ b/packages/txwrapper-orml/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/paritytech/txwrapper-core/compare/v0.4.0...v0.4.1) (2021-03-29) + + +### Bug Fixes + +* **types:** Update deps to get latest polkadot-js types ([#70](https://github.com/paritytech/txwrapper-core/issues/70)) ([ead28d7](https://github.com/paritytech/txwrapper-core/commit/ead28d797ec241d98e318861fc1f302e3022b0be)) + + + + + # [0.4.0](https://github.com/paritytech/txwrapper-core/compare/v0.3.0...v0.4.0) (2021-03-22) diff --git a/packages/txwrapper-orml/package.json b/packages/txwrapper-orml/package.json index 93309d03..989e9366 100644 --- a/packages/txwrapper-orml/package.json +++ b/packages/txwrapper-orml/package.json @@ -1,6 +1,6 @@ { "name": "@substrate/txwrapper-orml", - "version": "0.4.0", + "version": "0.4.1", "author": "Parity Technologies ", "description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.", "files": [ @@ -21,7 +21,7 @@ "build": "rimraf lib/ && tsc -p tsconfig.build.json" }, "dependencies": { - "@substrate/txwrapper-core": "^0.4.0" + "@substrate/txwrapper-core": "^0.4.1" }, "devDependencies": { "@acala-network/type-definitions": "0.7.2-4" diff --git a/packages/txwrapper-polkadot/CHANGELOG.md b/packages/txwrapper-polkadot/CHANGELOG.md index a95ce6d3..b82997fe 100644 --- a/packages/txwrapper-polkadot/CHANGELOG.md +++ b/packages/txwrapper-polkadot/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/paritytech/txwrapper-core/compare/v0.4.0...v0.4.1) (2021-03-29) + +**Note:** Version bump only for package @substrate/txwrapper-polkadot + + + + + # [0.4.0](https://github.com/paritytech/txwrapper-core/compare/v0.3.0...v0.4.0) (2021-03-22) diff --git a/packages/txwrapper-polkadot/package.json b/packages/txwrapper-polkadot/package.json index 118305bf..c5cf8ba0 100644 --- a/packages/txwrapper-polkadot/package.json +++ b/packages/txwrapper-polkadot/package.json @@ -1,6 +1,6 @@ { "name": "@substrate/txwrapper-polkadot", - "version": "0.4.0", + "version": "0.4.1", "author": "Parity Technologies ", "description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.", "files": [ @@ -21,7 +21,7 @@ "build": "rimraf lib/ && tsc -p tsconfig.build.json" }, "dependencies": { - "@substrate/txwrapper-core": "^0.4.0", - "@substrate/txwrapper-substrate": "^0.4.0" + "@substrate/txwrapper-core": "^0.4.1", + "@substrate/txwrapper-substrate": "^0.4.1" } } diff --git a/packages/txwrapper-registry/CHANGELOG.md b/packages/txwrapper-registry/CHANGELOG.md index 6f40b8d0..d8e9dd1e 100644 --- a/packages/txwrapper-registry/CHANGELOG.md +++ b/packages/txwrapper-registry/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/paritytech/txwrapper-core/compare/v0.4.0...v0.4.1) (2021-03-29) + + +### Bug Fixes + +* **types:** Update deps to get latest polkadot-js types ([#70](https://github.com/paritytech/txwrapper-core/issues/70)) ([ead28d7](https://github.com/paritytech/txwrapper-core/commit/ead28d797ec241d98e318861fc1f302e3022b0be)) + + + + + # [0.4.0](https://github.com/paritytech/txwrapper-core/compare/v0.3.0...v0.4.0) (2021-03-22) diff --git a/packages/txwrapper-registry/package.json b/packages/txwrapper-registry/package.json index f4652f08..1a1017bb 100644 --- a/packages/txwrapper-registry/package.json +++ b/packages/txwrapper-registry/package.json @@ -1,6 +1,6 @@ { "name": "@substrate/txwrapper-registry", - "version": "0.4.0", + "version": "0.4.1", "author": "Parity Technologies ", "description": "Polkadot-js type registry creation assistants for txwrapper libraries.", "files": [ @@ -23,6 +23,6 @@ "dependencies": { "@polkadot/apps-config": "0.86.2", "@polkadot/networks": "6.0.5", - "@substrate/txwrapper-core": "^0.4.0" + "@substrate/txwrapper-core": "^0.4.1" } } diff --git a/packages/txwrapper-substrate/CHANGELOG.md b/packages/txwrapper-substrate/CHANGELOG.md index 21e6fc83..a01e1bf9 100644 --- a/packages/txwrapper-substrate/CHANGELOG.md +++ b/packages/txwrapper-substrate/CHANGELOG.md @@ -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. +## [0.4.1](https://github.com/paritytech/txwrapper-core/compare/v0.4.0...v0.4.1) (2021-03-29) + +**Note:** Version bump only for package @substrate/txwrapper-substrate + + + + + # [0.4.0](https://github.com/paritytech/txwrapper-core/compare/v0.3.0...v0.4.0) (2021-03-22) diff --git a/packages/txwrapper-substrate/package.json b/packages/txwrapper-substrate/package.json index 2e9dd153..28d9b7b5 100644 --- a/packages/txwrapper-substrate/package.json +++ b/packages/txwrapper-substrate/package.json @@ -1,6 +1,6 @@ { "name": "@substrate/txwrapper-substrate", - "version": "0.4.0", + "version": "0.4.1", "author": "Parity Technologies ", "description": "Selected dispatchables of Substrate pallets, to be re-exported by txwrappers.", "files": [ @@ -21,6 +21,6 @@ "build": "rimraf lib/ && tsc -p tsconfig.build.json" }, "dependencies": { - "@substrate/txwrapper-core": "^0.4.0" + "@substrate/txwrapper-core": "^0.4.1" } } diff --git a/packages/txwrapper-template/CHANGELOG.md b/packages/txwrapper-template/CHANGELOG.md index 120c373c..d741335c 100644 --- a/packages/txwrapper-template/CHANGELOG.md +++ b/packages/txwrapper-template/CHANGELOG.md @@ -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. +## [0.4.1](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v0.4.0...v0.4.1) (2021-03-29) + +**Note:** Version bump only for package @substrate/txwrapper-template + + + + + # [0.4.0](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v0.3.0...v0.4.0) (2021-03-22) **Note:** Version bump only for package @substrate/txwrapper-template diff --git a/packages/txwrapper-template/package.json b/packages/txwrapper-template/package.json index ecb1fa04..6b718fac 100644 --- a/packages/txwrapper-template/package.json +++ b/packages/txwrapper-template/package.json @@ -1,6 +1,6 @@ { "name": "@substrate/txwrapper-template", - "version": "0.4.0", + "version": "0.4.1", "author": "", "description": "Helper functions for {chain and test network names} offline transaction generation.", "files": [ @@ -19,9 +19,9 @@ "build": "tsc -p tsconfig.json" }, "dependencies": { - "@substrate/txwrapper-core": "^0.4.0", - "@substrate/txwrapper-registry": "^0.4.0", - "@substrate/txwrapper-substrate": "^0.4.0" + "@substrate/txwrapper-core": "^0.4.1", + "@substrate/txwrapper-registry": "^0.4.1", + "@substrate/txwrapper-substrate": "^0.4.1" }, "devDependencies": { "ts-node": "9.1.1",