Skip to content

Commit a2fd688

Browse files
authored
chore: release v1.0.0-rc.4 (#950)
* chore: release v1.0.0-rc.4 * update lumina-node npm package
1 parent a6a8ae5 commit a2fd688

File tree

5 files changed

+32
-26
lines changed

5 files changed

+32
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ members = [
1616
]
1717

1818
[workspace.package]
19-
version = "1.0.0-rc.3"
19+
version = "1.0.0-rc.4"
2020
edition = "2024"
2121

2222
[workspace.dependencies]
2323
beetswap = "0.5"
2424
blockstore = "0.8"
2525
leopard-codec = "0.2"
26-
lumina-node = { version = "=1.0.0-rc.3", path = "node" }
27-
lumina-node-wasm = { version = "=1.0.0-rc.3", path = "node-wasm" }
28-
lumina-utils = { version = "=1.0.0-rc.3", path = "utils" }
29-
celestia-client = { version = "=1.0.0-rc.3", path = "client" }
30-
celestia-proto = { version = "=1.0.0-rc.3", path = "proto" }
31-
celestia-grpc = { version = "=1.0.0-rc.3", path = "grpc", default-features = false }
32-
celestia-grpc-macros = { version = "=1.0.0-rc.3", path = "grpc/grpc-macros" }
33-
celestia-rpc = { version = "=1.0.0-rc.3", path = "rpc", default-features = false }
34-
celestia-types = { version = "=1.0.0-rc.3", path = "types", default-features = false }
26+
lumina-node = { version = "=1.0.0-rc.4", path = "node" }
27+
lumina-node-wasm = { version = "=1.0.0-rc.4", path = "node-wasm" }
28+
lumina-utils = { version = "=1.0.0-rc.4", path = "utils" }
29+
celestia-client = { version = "=1.0.0-rc.4", path = "client" }
30+
celestia-proto = { version = "=1.0.0-rc.4", path = "proto" }
31+
celestia-grpc = { version = "=1.0.0-rc.4", path = "grpc", default-features = false }
32+
celestia-grpc-macros = { version = "=1.0.0-rc.4", path = "grpc/grpc-macros" }
33+
celestia-rpc = { version = "=1.0.0-rc.4", path = "rpc", default-features = false }
34+
celestia-types = { version = "=1.0.0-rc.4", path = "types", default-features = false }
3535

3636
anyhow = "1.0.40"
3737
async-stream = "0.3.5"

node-wasm/js/package-lock.json

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

node-wasm/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Celestia <contact@celestia.org>"
66
],
77
"description": "Lumina node for Celestia, running in browser",
8-
"version": "1.0.0-rc.3",
8+
"version": "1.0.0-rc.4",
99
"license": "Apache-2.0",
1010
"repository": {
1111
"type": "git",

node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-rc.4](https://github.com/celestiaorg/lumina/compare/lumina-node-v1.0.0-rc.3...lumina-node-v1.0.0-rc.4) - 2026-04-03
11+
12+
### Added
13+
14+
- prepare for v8 release ([#949](https://github.com/celestiaorg/lumina/pull/949))
15+
1016
## [1.0.0-rc.3](https://github.com/celestiaorg/lumina/compare/lumina-node-v1.0.0-rc.2...lumina-node-v1.0.0-rc.3) - 2026-03-19
1117

1218
### Added

0 commit comments

Comments
 (0)