Skip to content

Commit 929b425

Browse files
authored
chore: release main (#86)
1 parent 6651e31 commit 929b425

File tree

18 files changed

+115
-20
lines changed

18 files changed

+115
-20
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"access-segregator":"0.1.0","basic-fee-handler":"0.1.0","bridge":"0.1.0","fee-handler-router":"0.1.0","rpc":"0.1.0","runtime-api":"0.1.0","traits":"0.1.0","substrate-node/node":"4.0.1-dev","substrate-node/runtime":"4.0.1-dev"}
1+
{"access-segregator":"0.2.0","basic-fee-handler":"0.2.0","bridge":"0.2.0","fee-handler-router":"0.2.0","rpc":"0.2.0","runtime-api":"0.2.0","traits":"0.2.0","substrate-node/node":"4.0.2-dev","substrate-node/runtime":"4.0.2-dev"}

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

access-segregator/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-access-segregator-v0.1.0...sygma-access-segregator-v0.2.0) (2023-05-11)
4+
5+
6+
### Features
7+
8+
* Upgrade to Polkadot v0.9.39 ([#85](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/85)) ([d964bc6](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/d964bc607c2c5c5bb9436fa07262977c19ebbaa4))
9+
* Upgrade to Polkadot v0.9.40 ([#87](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/87)) ([db11298](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/db11298c91f65d52c9b6eeab0e7757ca49bf77ff))
10+
* Upgrade to polkadot v0.9.42 ([#101](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/101)) ([6651e31](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/6651e31e9f98f6ca07cfd3be482963c3281d68cc))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid without storage info macro ([#99](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/99)) ([abd6db1](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/abd6db1c00940de65a71a50232962bc943e0aa39))
16+
* Set extrinsic weight based on benchmarking ([#100](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/100)) ([d52594c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/d52594caecdd95ef9e259e1b31dc340d9059d41e))
17+
318
## 0.1.0 (2023-03-01)
419

520

access-segregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sygma-access-segregator"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "LGPL-3.0"
66

basic-fee-handler/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-basic-feehandler-v0.1.0...sygma-basic-feehandler-v0.2.0) (2023-05-11)
4+
5+
6+
### Features
7+
8+
* Upgrade to Polkadot v0.9.39 ([#85](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/85)) ([d964bc6](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/d964bc607c2c5c5bb9436fa07262977c19ebbaa4))
9+
* Upgrade to Polkadot v0.9.40 ([#87](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/87)) ([db11298](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/db11298c91f65d52c9b6eeab0e7757ca49bf77ff))
10+
* Upgrade to polkadot v0.9.42 ([#101](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/101)) ([6651e31](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/6651e31e9f98f6ca07cfd3be482963c3281d68cc))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid without storage info macro ([#99](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/99)) ([abd6db1](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/abd6db1c00940de65a71a50232962bc943e0aa39))
16+
* Set extrinsic weight based on benchmarking ([#100](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/100)) ([d52594c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/d52594caecdd95ef9e259e1b31dc340d9059d41e))
17+
318
## 0.1.0 (2023-03-01)
419

520

basic-fee-handler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sygma-basic-feehandler"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "LGPL-3.0"
66

bridge/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-bridge-v0.1.0...sygma-bridge-v0.2.0) (2023-05-11)
4+
5+
6+
### Features
7+
8+
* Separate MPC address setup logic from other admin extrinsics ([#82](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/82)) ([1590c91](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/1590c91d84b2e5fa92650ae8bc5b23162dfd6f99))
9+
* Upgrade to Polkadot v0.9.39 ([#85](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/85)) ([d964bc6](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/d964bc607c2c5c5bb9436fa07262977c19ebbaa4))
10+
* Upgrade to Polkadot v0.9.40 ([#87](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/87)) ([db11298](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/db11298c91f65d52c9b6eeab0e7757ca49bf77ff))
11+
* Upgrade to polkadot v0.9.42 ([#101](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/101)) ([6651e31](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/6651e31e9f98f6ca07cfd3be482963c3281d68cc))
12+
13+
14+
### Bug Fixes
15+
16+
* add overflow checks ([#96](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/96)) ([2255492](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/2255492150d523277034dd2646cae900b6f7e4b4))
17+
* avoid panic with invalid proposal data ([#97](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/97)) ([c3b7da7](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/c3b7da77459023ac2b8ce3a83b9c24b74a80a004))
18+
* avoid without storage info macro ([#99](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/99)) ([abd6db1](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/abd6db1c00940de65a71a50232962bc943e0aa39))
19+
* Set extrinsic weight based on benchmarking ([#100](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/100)) ([d52594c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/d52594caecdd95ef9e259e1b31dc340d9059d41e))
20+
321
## 0.1.0 (2023-03-01)
422

523

bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sygma-bridge"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "LGPL-3.0"
66

fee-handler-router/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-fee-handler-router-v0.1.0...sygma-fee-handler-router-v0.2.0) (2023-05-11)
4+
5+
6+
### Features
7+
8+
* Upgrade to Polkadot v0.9.39 ([#85](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/85)) ([d964bc6](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/d964bc607c2c5c5bb9436fa07262977c19ebbaa4))
9+
* Upgrade to Polkadot v0.9.40 ([#87](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/87)) ([db11298](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/db11298c91f65d52c9b6eeab0e7757ca49bf77ff))
10+
* Upgrade to polkadot v0.9.42 ([#101](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/101)) ([6651e31](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/6651e31e9f98f6ca07cfd3be482963c3281d68cc))
11+
12+
13+
### Bug Fixes
14+
15+
* avoid without storage info macro ([#99](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/99)) ([abd6db1](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/abd6db1c00940de65a71a50232962bc943e0aa39))
16+
* Set extrinsic weight based on benchmarking ([#100](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/100)) ([d52594c](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/d52594caecdd95ef9e259e1b31dc340d9059d41e))
17+
318
## 0.1.0 (2023-03-01)
419

520

fee-handler-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sygma-fee-handler-router"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "LGPL-3.0"
66

0 commit comments

Comments
 (0)