Skip to content

Commit b263ce1

Browse files
fix(trust-graph): Revert release 0.4.10 (#153)
Revert "chore: release master (#142)" This reverts commit 16bf0a0.
1 parent 6389c4c commit b263ce1

File tree

11 files changed

+14
-49
lines changed

11 files changed

+14
-49
lines changed

.github/release-please/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"trust-graph": "0.4.10",
3-
"aqua": "0.4.10",
4-
"service": "0.4.10",
2+
"trust-graph": "0.4.9",
3+
"aqua": "0.4.9",
4+
"service": "0.4.9",
55
"keypair": "0.10.4",
6-
"distro": "0.4.10"
6+
"distro": "0.4.9"
77
}

Cargo.lock

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

aqua/CHANGELOG.md

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

3-
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.9...trust-graph-api-v0.4.10) (2023-12-29)
4-
5-
6-
### Features
7-
8-
* **trust-graph:** Update aqua code ([#141](https://github.com/fluencelabs/trust-graph/issues/141)) ([175e51d](https://github.com/fluencelabs/trust-graph/commit/175e51d5db4d90dc6d884ce3113d68494da334a2))
9-
103
## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-api-v0.4.8...trust-graph-api-v0.4.9) (2023-12-28)
114

125

aqua/package-lock.json

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

aqua/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/trust-graph",
3-
"version": "0.4.10",
3+
"version": "0.4.9",
44
"description": "Aqua Trust Graph API library",
55
"files": [
66
"*.aqua"

distro/CHANGELOG.md

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

3-
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.9...distro-v0.4.10) (2023-12-29)
4-
5-
6-
### Miscellaneous Chores
7-
8-
* **distro:** Synchronize trust-graph, wasm and api versions
9-
103
## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/distro-v0.4.8...distro-v0.4.9) (2023-12-28)
114

125

distro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trust-graph-distro"
3-
version = "0.4.10"
3+
version = "0.4.9"
44
edition = "2021"
55
build = "build.rs"
66
license = "Apache-2.0"

service/CHANGELOG.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
* trust-graph bumped from 0.4.1 to 0.4.2
1010
* fluence-keypair bumped from 0.10.0 to 0.10.1
1111

12-
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.9...trust-graph-wasm-v0.4.10) (2023-12-29)
13-
14-
15-
### Miscellaneous Chores
16-
17-
* **trust-graph-wasm:** Synchronize trust-graph, wasm and api versions
18-
19-
20-
### Dependencies
21-
22-
* The following workspace dependencies were updated
23-
* dependencies
24-
* trust-graph bumped from 0.4.9 to 0.4.10
25-
2612
## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-wasm-v0.4.8...trust-graph-wasm-v0.4.9) (2023-12-28)
2713

2814

service/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trust-graph-wasm"
3-
version = "0.4.10"
3+
version = "0.4.9"
44
authors = ["Fluence Labs"]
55
edition = "2021"
66
description = "trust graph wasm"
@@ -12,7 +12,7 @@ name = "trust-graph"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
trust-graph = { version = "0.4.10", path = "../trust-graph" }
15+
trust-graph = { version = "0.4.9", path = "../trust-graph" }
1616
fluence-keypair = { version = "0.10.4", path = "../keypair" }
1717
marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
1818
marine-sqlite-connector = "0.9.2"

trust-graph/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
* dependencies
55
* fluence-keypair bumped from 0.10.0 to 0.10.1
66

7-
## [0.4.10](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.9...trust-graph-v0.4.10) (2023-12-29)
8-
9-
10-
### Miscellaneous Chores
11-
12-
* **trust-graph:** Synchronize trust-graph, wasm and api versions
13-
147
## [0.4.9](https://github.com/fluencelabs/trust-graph/compare/trust-graph-v0.4.8...trust-graph-v0.4.9) (2023-12-28)
158

169

trust-graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trust-graph"
3-
version = "0.4.10"
3+
version = "0.4.9"
44
authors = ["Fluence Labs"]
55
edition = "2021"
66
description = "trust graph"

0 commit comments

Comments
 (0)