Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed May 11, 2021
1 parent 60b9e23 commit 8f43b4b
Show file tree
Hide file tree
Showing 18 changed files with 131 additions and 21 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/paritytech/txwrapper-core/compare/v1.0.0...v1.1.0) (2021-05-11)


### Bug Fixes

* Bump polkadot-js/api; Remove deprecated createType log option ([#89](https://github.com/paritytech/txwrapper-core/issues/89)) ([989cd7d](https://github.com/paritytech/txwrapper-core/commit/989cd7d6a2e25a7cbc7982da211e4c5239bbed22))
* Update polkadot scoped deps to latest types ([#90](https://github.com/paritytech/txwrapper-core/issues/90)) ([60b9e23](https://github.com/paritytech/txwrapper-core/commit/60b9e23beb776f153515897c96efa64b7ccad29a))


### Features

* **txwrapper-polkadot:** Add support for Statemint & Statemine ([#75](https://github.com/paritytech/txwrapper-core/issues/75)) ([8958d30](https://github.com/paritytech/txwrapper-core/commit/8958d30891f8bbc340f72faa50dd28790a49997d))





# [1.0.0](https://github.com/paritytech/txwrapper-core/compare/v0.5.1...v1.0.0) (2021-05-03)


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": "1.0.0",
"version": "1.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/txwrapper-acala/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.

# [1.1.0](https://github.com/paritytech/txwrapper-core/compare/v1.0.0...v1.1.0) (2021-05-11)


### Features

* **txwrapper-polkadot:** Add support for Statemint & Statemine ([#75](https://github.com/paritytech/txwrapper-core/issues/75)) ([8958d30](https://github.com/paritytech/txwrapper-core/commit/8958d30891f8bbc340f72faa50dd28790a49997d))





# [1.0.0](https://github.com/paritytech/txwrapper-core/compare/v0.5.1...v1.0.0) (2021-05-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/txwrapper-acala/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "txwrapper-acala",
"version": "1.0.0",
"version": "1.1.0",
"author": "",
"description": "Tools for constructing Acala transactions offline",
"files": [
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@acala-network/type-definitions": "0.7.4-1",
"@substrate/txwrapper-core": "^1.0.0",
"@substrate/txwrapper-orml": "^1.0.0"
"@substrate/txwrapper-core": "^1.1.0",
"@substrate/txwrapper-orml": "^1.1.0"
}
}
17 changes: 17 additions & 0 deletions packages/txwrapper-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/paritytech/txwrapper-core/compare/v1.0.0...v1.1.0) (2021-05-11)


### Bug Fixes

* Bump polkadot-js/api; Remove deprecated createType log option ([#89](https://github.com/paritytech/txwrapper-core/issues/89)) ([989cd7d](https://github.com/paritytech/txwrapper-core/commit/989cd7d6a2e25a7cbc7982da211e4c5239bbed22))
* Update polkadot scoped deps to latest types ([#90](https://github.com/paritytech/txwrapper-core/issues/90)) ([60b9e23](https://github.com/paritytech/txwrapper-core/commit/60b9e23beb776f153515897c96efa64b7ccad29a))


### Features

* **txwrapper-polkadot:** Add support for Statemint & Statemine ([#75](https://github.com/paritytech/txwrapper-core/issues/75)) ([8958d30](https://github.com/paritytech/txwrapper-core/commit/8958d30891f8bbc340f72faa50dd28790a49997d))





# [1.0.0](https://github.com/paritytech/txwrapper-core/compare/v0.5.1...v1.0.0) (2021-05-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-core",
"version": "1.0.0",
"version": "1.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/txwrapper-examples/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.

# [1.1.0](https://github.com/paritytech/txwrapper-core/compare/v1.0.0...v1.1.0) (2021-05-11)


### Bug Fixes

* Bump polkadot-js/api; Remove deprecated createType log option ([#89](https://github.com/paritytech/txwrapper-core/issues/89)) ([989cd7d](https://github.com/paritytech/txwrapper-core/commit/989cd7d6a2e25a7cbc7982da211e4c5239bbed22))
* Update polkadot scoped deps to latest types ([#90](https://github.com/paritytech/txwrapper-core/issues/90)) ([60b9e23](https://github.com/paritytech/txwrapper-core/commit/60b9e23beb776f153515897c96efa64b7ccad29a))





# [1.0.0](https://github.com/paritytech/txwrapper-core/compare/v0.5.1...v1.0.0) (2021-05-03)


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": "1.0.0",
"version": "1.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Examples for txwrapper-* usage.",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@polkadot/api": "4.9.3-14",
"@substrate/txwrapper-polkadot": "^1.0.0",
"txwrapper-acala": "^1.0.0"
"@substrate/txwrapper-polkadot": "^1.1.0",
"txwrapper-acala": "^1.1.0"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-orml/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.

# [1.1.0](https://github.com/paritytech/txwrapper-core/compare/v1.0.0...v1.1.0) (2021-05-11)


### Features

* **txwrapper-polkadot:** Add support for Statemint & Statemine ([#75](https://github.com/paritytech/txwrapper-core/issues/75)) ([8958d30](https://github.com/paritytech/txwrapper-core/commit/8958d30891f8bbc340f72faa50dd28790a49997d))





# [1.0.0](https://github.com/paritytech/txwrapper-core/compare/v0.5.1...v1.0.0) (2021-05-03)


Expand Down
4 changes: 2 additions & 2 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": "1.0.0",
"version": "1.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.",
"files": [
Expand All @@ -21,7 +21,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^1.0.0"
"@substrate/txwrapper-core": "^1.1.0"
},
"devDependencies": {
"@acala-network/type-definitions": "0.7.4-1"
Expand Down
11 changes: 11 additions & 0 deletions packages/txwrapper-polkadot/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.

# [1.1.0](https://github.com/paritytech/txwrapper-core/compare/v1.0.0...v1.1.0) (2021-05-11)


### Features

* **txwrapper-polkadot:** Add support for Statemint & Statemine ([#75](https://github.com/paritytech/txwrapper-core/issues/75)) ([8958d30](https://github.com/paritytech/txwrapper-core/commit/8958d30891f8bbc340f72faa50dd28790a49997d))





# [1.0.0](https://github.com/paritytech/txwrapper-core/compare/v0.5.1...v1.0.0) (2021-05-03)


Expand Down
6 changes: 3 additions & 3 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": "1.0.0",
"version": "1.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.",
"files": [
Expand All @@ -21,7 +21,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^1.0.0",
"@substrate/txwrapper-substrate": "^1.0.0"
"@substrate/txwrapper-core": "^1.1.0",
"@substrate/txwrapper-substrate": "^1.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/txwrapper-registry/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.

# [1.1.0](https://github.com/paritytech/txwrapper-core/compare/v1.0.0...v1.1.0) (2021-05-11)


### Bug Fixes

* Bump polkadot-js/api; Remove deprecated createType log option ([#89](https://github.com/paritytech/txwrapper-core/issues/89)) ([989cd7d](https://github.com/paritytech/txwrapper-core/commit/989cd7d6a2e25a7cbc7982da211e4c5239bbed22))
* Update polkadot scoped deps to latest types ([#90](https://github.com/paritytech/txwrapper-core/issues/90)) ([60b9e23](https://github.com/paritytech/txwrapper-core/commit/60b9e23beb776f153515897c96efa64b7ccad29a))





# [1.0.0](https://github.com/paritytech/txwrapper-core/compare/v0.5.1...v1.0.0) (2021-05-03)


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": "1.0.0",
"version": "1.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Polkadot-js type registry creation assistants for txwrapper libraries.",
"files": [
Expand All @@ -23,6 +23,6 @@
"dependencies": {
"@polkadot/apps-config": "0.90.2-43",
"@polkadot/networks": "6.3.2-12",
"@substrate/txwrapper-core": "^1.0.0"
"@substrate/txwrapper-core": "^1.1.0"
}
}
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.

# [1.1.0](https://github.com/paritytech/txwrapper-core/compare/v1.0.0...v1.1.0) (2021-05-11)


### Features

* **txwrapper-polkadot:** Add support for Statemint & Statemine ([#75](https://github.com/paritytech/txwrapper-core/issues/75)) ([8958d30](https://github.com/paritytech/txwrapper-core/commit/8958d30891f8bbc340f72faa50dd28790a49997d))





# [1.0.0](https://github.com/paritytech/txwrapper-core/compare/v0.5.1...v1.0.0) (2021-05-03)


Expand Down
4 changes: 2 additions & 2 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": "1.0.0",
"version": "1.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of Substrate pallets, to be re-exported by txwrappers.",
"files": [
Expand All @@ -21,6 +21,6 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^1.0.0"
"@substrate/txwrapper-core": "^1.1.0"
}
}
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.

# [1.1.0](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v1.0.0...v1.1.0) (2021-05-11)

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





# [1.0.0](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v0.5.1...v1.0.0) (2021-05-03)


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": "1.0.0",
"version": "1.1.0",
"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": "^1.0.0",
"@substrate/txwrapper-registry": "^1.0.0",
"@substrate/txwrapper-substrate": "^1.0.0"
"@substrate/txwrapper-core": "^1.1.0",
"@substrate/txwrapper-registry": "^1.1.0",
"@substrate/txwrapper-substrate": "^1.1.0"
},
"devDependencies": {
"ts-node": "9.1.1",
Expand Down

0 comments on commit 8f43b4b

Please sign in to comment.