Skip to content

Commit ba21ae2

Browse files
committed
chore(release): publish
1 parent ffc68e5 commit ba21ae2

18 files changed

Lines changed: 93 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)
7+
8+
**Note:** Version bump only for package txwrapper-core
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/txwrapper-acala/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)
7+
8+
**Note:** Version bump only for package txwrapper-acala
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)
715

816

packages/txwrapper-acala/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "txwrapper-acala",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "",
55
"description": "Tools for constructing Acala transactions offline",
66
"files": [
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@acala-network/type-definitions": "0.7.4-1",
22-
"@substrate/txwrapper-core": "^0.5.0",
23-
"@substrate/txwrapper-orml": "^0.5.0"
22+
"@substrate/txwrapper-core": "^0.5.1",
23+
"@substrate/txwrapper-orml": "^0.5.1"
2424
}
2525
}

packages/txwrapper-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)
7+
8+
**Note:** Version bump only for package @substrate/txwrapper-core
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)
715

816

packages/txwrapper-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/txwrapper-core",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "Parity Technologies <admin@parity.io>",
55
"description": "Core components for creating a txwrapper lib.",
66
"files": [

packages/txwrapper-examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)
7+
8+
**Note:** Version bump only for package @substrate/txwrapper-examples
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)
715

816

packages/txwrapper-examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/txwrapper-examples",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "Parity Technologies <admin@parity.io>",
55
"description": "Examples for txwrapper-* usage.",
66
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@polkadot/api": "4.6.2",
23-
"@substrate/txwrapper-polkadot": "^0.5.0",
24-
"txwrapper-acala": "^0.5.0"
23+
"@substrate/txwrapper-polkadot": "^0.5.1",
24+
"txwrapper-acala": "^0.5.1"
2525
}
2626
}

packages/txwrapper-orml/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.1](https://github.com/paritytech/txwrapper-core/compare/v0.5.0...v0.5.1) (2021-04-19)
7+
8+
**Note:** Version bump only for package @substrate/txwrapper-orml
9+
10+
11+
12+
13+
614
# [0.5.0](https://github.com/paritytech/txwrapper-core/compare/v0.4.1...v0.5.0) (2021-04-05)
715

816

packages/txwrapper-orml/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/txwrapper-orml",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "Parity Technologies <admin@parity.io>",
55
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.",
66
"files": [
@@ -21,7 +21,7 @@
2121
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
2222
},
2323
"dependencies": {
24-
"@substrate/txwrapper-core": "^0.5.0"
24+
"@substrate/txwrapper-core": "^0.5.1"
2525
},
2626
"devDependencies": {
2727
"@acala-network/type-definitions": "0.7.4-1"

0 commit comments

Comments
 (0)