Skip to content

Commit

Permalink
Update heartwood release to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Sep 30, 2024
1 parent 948605c commit 9bdfba1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
nixpkgs.follows = "heartwood/nixpkgs";
flake-utils.follows = "heartwood/flake-utils";
heartwood = {
url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0-rc.16";
url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git?ref=refs/namespaces/z6MksFqXN3Yhqk8pTJdUGLwATkRfQvwZXPqR2qMEhbS9wzpT/refs/tags/v1.0.0";
};
};

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test("node metadata", async ({ page, peerManager }) => {
await page.goto(peer.uiUrl());

await expect(page.getByText(shortNodeRemote).first()).toBeVisible();
await expect(page.getByText("/radicle:1.0.0-rc.16/")).toBeVisible();
await expect(page.getByText("/radicle:1.0.0/")).toBeVisible();
});

test("node repos", async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion tests/support/heartwood-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.16
1.0.0

0 comments on commit 9bdfba1

Please sign in to comment.