Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore: Remove noosphere-sphere & noosphere-api #645

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"rust/noosphere-api": "0.13.0+deprecated",
"rust/noosphere-cli": "0.15.0",
"rust/noosphere-collections": "0.6.4",
"rust/noosphere-core": "0.16.0",
Expand All @@ -9,6 +8,5 @@
"rust/noosphere": "0.15.0",
"rust/noosphere-ipfs": "0.8.0",
"rust/noosphere-gateway": "0.9.0",
"rust/noosphere-sphere": "0.11.0+deprecated",
"rust/noosphere-common": "0.1.0"
}
}
57 changes: 0 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"rust/noosphere",
"rust/noosphere-api",
"rust/noosphere-cli",
"rust/noosphere-collections",
"rust/noosphere-common",
Expand All @@ -10,7 +9,6 @@ members = [
"rust/noosphere-into",
"rust/noosphere-ipfs",
"rust/noosphere-ns",
"rust/noosphere-sphere",
"rust/noosphere-storage",
]

Expand Down
8 changes: 1 addition & 7 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"bump-patch-for-minor-pre-major": true,
"last-release-sha": "d1fd253414cf6852653baa08ab1074bde7e57538",
"packages": {
"rust/noosphere-api": {
"release-as": "0.13.0+deprecated"
},
"rust/noosphere-common": {},
"rust/noosphere-cli": {
"draft": true
Expand All @@ -21,13 +18,10 @@
"rust/noosphere-ipfs": {},
"rust/noosphere-into": {},
"rust/noosphere-ns": {},
"rust/noosphere-sphere": {
"release-as": "0.11.0+deprecated"
},
"rust/noosphere-storage": {},
"rust/noosphere": {
"draft": true
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}
Loading