Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Apr 19, 2021
1 parent ffc68e5 commit ba21ae2
Show file tree
Hide file tree
Showing 18 changed files with 93 additions and 21 deletions.
8 changes: 8 additions & 0 deletions 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.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)

**Note:** Version bump only for package txwrapper-core





# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)


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.5.0",
"version": "0.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/txwrapper-acala/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.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)

**Note:** Version bump only for package txwrapper-acala





# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)


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.5.0",
"version": "0.5.1",
"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": "^0.5.0",
"@substrate/txwrapper-orml": "^0.5.0"
"@substrate/txwrapper-core": "^0.5.1",
"@substrate/txwrapper-orml": "^0.5.1"
}
}
8 changes: 8 additions & 0 deletions packages/txwrapper-core/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.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)

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





# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)


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.5.0",
"version": "0.5.1",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"files": [
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.

## [0.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)

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





# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)


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.5.0",
"version": "0.5.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.6.2",
"@substrate/txwrapper-polkadot": "^0.5.0",
"txwrapper-acala": "^0.5.0"
"@substrate/txwrapper-polkadot": "^0.5.1",
"txwrapper-acala": "^0.5.1"
}
}
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.

## [0.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)

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





# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)


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.5.0",
"version": "0.5.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.5.0"
"@substrate/txwrapper-core": "^0.5.1"
},
"devDependencies": {
"@acala-network/type-definitions": "0.7.4-1"
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.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)

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





# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)

**Note:** Version bump only for package @substrate/txwrapper-polkadot
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.5.0",
"version": "0.5.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.5.0",
"@substrate/txwrapper-substrate": "^0.5.0"
"@substrate/txwrapper-core": "^0.5.1",
"@substrate/txwrapper-substrate": "^0.5.1"
}
}
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.

## [0.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)

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





# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)


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.5.0",
"version": "0.5.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.88.1",
"@polkadot/networks": "6.2.1",
"@substrate/txwrapper-core": "^0.5.0"
"@substrate/txwrapper-core": "^0.5.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.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)

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





# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)


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.5.0",
"version": "0.5.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.5.0"
"@substrate/txwrapper-core": "^0.5.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.5.1](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v0.5.0...v0.5.1) (2021-04-19)

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





# [0.5.0](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v0.4.1...v0.5.0) (2021-04-05)

**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.5.0",
"version": "0.5.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.5.0",
"@substrate/txwrapper-registry": "^0.5.0",
"@substrate/txwrapper-substrate": "^0.5.0"
"@substrate/txwrapper-core": "^0.5.1",
"@substrate/txwrapper-registry": "^0.5.1",
"@substrate/txwrapper-substrate": "^0.5.1"
},
"devDependencies": {
"ts-node": "9.1.1",
Expand Down

0 comments on commit ba21ae2

Please sign in to comment.