Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Imod7 committed Sep 6, 2022
1 parent 82a1177 commit 3dc2f4a
Show file tree
Hide file tree
Showing 19 changed files with 128 additions and 42 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/paritytech/txwrapper-core/compare/v3.2.1...v3.2.2) (2022-09-06)


### Bug Fixes

* **types:** Update polkadot-js deps to get the latest types ([#252](https://github.com/paritytech/txwrapper-core/issues/252)) ([82a1177](https://github.com/paritytech/txwrapper-core/commit/82a117736699d165e8f43529fac2b3034744f587))
* decodeSigningPayload for immortal era ([#248](https://github.com/paritytech/txwrapper-core/issues/248)) ([58627f1](https://github.com/paritytech/txwrapper-core/commit/58627f1a2e6dd48c3289e4faf2b0b187e21c3a26))





## [3.2.1](https://github.com/paritytech/txwrapper-core/compare/v3.2.0...v3.2.1) (2022-08-30)


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": "3.2.1",
"version": "3.2.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/txwrapper-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/paritytech/txwrapper-core/compare/v3.2.1...v3.2.2) (2022-09-06)


### Bug Fixes

* **types:** Update polkadot-js deps to get the latest types ([#252](https://github.com/paritytech/txwrapper-core/issues/252)) ([82a1177](https://github.com/paritytech/txwrapper-core/commit/82a117736699d165e8f43529fac2b3034744f587))
* decodeSigningPayload for immortal era ([#248](https://github.com/paritytech/txwrapper-core/issues/248)) ([58627f1](https://github.com/paritytech/txwrapper-core/commit/58627f1a2e6dd48c3289e4faf2b0b187e21c3a26))





## [3.2.1](https://github.com/paritytech/txwrapper-core/compare/v3.2.0...v3.2.1) (2022-08-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/txwrapper-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-core",
"version": "3.2.1",
"version": "3.2.2",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"license": "Apache-2.0",
Expand All @@ -22,7 +22,7 @@
"memoizee": "0.4.15"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^3.2.0",
"@substrate/txwrapper-dev": "^3.2.2",
"@types/memoizee": "^0.4.3"
}
}
8 changes: 8 additions & 0 deletions packages/txwrapper-dev/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.

## [3.2.2](https://github.com/paritytech/txwrapper-core/compare/v3.2.1...v3.2.2) (2022-09-06)

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





# [3.2.0](https://github.com/paritytech/txwrapper-core/compare/v3.1.7...v3.2.0) (2022-08-16)

**Note:** Version bump only for package @substrate/txwrapper-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/txwrapper-dev",
"version": "3.2.0",
"version": "3.2.2",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"license": "Apache-2.0",
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.

## [3.2.2](https://github.com/paritytech/txwrapper-core/compare/v3.2.1...v3.2.2) (2022-09-06)


### Bug Fixes

* **types:** Update polkadot-js deps to get the latest types ([#252](https://github.com/paritytech/txwrapper-core/issues/252)) ([82a1177](https://github.com/paritytech/txwrapper-core/commit/82a117736699d165e8f43529fac2b3034744f587))





## [3.2.1](https://github.com/paritytech/txwrapper-core/compare/v3.2.0...v3.2.1) (2022-08-30)


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

## [3.2.2](https://github.com/paritytech/txwrapper-core/compare/v3.2.1...v3.2.2) (2022-09-06)

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





## [3.2.1](https://github.com/paritytech/txwrapper-core/compare/v3.2.0...v3.2.1) (2022-08-30)

**Note:** Version bump only for package @substrate/txwrapper-orml
Expand Down
6 changes: 3 additions & 3 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": "3.2.1",
"version": "3.2.2",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.",
"license": "Apache-2.0",
Expand All @@ -18,10 +18,10 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^3.2.1"
"@substrate/txwrapper-core": "^3.2.2"
},
"devDependencies": {
"@acala-network/type-definitions": "^0.7.4-1",
"@substrate/txwrapper-dev": "^3.2.0"
"@substrate/txwrapper-dev": "^3.2.2"
}
}
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.

## [3.2.2](https://github.com/paritytech/txwrapper-core/compare/v3.2.1...v3.2.2) (2022-09-06)

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





## [3.2.1](https://github.com/paritytech/txwrapper-core/compare/v3.2.0...v3.2.1) (2022-08-30)

**Note:** Version bump only for package @substrate/txwrapper-polkadot
Expand Down
8 changes: 4 additions & 4 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": "3.2.1",
"version": "3.2.2",
"author": "Parity Technologies <[email protected]>",
"description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.",
"license": "Apache-2.0",
Expand All @@ -18,10 +18,10 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^3.2.1",
"@substrate/txwrapper-substrate": "^3.2.1"
"@substrate/txwrapper-core": "^3.2.2",
"@substrate/txwrapper-substrate": "^3.2.2"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^3.2.0"
"@substrate/txwrapper-dev": "^3.2.2"
}
}
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.

## [3.2.2](https://github.com/paritytech/txwrapper-core/compare/v3.2.1...v3.2.2) (2022-09-06)


### Bug Fixes

* **types:** Update polkadot-js deps to get the latest types ([#252](https://github.com/paritytech/txwrapper-core/issues/252)) ([82a1177](https://github.com/paritytech/txwrapper-core/commit/82a117736699d165e8f43529fac2b3034744f587))





## [3.2.1](https://github.com/paritytech/txwrapper-core/compare/v3.2.0...v3.2.1) (2022-08-30)


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": "3.2.1",
"version": "3.2.2",
"author": "Parity Technologies <[email protected]>",
"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.121.1",
"@polkadot/networks": "10.1.7",
"@substrate/txwrapper-core": "^3.2.1"
"@substrate/txwrapper-core": "^3.2.2"
}
}
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.

## [3.2.2](https://github.com/paritytech/txwrapper-core/compare/v3.2.1...v3.2.2) (2022-09-06)

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





## [3.2.1](https://github.com/paritytech/txwrapper-core/compare/v3.2.0...v3.2.1) (2022-08-30)

**Note:** Version bump only for package @substrate/txwrapper-substrate
Expand Down
6 changes: 3 additions & 3 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": "3.2.1",
"version": "3.2.2",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of Substrate pallets, to be re-exported by txwrappers.",
"license": "Apache-2.0",
Expand All @@ -18,9 +18,9 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@substrate/txwrapper-core": "^3.2.1"
"@substrate/txwrapper-core": "^3.2.2"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^3.2.0"
"@substrate/txwrapper-dev": "^3.2.2"
}
}
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.

## [3.2.2](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v3.2.1...v3.2.2) (2022-09-06)

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





## [3.2.1](http://%3Clink%20to%20the%20github%20repo%20this%20package%20lives%20in%3E/compare/v3.2.0...v3.2.1) (2022-08-30)

**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": "3.2.1",
"version": "3.2.2",
"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": "^3.2.1",
"@substrate/txwrapper-registry": "^3.2.1",
"@substrate/txwrapper-substrate": "^3.2.1"
"@substrate/txwrapper-core": "^3.2.2",
"@substrate/txwrapper-registry": "^3.2.2",
"@substrate/txwrapper-substrate": "^3.2.2"
},
"devDependencies": {
"ts-node": "9.1.1",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2511,18 +2511,18 @@ __metadata:
languageName: node
linkType: hard

"@substrate/txwrapper-core@^3.2.1, @substrate/txwrapper-core@workspace:packages/txwrapper-core":
"@substrate/txwrapper-core@^3.2.2, @substrate/txwrapper-core@workspace:packages/txwrapper-core":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-core@workspace:packages/txwrapper-core"
dependencies:
"@polkadot/api": 9.3.3
"@substrate/txwrapper-dev": ^3.2.0
"@substrate/txwrapper-dev": ^3.2.2
"@types/memoizee": ^0.4.3
memoizee: 0.4.15
languageName: unknown
linkType: soft

"@substrate/txwrapper-dev@^3.2.0, @substrate/txwrapper-dev@workspace:packages/txwrapper-dev":
"@substrate/txwrapper-dev@^3.2.2, @substrate/txwrapper-dev@workspace:packages/txwrapper-dev":
version: 0.0.0-use.local
resolution: "@substrate/txwrapper-dev@workspace:packages/txwrapper-dev"
dependencies:
Expand All @@ -2535,8 +2535,8 @@ __metadata:
resolution: "@substrate/txwrapper-examples@workspace:packages/txwrapper-examples"
dependencies:
"@polkadot/api": 9.3.3
"@substrate/txwrapper-polkadot": ^3.2.1
"@substrate/txwrapper-registry": ^3.2.1
"@substrate/txwrapper-polkadot": ^3.2.2
"@substrate/txwrapper-registry": ^3.2.2
languageName: unknown
linkType: soft

Expand All @@ -2545,47 +2545,47 @@ __metadata:
resolution: "@substrate/txwrapper-orml@workspace:packages/txwrapper-orml"
dependencies:
"@acala-network/type-definitions": ^0.7.4-1
"@substrate/txwrapper-core": ^3.2.1
"@substrate/txwrapper-dev": ^3.2.0
"@substrate/txwrapper-core": ^3.2.2
"@substrate/txwrapper-dev": ^3.2.2
languageName: unknown
linkType: soft

"@substrate/txwrapper-polkadot@^3.2.1, @substrate/txwrapper-polkadot@workspace:packages/txwrapper-polkadot":
"@substrate/txwrapper-polkadot@^3.2.2, @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": ^3.2.1
"@substrate/txwrapper-dev": ^3.2.0
"@substrate/txwrapper-substrate": ^3.2.1
"@substrate/txwrapper-core": ^3.2.2
"@substrate/txwrapper-dev": ^3.2.2
"@substrate/txwrapper-substrate": ^3.2.2
languageName: unknown
linkType: soft

"@substrate/txwrapper-registry@^3.2.1, @substrate/txwrapper-registry@workspace:packages/txwrapper-registry":
"@substrate/txwrapper-registry@^3.2.2, @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.121.1
"@polkadot/networks": 10.1.7
"@substrate/txwrapper-core": ^3.2.1
"@substrate/txwrapper-core": ^3.2.2
languageName: unknown
linkType: soft

"@substrate/txwrapper-substrate@^3.2.1, @substrate/txwrapper-substrate@workspace:packages/txwrapper-substrate":
"@substrate/txwrapper-substrate@^3.2.2, @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": ^3.2.1
"@substrate/txwrapper-dev": ^3.2.0
"@substrate/txwrapper-core": ^3.2.2
"@substrate/txwrapper-dev": ^3.2.2
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": ^3.2.1
"@substrate/txwrapper-registry": ^3.2.1
"@substrate/txwrapper-substrate": ^3.2.1
"@substrate/txwrapper-core": ^3.2.2
"@substrate/txwrapper-registry": ^3.2.2
"@substrate/txwrapper-substrate": ^3.2.2
ts-node: 9.1.1
typescript: 4.7.4
languageName: unknown
Expand Down

0 comments on commit 3dc2f4a

Please sign in to comment.