From b156066f1a39e1c9fb37efd0549562ffa13a53ea Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 15 Aug 2024 22:54:39 +0000 Subject: [PATCH] 1.4.0 --- CHANGELOG.md | 21 +++++++++------------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7161683a..7398957a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,27 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v1.3.5-beta.1](https://github.com/akhuoa/mapintegratedvuer/compare/v1.3.5-beta.2...v1.3.5-beta.1) +## [v1.4.0](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.3.4...v1.4.0) ### Merged -- Update context card text style [`#237`](https://github.com/akhuoa/mapintegratedvuer/pull/237) -- Feature/copy to clipboard [`#236`](https://github.com/akhuoa/mapintegratedvuer/pull/236) +- Get all the dependencies ready for 1.4.0 release. [`#241`](https://github.com/ABI-Software/mapintegratedvuer/pull/241) -### Commits +## [v1.3.4](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.3.3...v1.3.4) - 2024-07-19 -- Update changelog [`51d7a59`](https://github.com/akhuoa/mapintegratedvuer/commit/51d7a5938a2a38851ea1c0b2061f11b818656df2) -- Update context card layout [`b118755`](https://github.com/akhuoa/mapintegratedvuer/commit/b1187552129977c0abc774dc17a96785438776e8) -- Fix context card layout issues [`07f1d7f`](https://github.com/akhuoa/mapintegratedvuer/commit/07f1d7fc731489f1019b9d45835e0b7e3e7d8c9f) +### Merged -## [v1.3.5-beta.0](https://github.com/akhuoa/mapintegratedvuer/compare/v1.2.1...v1.3.5-beta.0) - 2024-08-13 +- Update beta version 1.3.3-beta.0 [`#233`](https://github.com/ABI-Software/mapintegratedvuer/pull/233) +- Call get organ curies once only. [`#234`](https://github.com/ABI-Software/mapintegratedvuer/pull/234) ### Commits -- Update map-utilities beta version for copy-to-clipboard [`a0d2396`](https://github.com/akhuoa/mapintegratedvuer/commit/a0d2396b8d9e4279a7e5853de2a5ae3eec02a1e9) -- Import CopyToClipboard from map-utilities package [`63bd891`](https://github.com/akhuoa/mapintegratedvuer/commit/63bd89160daa3c1aed24b9ea653af045fa240a1b) - -## [v1.3.4](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.3.3...v1.3.4) +- Udpate scaffoldvuer to 1.3.3. [`b82f7e6`](https://github.com/ABI-Software/mapintegratedvuer/commit/b82f7e6d7e9b66b853616ed408cab4701c138db9) +- Update beta version to 1.3.4-beta.1 [`8047fd9`](https://github.com/ABI-Software/mapintegratedvuer/commit/8047fd916b3d64a33714a848b815bb3f0b7abeb1) +- Update beta version 1.3.4-beta.0 [`60f6b4c`](https://github.com/ABI-Software/mapintegratedvuer/commit/60f6b4ceaf5fb88709c65010ee7667eb0e1d77ce) ## [v1.3.3](https://github.com/ABI-Software/mapintegratedvuer/compare/v1.3.2...v1.3.3) - 2024-07-11 diff --git a/package-lock.json b/package-lock.json index 37418677..def92d4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.3.5-beta.1", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@abi-software/mapintegratedvuer", - "version": "1.3.5-beta.1", + "version": "1.4.0", "license": "Apache-2.0", "dependencies": { "@abi-software/flatmapvuer": "^1.4.0", diff --git a/package.json b/package.json index 074a4541..49e50d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abi-software/mapintegratedvuer", - "version": "1.3.5-beta.1", + "version": "1.4.0", "license": "Apache-2.0", "scripts": { "serve": "vite --host --force",