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 }}