From 5939cca8112417124327bd26f9e2c21f4bf9b20a Mon Sep 17 00:00:00 2001 From: Chris Sauve Date: Thu, 15 Feb 2024 22:07:42 -0500 Subject: [PATCH] Test changeset --- .changeset/pink-laws-protect.md | 9 +++++++++ .github/workflows/changesets.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .changeset/pink-laws-protect.md diff --git a/.changeset/pink-laws-protect.md b/.changeset/pink-laws-protect.md new file mode 100644 index 00000000..931d4c55 --- /dev/null +++ b/.changeset/pink-laws-protect.md @@ -0,0 +1,9 @@ +--- +"@remote-dom/polyfill": patch +"@remote-dom/signals": patch +"@remote-dom/preact": patch +"@remote-dom/react": patch +"@remote-dom/core": patch +--- + +Test version bump diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index d69e258e..694e5f76 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -2,7 +2,7 @@ name: Changesets on: push: - branches: [main] + branches: [main, remote-dom] concurrency: ${{ github.workflow }}-${{ github.ref }}