Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Mar 15, 2022
1 parent 640799f commit cfd9d4d
Show file tree
Hide file tree
Showing 17 changed files with 96 additions and 32 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.

## [1.5.7](https://github.com/paritytech/txwrapper-core/compare/v1.5.6...v1.5.7) (2022-03-15)

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





## [1.5.6](https://github.com/paritytech/txwrapper-core/compare/v1.5.5...v1.5.6) (2022-03-09)

**Note:** Version bump only for package txwrapper-core
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.5.6",
"version": "1.5.7",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
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.

## [1.5.7](https://github.com/paritytech/txwrapper-core/compare/v1.5.6...v1.5.7) (2022-03-15)

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





## [1.5.6](https://github.com/paritytech/txwrapper-core/compare/v1.5.5...v1.5.6) (2022-03-09)

**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": "1.5.6",
"version": "1.5.7",
"author": "Parity Technologies <admin@parity.io>",
"description": "Core components for creating a txwrapper lib.",
"license": "Apache-2.0",
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.

## [1.5.7](https://github.com/paritytech/txwrapper-core/compare/v1.5.6...v1.5.7) (2022-03-15)

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





## [1.5.6](https://github.com/paritytech/txwrapper-core/compare/v1.5.5...v1.5.6) (2022-03-09)

**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": "1.5.6",
"version": "1.5.7",
"author": "Parity Technologies <admin@parity.io>",
"description": "Examples for txwrapper-* usage.",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@polkadot/api": "^7.12.1",
"@substrate/txwrapper-polkadot": "^1.5.6",
"@substrate/txwrapper-registry": "^1.5.6"
"@substrate/txwrapper-polkadot": "^1.5.7",
"@substrate/txwrapper-registry": "^1.5.7"
}
}
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.

## [1.5.7](https://github.com/paritytech/txwrapper-core/compare/v1.5.6...v1.5.7) (2022-03-15)

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





## [1.5.6](https://github.com/paritytech/txwrapper-core/compare/v1.5.5...v1.5.6) (2022-03-09)

**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": "1.5.6",
"version": "1.5.7",
"author": "Parity Technologies <admin@parity.io>",
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^1.5.6"
"@substrate/txwrapper-core": "^1.5.7"
},
"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.

## [1.5.7](https://github.com/paritytech/txwrapper-core/compare/v1.5.6...v1.5.7) (2022-03-15)

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





## [1.5.6](https://github.com/paritytech/txwrapper-core/compare/v1.5.5...v1.5.6) (2022-03-09)

**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": "1.5.6",
"version": "1.5.7",
"author": "Parity Technologies <admin@parity.io>",
"description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^1.5.6",
"@substrate/txwrapper-substrate": "^1.5.6"
"@substrate/txwrapper-core": "^1.5.7",
"@substrate/txwrapper-substrate": "^1.5.7"
}
}
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.

## [1.5.7](https://github.com/paritytech/txwrapper-core/compare/v1.5.6...v1.5.7) (2022-03-15)

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





## [1.5.6](https://github.com/paritytech/txwrapper-core/compare/v1.5.5...v1.5.6) (2022-03-09)

**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": "1.5.6",
"version": "1.5.7",
"author": "Parity Technologies <admin@parity.io>",
"description": "Polkadot-js type registry creation assistants for txwrapper libraries.",
"license": "Apache-2.0",
Expand All @@ -20,6 +20,6 @@
"dependencies": {
"@polkadot/apps-config": "^0.109.1",
"@polkadot/networks": "^8.5.1",
"@substrate/txwrapper-core": "^1.5.6"
"@substrate/txwrapper-core": "^1.5.7"
}
}
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.

## [1.5.7](https://github.com/paritytech/txwrapper-core/compare/v1.5.6...v1.5.7) (2022-03-15)

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





## [1.5.6](https://github.com/paritytech/txwrapper-core/compare/v1.5.5...v1.5.6) (2022-03-09)

**Note:** Version bump only for package @substrate/txwrapper-substrate
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.5.6",
"version": "1.5.7",
"author": "Parity Technologies <admin@parity.io>",
"description": "Selected dispatchables of Substrate pallets, to be re-exported by txwrappers.",
"license": "Apache-2.0",
Expand All @@ -18,6 +18,6 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^1.5.6"
"@substrate/txwrapper-core": "^1.5.7"
}
}
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.5.7](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v1.5.6...v1.5.7) (2022-03-15)

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





