From b59c2b55e039c195d5265d295a6c2b111209bd1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 00:29:19 +0000 Subject: [PATCH] chore(main): release linkedregistrations-ui 1.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 122a59d3..23058a3c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.4" + ".": "1.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc7116b..874b7133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.5](https://github.com/City-of-Helsinki/linkedregistrations-ui/compare/linkedregistrations-ui-v1.0.4...linkedregistrations-ui-v1.0.5) (2024-11-12) + + +### Dependencies + +* Bump axios from 1.6.8 to 1.7.4 ([#173](https://github.com/City-of-Helsinki/linkedregistrations-ui/issues/173)) ([cfcc6f1](https://github.com/City-of-Helsinki/linkedregistrations-ui/commit/cfcc6f1a692dc064c2ece439d715e076ff771555)) +* Bump next from 14.1.3 to 14.2.10 ([#174](https://github.com/City-of-Helsinki/linkedregistrations-ui/issues/174)) ([042efd1](https://github.com/City-of-Helsinki/linkedregistrations-ui/commit/042efd14b29329579d5dc0f1900476d4f2d36c91)) + ## [1.0.4](https://github.com/City-of-Helsinki/linkedregistrations-ui/compare/linkedregistrations-ui-v1.0.3...linkedregistrations-ui-v1.0.4) (2024-10-30) diff --git a/package.json b/package.json index f251f984..4924cd70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkedregistrations-ui", - "version": "1.0.4", + "version": "1.0.5", "private": true, "scripts": { "dev": "next dev -p 3001",