From cad8cbfeede7f5a1a0c2d5e3afd8d8b54f6d8ea3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Mar 2023 03:41:22 +0000 Subject: [PATCH] chore: release --- .changeset/cyan-seahorses-float.md | 5 ----- .changeset/thirty-students-study.md | 9 --------- .changeset/tidy-dingos-act.md | 5 ----- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 5 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 .changeset/cyan-seahorses-float.md delete mode 100644 .changeset/thirty-students-study.md delete mode 100644 .changeset/tidy-dingos-act.md diff --git a/.changeset/cyan-seahorses-float.md b/.changeset/cyan-seahorses-float.md deleted file mode 100644 index a03d998..0000000 --- a/.changeset/cyan-seahorses-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"micromorph": patch ---- - -Update code to support View Transitions by default diff --git a/.changeset/thirty-students-study.md b/.changeset/thirty-students-study.md deleted file mode 100644 index 6ff5175..0000000 --- a/.changeset/thirty-students-study.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"micromorph": minor ---- - -Automatically add `route-announcer` element, support `data-router-ignore` and `data-router-noscroll` attributes to opt `a` links out of SPA routing or `scrollToTop` behavior. - -Updates default export of `micromorph/spa` entrypoint to return an instance of `Router` for programatic control. - -Updates default export of `micromorph/nav` entrypoint to return an instance of `Router` for programatic control. diff --git a/.changeset/tidy-dingos-act.md b/.changeset/tidy-dingos-act.md deleted file mode 100644 index 5bc82f8..0000000 --- a/.changeset/tidy-dingos-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"micromorph": patch ---- - -Await `beforeDiff` and `afterDiff` diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d562c..dc36c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # micromorph +## 0.4.0 + +### Minor Changes + +- cbcaa44: Automatically add `route-announcer` element, support `data-router-ignore` and `data-router-noscroll` attributes to opt `a` links out of SPA routing or `scrollToTop` behavior. + + Updates default export of `micromorph/spa` entrypoint to return an instance of `Router` for programatic control. + + Updates default export of `micromorph/nav` entrypoint to return an instance of `Router` for programatic control. + +### Patch Changes + +- f969b64: Update code to support View Transitions by default +- 08cd7b5: Await `beforeDiff` and `afterDiff` + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index b54629a..b15b129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micromorph", - "version": "0.3.1", + "version": "0.4.0", "main": "./index.mjs", "types": "./types.d.ts", "exports": {