Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed Feb 29, 2024
1 parent a2c06ff commit c5eee95
Show file tree
Hide file tree
Showing 19 changed files with 156 additions and 51 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))
* **deps:** bumped `typedoc` to `v0.25.9` ([#359](https://github.com/paritytech/txwrapper-core/issues/359)) ([a09c1f6](https://github.com/paritytech/txwrapper-core/commit/a09c1f66b8bb6dddb2695e5d4e0cbd2e0d8d5fdc))
* **deps:** updated lerna to 8.1.2 ([#356](https://github.com/paritytech/txwrapper-core/issues/356)) ([5173831](https://github.com/paritytech/txwrapper-core/commit/517383163b980bc2b85b2b4b747beaaa3a2b2ddd))





# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)


Expand Down
24 changes: 14 additions & 10 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"packages": ["packages/*"],
"version": "7.2.0",
"npmClient": "yarn",
"command": {
"publish": {
"ignoreChanges": ["*.md"],
"message": "chore(release): publish"
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
"packages": [
"packages/*"
],
"version": "7.2.1",
"npmClient": "yarn",
"command": {
"publish": {
"ignoreChanges": [
"*.md"
],
"message": "chore(release): publish"
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
11 changes: 11 additions & 0 deletions packages/txwrapper-core/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.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))





# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)


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.2.0",
"version": "7.2.1",
"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.2.0",
"@substrate/txwrapper-dev": "^7.2.1",
"@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.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))





# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)


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.2.0",
"version": "7.2.1",
"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.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))





# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)

**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": "7.2.0",
"version": "7.2.1",
"author": "Parity Technologies <[email protected]>",
"description": "Examples for txwrapper-* usage.",
"license": "Apache-2.0",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@polkadot/api": "^10.11.3",
"@substrate/txwrapper-polkadot": "^7.2.0",
"@substrate/txwrapper-registry": "^7.2.0"
"@substrate/txwrapper-polkadot": "^7.2.1",
"@substrate/txwrapper-registry": "^7.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-orml/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.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))





# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)

**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.2.0",
"version": "7.2.1",
"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.2.0"
"@substrate/txwrapper-core": "^7.2.1"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.2.0"
"@substrate/txwrapper-dev": "^7.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-polkadot/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.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))





# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)

**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": "7.2.0",
"version": "7.2.1",
"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.2.0",
"@substrate/txwrapper-substrate": "^7.2.0"
"@substrate/txwrapper-core": "^7.2.1",
"@substrate/txwrapper-substrate": "^7.2.1"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.2.0"
"@substrate/txwrapper-dev": "^7.2.1"
}
}
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.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))





# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)

**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.2.0",
"version": "7.2.1",
"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.6.2",
"@substrate/txwrapper-core": "^7.2.0"
"@substrate/txwrapper-core": "^7.2.1"
}
}
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.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf))





# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19)


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.2.0",
"version": "7.2.1",
"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.2.0"
"@substrate/txwrapper-core": "^7.2.1"
},
"devDependencies": {
"@substrate/txwrapper-dev": "^7.2.0"
"@substrate/txwrapper-dev": "^7.2.1"
}
}
11 changes: 11 additions & 0 deletions packages/txwrapper-template/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.2.1](/compare/v7.2.0...v7.2.1) (2024-02-29)


### Bug Fixes

* **deps:** bumped `@substrate/dev` to `v0.7.1` (#357) 47bda87, closes #357





# [7.2.0](/compare/v7.1.1...v7.2.0) (2023-12-19)

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

0 comments on commit c5eee95

Please sign in to comment.