Skip to content

Commit 8d664bf

Browse files
authored
chore: release main (#105)
1 parent abfe1ff commit 8d664bf

File tree

14 files changed

+41
-16
lines changed

14 files changed

+41
-16
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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"}
1+
{"access-segregator":"0.2.0","basic-fee-handler":"0.3.0","bridge":"0.3.0","fee-handler-router":"0.3.0","rpc":"0.2.1","runtime-api":"0.2.1","traits":"0.2.0","substrate-node/node":"4.0.3-dev","substrate-node/runtime":"4.0.3-dev"}

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basic-fee-handler/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-basic-feehandler-v0.2.0...sygma-basic-feehandler-v0.3.0) (2023-05-24)
4+
5+
6+
### Features
7+
8+
* Remove BridgeCommitteeOrigin from some pallets' config ([#104](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/104)) ([abfe1ff](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/abfe1ffdf1d992d33be4cad9374bd5be92b87343))
9+
310
## [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)
411

512

basic-fee-handler/Cargo.toml

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

bridge/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-bridge-v0.2.0...sygma-bridge-v0.3.0) (2023-05-24)
4+
5+
6+
### Features
7+
8+
* Remove BridgeCommitteeOrigin from some pallets' config ([#104](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/104)) ([abfe1ff](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/abfe1ffdf1d992d33be4cad9374bd5be92b87343))
9+
310
## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-bridge-v0.1.0...sygma-bridge-v0.2.0) (2023-05-11)
411

512

bridge/Cargo.toml

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

fee-handler-router/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-fee-handler-router-v0.2.0...sygma-fee-handler-router-v0.3.0) (2023-05-24)
4+
5+
6+
### Features
7+
8+
* Remove BridgeCommitteeOrigin from some pallets' config ([#104](https://github.com/sygmaprotocol/sygma-substrate-pallets/issues/104)) ([abfe1ff](https://github.com/sygmaprotocol/sygma-substrate-pallets/commit/abfe1ffdf1d992d33be4cad9374bd5be92b87343))
9+
310
## [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)
411

512

fee-handler-router/Cargo.toml

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

rpc/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
4+
35
## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-rpc-v0.1.0...sygma-rpc-v0.2.0) (2023-05-11)
46

57

rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sygma-rpc"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "LGPL-3.0"
66

runtime-api/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
4+
35
## [0.2.0](https://github.com/sygmaprotocol/sygma-substrate-pallets/compare/sygma-runtime-api-v0.1.0...sygma-runtime-api-v0.2.0) (2023-05-11)
46

57

runtime-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sygma-runtime-api"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "LGPL-3.0"
66

substrate-node/node/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node-template"
3-
version = "4.0.2-dev"
3+
version = "4.0.3-dev"
44
description = "A fresh FRAME-based Substrate node, ready for hacking."
55
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
66
homepage = "https://substrate.io/"
@@ -59,7 +59,7 @@ frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/parityte
5959
frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.42" }
6060

6161
# Local Dependencies
62-
node-template-runtime = { version = "4.0.2-dev", path = "../runtime" }
62+
node-template-runtime = { version = "4.0.3-dev", path = "../runtime" }
6363
sygma-rpc = { path = "../../rpc", default-features = false }
6464
sygma-runtime-api = { path = "../../runtime-api", default-features = false }
6565

substrate-node/runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node-template-runtime"
3-
version = "4.0.2-dev"
3+
version = "4.0.3-dev"
44
description = "A fresh FRAME-based Substrate node, ready for hacking."
55
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
66
homepage = "https://substrate.io/"

0 commit comments

Comments
 (0)