## [1.5.6](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v1.5.5...v1.5.6) (2022-03-09)

**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": "1.5.6",
"version": "1.5.7",
"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.5.6",
"@substrate/txwrapper-registry": "^1.5.6",
"@substrate/txwrapper-substrate": "^1.5.6"
"@substrate/txwrapper-core": "^1.5.7",
"@substrate/txwrapper-registry": "^1.5.7",
"@substrate/txwrapper-substrate": "^1.5.7"
},
"devDependencies": {
"ts-node": "9.1.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ __metadata:
languageName: node
linkType: hard

"@substrate/txwrapper-core@^1.5.6, @substrate/txwrapper-core@workspace:packages/txwrapper-core":
"@substrate/txwrapper-core@^1.5.7, @substrate/txwrapper-core@workspace:packages/txwrapper-core":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-core@workspace:packages/txwrapper-core"
dependencies:
Expand All @@ -2471,8 +2471,8 @@ __metadata:
resolution: "@substrate/txwrapper-examples@workspace:packages/txwrapper-examples"
dependencies:
"@polkadot/api": ^7.12.1
"@substrate/txwrapper-polkadot": ^1.5.6
"@substrate/txwrapper-registry": ^1.5.6
"@substrate/txwrapper-polkadot": ^1.5.7
"@substrate/txwrapper-registry": ^1.5.7
languageName: unknown
linkType: soft

Expand All @@ -2481,44 +2481,44 @@ __metadata:
resolution: "@substrate/txwrapper-orml@workspace:packages/txwrapper-orml"
dependencies:
"@acala-network/type-definitions": ^0.7.4-1
"@substrate/txwrapper-core": ^1.5.6
"@substrate/txwrapper-core": ^1.5.7
languageName: unknown
linkType: soft

"@substrate/txwrapper-polkadot@^1.5.6, @substrate/txwrapper-polkadot@workspace:packages/txwrapper-polkadot":
"@substrate/txwrapper-polkadot@^1.5.7, @substrate/txwrapper-polkadot@workspace:packages/txwrapper-polkadot":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-polkadot@workspace:packages/txwrapper-polkadot"
dependencies:
"@substrate/txwrapper-core": ^1.5.6
"@substrate/txwrapper-substrate": ^1.5.6
"@substrate/txwrapper-core": ^1.5.7
"@substrate/txwrapper-substrate": ^1.5.7
languageName: unknown
linkType: soft

"@substrate/txwrapper-registry@^1.5.6, @substrate/txwrapper-registry@workspace:packages/txwrapper-registry":
"@substrate/txwrapper-registry@^1.5.7, @substrate/txwrapper-registry@workspace:packages/txwrapper-registry":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-registry@workspace:packages/txwrapper-registry"
dependencies:
"@polkadot/apps-config": ^0.109.1
"@polkadot/networks": ^8.5.1
"@substrate/txwrapper-core": ^1.5.6
"@substrate/txwrapper-core": ^1.5.7
languageName: unknown
linkType: soft

"@substrate/txwrapper-substrate@^1.5.6, @substrate/txwrapper-substrate@workspace:packages/txwrapper-substrate":
"@substrate/txwrapper-substrate@^1.5.7, @substrate/txwrapper-substrate@workspace:packages/txwrapper-substrate":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-substrate@workspace:packages/txwrapper-substrate"
dependencies:
"@substrate/txwrapper-core": ^1.5.6
"@substrate/txwrapper-core": ^1.5.7
languageName: unknown
linkType: soft

"@substrate/txwrapper-template@workspace:packages/txwrapper-template":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-template@workspace:packages/txwrapper-template"
dependencies:
"@substrate/txwrapper-core": ^1.5.6
"@substrate/txwrapper-registry": ^1.5.6
"@substrate/txwrapper-substrate": ^1.5.6
"@substrate/txwrapper-core": ^1.5.7
"@substrate/txwrapper-registry": ^1.5.7
"@substrate/txwrapper-substrate": ^1.5.7
ts-node: 9.1.1
typescript: 4.1.5
languageName: unknown
Expand Down

0 comments on commit cfd9d4d

Please sign in to comment.