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 29, 2021
1 parent ead28d7 commit bff0482
Show file tree
Hide file tree
Showing 18 changed files with 111 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.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)


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.4.0",
"version": "0.4.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.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)


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.4.0",
"version": "0.4.1",
"author": "",
"description": "Tools for constructing Acala transactions offline",
"files": [
Expand All @@ -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"
}
}
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.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)


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.4.0",
"version": "0.4.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.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)


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.4.0",
"version": "0.4.1",
"author": "Parity Technologies <[email protected]>",
"description": "Examples for txwrapper-* usage.",
"license": "Apache-2.0",
Expand All @@ -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"
}
}
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.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)


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.4.0",
"version": "0.4.1",
"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": "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"
Expand Down
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.

## [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)


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.4.0",
"version": "0.4.1",
"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": "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"
}
}
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.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)


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.4.0",
"version": "0.4.1",
"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.86.2",
"@polkadot/networks": "6.0.5",
"@substrate/txwrapper-core": "^0.4.0"
"@substrate/txwrapper-core": "^0.4.1"
}
}
8 changes: 8 additions & 0 deletions packages/txwrapper-substrate/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.

## [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)


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.4.0",
"version": "0.4.1",
"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": "rimraf lib/ && tsc -p tsconfig.build.json"
},
"dependencies": {
"@substrate/txwrapper-core": "^0.4.0"
"@substrate/txwrapper-core": "^0.4.1"
}
}
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.

## [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
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.4.0",
"version": "0.4.1",
"author": "",
"description": "Helper functions for {chain and test network names} offline transaction generation.",
"files": [
Expand All @@ -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",
Expand Down

0 comments on commit bff0482

Please sign in to comment.