Skip to content

Commit

Permalink
Merge a2867f0 into 2dbeb1d
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe authored Dec 13, 2024
2 parents 2dbeb1d + a2867f0 commit d2f84e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"commit": true,
"linked": [],
"access": "public",
"baseBranch": "main",
Expand All @@ -10,4 +10,4 @@
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
}
}
}
2 changes: 2 additions & 0 deletions .changeset/eighty-mayflies-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ describe("SingleSelect", () => {
// Assert
expect(opener).toHaveTextContent("Plain Toggle A");
});

it("can render a Node as a label", async () => {
// Arrange
doRender(
Expand Down

0 comments on commit d2f84e2

Please sign in to comment.