From 7481708f6f922477e5e984ccd1ee4ab0cbd6a577 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 May 2024 14:31:27 +0000 Subject: [PATCH] Version Packages --- .changeset/nasty-paws-knock.md | 5 ----- .changeset/smooth-garlics-walk.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/nasty-paws-knock.md delete mode 100644 .changeset/smooth-garlics-walk.md diff --git a/.changeset/nasty-paws-knock.md b/.changeset/nasty-paws-knock.md deleted file mode 100644 index 1c77287..0000000 --- a/.changeset/nasty-paws-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chialab/synapse": patch ---- - -Use anchor .href property only when using browser history. diff --git a/.changeset/smooth-garlics-walk.md b/.changeset/smooth-garlics-walk.md deleted file mode 100644 index b456580..0000000 --- a/.changeset/smooth-garlics-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chialab/synapse": minor ---- - -Add `start` and `stop` methods to history interfaces. diff --git a/CHANGELOG.md b/CHANGELOG.md index 385187f..e5abb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # [2.5.0](https://github.com/chialab/synapse/compare/v2.4.0...v2.5.0) (2022-05-24) +## 4.1.0 + +### Minor Changes + +- 8c9d915: Add `start` and `stop` methods to history interfaces. + +### Patch Changes + +- 98b01a1: Use anchor .href property only when using browser history. + ## 4.0.3 ### Patch Changes diff --git a/package.json b/package.json index b874284..d0b325f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/synapse", - "version": "4.0.3", + "version": "4.1.0", "type": "module", "description": "Application framework built on the top of DNA Web Components.", "main": "dist/synapse.cjs",