From 2402cabb51edd2984fac9421c55cd971dbb9eed8 Mon Sep 17 00:00:00 2001 From: Oliver Dudgeon <22367286+OliverDudgeon@users.noreply.github.com> Date: Wed, 28 May 2025 23:12:32 +0100 Subject: [PATCH] chore(master): release 5.6.0-rc.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9bf38528e..3b3dd6890 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.0" + ".": "5.6.0-rc.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1123aabb2..2f8d15627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [5.6.0-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.5.0...5.6.0-rc.0) (2025-05-28) + + +### Features + +* add workflows to run page ([aae3495](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/aae34953c1f7868b425371d6dbbc4345ecc61912)) + + +### Miscellaneous Chores + +* release 5.6.0-rc.0 ([54fbb29](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/54fbb2939b00283d125a521d846914b461ac0fed)) + ## [5.5.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.4.0...5.5.0) (2025-05-27) diff --git a/package.json b/package.json index 56893bc1b..7ad9deb4e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "5.5.0", + "version": "5.6.0-rc.0", "private": true, "repository": { "type": "git",