Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Mar 2, 2021
1 parent 76b5e55 commit bb412dd
Show file tree
Hide file tree
Showing 18 changed files with 120 additions and 21 deletions.
11 changes: 11 additions & 0 deletions 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.

## [0.2.1](https://github.com/paritytech/txwrapper-core/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](https://github.com/paritytech/txwrapper-core/issues/59)) ([76b5e55](https://github.com/paritytech/txwrapper-core/commit/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](https://github.com/paritytech/txwrapper-core/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)


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": "0.2.0-beta.0",
"version": "0.2.1",
"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.

## [0.2.1](https://github.com/paritytech/txwrapper-core/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](https://github.com/paritytech/txwrapper-core/issues/59)) ([76b5e55](https://github.com/paritytech/txwrapper-core/commit/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](https://github.com/paritytech/txwrapper-core/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)

**Note:** Version bump only for package txwrapper-acala
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": "0.2.0",
"version": "0.2.1",
"author": "",
"description": "Tools for constructing Acala transactions offline",
"files": [
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@acala-network/type-definitions": "0.6.2-17",
"@substrate/txwrapper-core": "^0.2.0",
"@substrate/txwrapper-orml": "^0.2.0"
"@substrate/txwrapper-core": "^0.2.1",
"@substrate/txwrapper-orml": "^0.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-core/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.

## [0.2.1](https://github.com/paritytech/txwrapper-core/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](https://github.com/paritytech/txwrapper-core/issues/59)) ([76b5e55](https://github.com/paritytech/txwrapper-core/commit/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](https://github.com/paritytech/txwrapper-core/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)

**Note:** Version bump only for package @substrate/txwrapper-core
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": "0.2.0",
"version": "0.2.1",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/txwrapper-examples/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.

## [0.2.1](https://github.com/paritytech/txwrapper-core/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](https://github.com/paritytech/txwrapper-core/issues/59)) ([76b5e55](https://github.com/paritytech/txwrapper-core/commit/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](https://github.com/paritytech/txwrapper-core/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)

**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": "0.2.0",
"version": "0.2.1",
"author": "Parity Technologies <[email protected]>",
"description": "Examples for txwrapper-* usage.",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@polkadot/api": "3.11.1",
"@substrate/txwrapper-polkadot": "^0.2.0",
"txwrapper-acala": "^0.2.0"
"@substrate/txwrapper-polkadot": "^0.2.1",
"txwrapper-acala": "^0.2.1"
}
}
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.

## [0.2.1](https://github.com/paritytech/txwrapper-core/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](https://github.com/paritytech/txwrapper-core/issues/59)) ([76b5e55](https://github.com/paritytech/txwrapper-core/commit/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](https://github.com/paritytech/txwrapper-core/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)

**Note:** Version bump only for package @substrate/txwrapper-orml
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": "0.2.0",
"version": "0.2.1",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.",
"files": [
Expand All @@ -18,7 +18,7 @@
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.2.0"
"@substrate/txwrapper-core": "^0.2.1"
},
"devDependencies": {
"@acala-network/type-definitions": "0.6.2-17"
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.

## [0.2.1](https://github.com/paritytech/txwrapper-core/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](https://github.com/paritytech/txwrapper-core/issues/59)) ([76b5e55](https://github.com/paritytech/txwrapper-core/commit/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](https://github.com/paritytech/txwrapper-core/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)


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": "0.2.0",
"version": "0.2.1",
"author": "Parity Technologies <[email protected]>",
"description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.",
"files": [
Expand All @@ -18,7 +18,7 @@
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.2.0",
"@substrate/txwrapper-substrate": "^0.2.0"
"@substrate/txwrapper-core": "^0.2.1",
"@substrate/txwrapper-substrate": "^0.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-registry/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.

## [0.2.1](https://github.com/paritytech/txwrapper-core/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](https://github.com/paritytech/txwrapper-core/issues/59)) ([76b5e55](https://github.com/paritytech/txwrapper-core/commit/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](https://github.com/paritytech/txwrapper-core/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)

**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": "0.2.0",
"version": "0.2.1",
"author": "Parity Technologies <[email protected]>",
"description": "Polkadot-js type registry creation assistants for txwrapper libraries.",
"files": [
Expand All @@ -20,6 +20,6 @@
"dependencies": {
"@polkadot/apps-config": "0.82.1",
"@polkadot/networks": "5.9.2",
"@substrate/txwrapper-core": "^0.2.0"
"@substrate/txwrapper-core": "^0.2.1"
}
}
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.

## [0.2.1](https://github.com/paritytech/txwrapper-core/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](https://github.com/paritytech/txwrapper-core/issues/59)) ([76b5e55](https://github.com/paritytech/txwrapper-core/commit/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](https://github.com/paritytech/txwrapper-core/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)


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": "0.2.0",
"version": "0.2.1",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of Substrate pallets, to be re-exported by txwrappers.",
"files": [
Expand All @@ -18,6 +18,6 @@
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.2.0"
"@substrate/txwrapper-core": "^0.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-template/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.

## [0.2.1](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v0.2.0-beta.0...v0.2.1) (2021-03-02)


### Bug Fixes

* **types:** Bump deps to get latest type definitions ([#59](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/issues/59)) ([76b5e55](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/commits/76b5e551ae0fcdcc6f932473129879f7fe87a939))





# [0.2.0-beta.0](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-02-23)

**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": "0.2.0",
"version": "0.2.1",
"author": "",
"description": "Helper functions for {chain and test network names} offline transaction generation.",
"files": [
Expand All @@ -16,9 +16,9 @@
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.2.0",
"@substrate/txwrapper-registry": "^0.2.0",
"@substrate/txwrapper-substrate": "^0.2.0"
"@substrate/txwrapper-core": "^0.2.1",
"@substrate/txwrapper-registry": "^0.2.1",
"@substrate/txwrapper-substrate": "^0.2.1"
},
"devDependencies": {
"ts-node": "9.1.1",
Expand Down

0 comments on commit bb412dd

Please sign in to comment.