Skip to content

Commit

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

# [7.1.0](https://github.com/paritytech/txwrapper-core/compare/v7.0.1...v7.1.0) (2023-10-16)


### Bug Fixes

* **txwrapper-dev:** Add `@polkadot/api` dependency ([#315](https://github.com/paritytech/txwrapper-core/issues/315)) ([2e19ac5](https://github.com/paritytech/txwrapper-core/commit/2e19ac5da03a03b59230f6d8cb1b6085325a0df4))
* **txwrapper-polkadot:** export xcmPallet as part of methods ([#326](https://github.com/paritytech/txwrapper-core/issues/326)) ([d68ddd2](https://github.com/paritytech/txwrapper-core/commit/d68ddd29a20882af9c1df9b985e70968b3f68703))


### Features

* **txwrapper-polkadot:** Add limited xcm calls for reserve and teleport ([#327](https://github.com/paritytech/txwrapper-core/issues/327)) ([44594f5](https://github.com/paritytech/txwrapper-core/commit/44594f590163780166bf81f9b3c973b7d3640bf3))
* **txwrapper-substrate:** Add nominationPools calls ([#330](https://github.com/paritytech/txwrapper-core/issues/330)) ([856262a](https://github.com/paritytech/txwrapper-core/commit/856262af8204c3671bb56d44577f89ad531375a8))





## [7.0.1](https://github.com/paritytech/txwrapper-core/compare/v7.0.0...v7.0.1) (2023-07-04)


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

# [7.1.0](https://github.com/paritytech/txwrapper-core/compare/v7.0.1...v7.1.0) (2023-10-16)


### Bug Fixes

* **txwrapper-dev:** Add `@polkadot/api` dependency ([#315](https://github.com/paritytech/txwrapper-core/issues/315)) ([2e19ac5](https://github.com/paritytech/txwrapper-core/commit/2e19ac5da03a03b59230f6d8cb1b6085325a0df4))


### Features

* **txwrapper-substrate:** Add nominationPools calls ([#330](https://github.com/paritytech/txwrapper-core/issues/330)) ([856262a](https://github.com/paritytech/txwrapper-core/commit/856262af8204c3671bb56d44577f89ad531375a8))





## [7.0.1](https://github.com/paritytech/txwrapper-core/compare/v7.0.0...v7.0.1) (2023-07-04)

**Note:** Version bump only for package @substrate/txwrapper-core
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": "7.0.1",
"version": "7.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Core components for creating a txwrapper lib.",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
"memoizee": "0.4.15"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.0.1",
"@substrate/txwrapper-dev": "^7.1.0",
"@types/memoizee": "^0.4.3"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-dev/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.

# [7.1.0](https://github.com/paritytech/txwrapper-core/compare/v7.0.1...v7.1.0) (2023-10-16)


### Bug Fixes

* **txwrapper-dev:** Add `@polkadot/api` dependency ([#315](https://github.com/paritytech/txwrapper-core/issues/315)) ([2e19ac5](https://github.com/paritytech/txwrapper-core/commit/2e19ac5da03a03b59230f6d8cb1b6085325a0df4))





## [7.0.1](https://github.com/paritytech/txwrapper-core/compare/v7.0.0...v7.0.1) (2023-07-04)


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": "7.0.1",
"version": "7.1.0",
"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.

# [7.1.0](https://github.com/paritytech/txwrapper-core/compare/v7.0.1...v7.1.0) (2023-10-16)


### Bug Fixes

* **txwrapper-dev:** Add `@polkadot/api` dependency ([#315](https://github.com/paritytech/txwrapper-core/issues/315)) ([2e19ac5](https://github.com/paritytech/txwrapper-core/commit/2e19ac5da03a03b59230f6d8cb1b6085325a0df4))





## [7.0.1](https://github.com/paritytech/txwrapper-core/compare/v7.0.0...v7.0.1) (2023-07-04)


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

# [7.1.0](https://github.com/paritytech/txwrapper-core/compare/v7.0.1...v7.1.0) (2023-10-16)

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





## [7.0.1](https://github.com/paritytech/txwrapper-core/compare/v7.0.0...v7.0.1) (2023-07-04)

**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": "7.0.1",
"version": "7.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Selected dispatchables of ORML 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": "^7.0.1"
"@substrate/txwrapper-core": "^7.1.0"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.0.1"
"@substrate/txwrapper-dev": "^7.1.0"
}
}
16 changes: 16 additions & 0 deletions packages/txwrapper-polkadot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.1.0](https://github.com/paritytech/txwrapper-core/compare/v7.0.1...v7.1.0) (2023-10-16)


### Bug Fixes

* **txwrapper-polkadot:** export xcmPallet as part of methods ([#326](https://github.com/paritytech/txwrapper-core/issues/326)) ([d68ddd2](https://github.com/paritytech/txwrapper-core/commit/d68ddd29a20882af9c1df9b985e70968b3f68703))


### Features

* **txwrapper-polkadot:** Add limited xcm calls for reserve and teleport ([#327](https://github.com/paritytech/txwrapper-core/issues/327)) ([44594f5](https://github.com/paritytech/txwrapper-core/commit/44594f590163780166bf81f9b3c973b7d3640bf3))





## [7.0.1](https://github.com/paritytech/txwrapper-core/compare/v7.0.0...v7.0.1) (2023-07-04)


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": "7.0.1",
"version": "7.1.0",
"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": "^7.0.1",
"@substrate/txwrapper-substrate": "^7.0.1"
"@substrate/txwrapper-core": "^7.1.0",
"@substrate/txwrapper-substrate": "^7.1.0"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.0.1"
"@substrate/txwrapper-dev": "^7.1.0"
}
}
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.

# [7.1.0](https://github.com/paritytech/txwrapper-core/compare/v7.0.1...v7.1.0) (2023-10-16)


### Bug Fixes

* **txwrapper-dev:** Add `@polkadot/api` dependency ([#315](https://github.com/paritytech/txwrapper-core/issues/315)) ([2e19ac5](https://github.com/paritytech/txwrapper-core/commit/2e19ac5da03a03b59230f6d8cb1b6085325a0df4))





## [7.0.1](https://github.com/paritytech/txwrapper-core/compare/v7.0.0...v7.0.1) (2023-07-04)

**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": "7.0.1",
"version": "7.1.0",
"author": "Parity Technologies <[email protected]>",
"description": "Polkadot-js type registry creation assistants for txwrapper libraries.",
"license": "Apache-2.0",
Expand All @@ -19,6 +19,6 @@
},
"dependencies": {
"@polkadot/networks": "^12.3.2",
"@substrate/txwrapper-core": "^7.0.1"
"@substrate/txwrapper-core": "^7.1.0"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-substrate/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.

# [7.1.0](https://github.com/paritytech/txwrapper-core/compare/v7.0.1...v7.1.0) (2023-10-16)


### Features

* **txwrapper-substrate:** Add nominationPools calls ([#330](https://github.com/paritytech/txwrapper-core/issues/330)) ([856262a](https://github.com/paritytech/txwrapper-core/commit/856262af8204c3671bb56d44577f89ad531375a8))





## [7.0.1](https://github.com/paritytech/txwrapper-core/compare/v7.0.0...v7.0.1) (2023-07-04)


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": "7.0.1",
"version": "7.1.0",
"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": "^7.0.1"
"@substrate/txwrapper-core": "^7.1.0"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.0.1"
"@substrate/txwrapper-dev": "^7.1.0"
}
}
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.

# [7.1.0](/compare/v7.0.1...v7.1.0) (2023-10-16)

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





## [7.0.1](/compare/v7.0.0...v7.0.1) (2023-07-04)

**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": "7.0.1",
"version": "7.1.0",
"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": "^7.0.1",
"@substrate/txwrapper-registry": "^7.0.1",
"@substrate/txwrapper-substrate": "^7.0.1"
"@substrate/txwrapper-core": "^7.1.0",
"@substrate/txwrapper-registry": "^7.1.0",
"@substrate/txwrapper-substrate": "^7.1.0"
},
"devDependencies": {
"ts-node": "9.1.1",
Expand Down
Loading

0 comments on commit 409ee80

Please sign in to comment.