From 0ea8ac8f3b2e36f619a24af72690cf51b7d12917 Mon Sep 17 00:00:00 2001 From: Oliver Dudgeon <22367286+OliverDudgeon@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:52:43 +0000 Subject: [PATCH] chore(master): release 5.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f877563..32dbe0e2b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "5.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a817220..f5f890b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [5.0.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/4.0.0...5.0.0) (2024-11-07) + + +### ⚠ BREAKING CHANGES + +* **api:** UI now requires AS API v4 + +### Features + +* **api:** update account server API to v4 ([e4def65](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/e4def652ae9ce2b95d85f912aa95c83af823b763)) + ## [4.0.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/4.0.0-rc.0...4.0.0) (2024-08-13) diff --git a/package.json b/package.json index 6dc65a363..de98bdae7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "4.0.0", + "version": "5.0.0", "private": true, "repository": { "type": "git",