From 0fa7205456436491aa52f10ec33bf926e8f30f8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:45:00 +0000 Subject: [PATCH] chore(main): release linkedregistrations-ui 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd8830..c4ddc748 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 72931018..555aac10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.1](https://github.com/City-of-Helsinki/linkedregistrations-ui/compare/linkedregistrations-ui-v1.1.0...linkedregistrations-ui-v1.1.1) (2025-02-14) + + +### Dependencies + +* Bump braces from 3.0.2 to 3.0.3 ([#175](https://github.com/City-of-Helsinki/linkedregistrations-ui/issues/175)) ([a11cbe2](https://github.com/City-of-Helsinki/linkedregistrations-ui/commit/a11cbe20f06f45ef3cbc26c552c37fb2cada7bf4)) +* Bump micromatch from 4.0.5 to 4.0.8 ([#176](https://github.com/City-of-Helsinki/linkedregistrations-ui/issues/176)) ([eb64763](https://github.com/City-of-Helsinki/linkedregistrations-ui/commit/eb647630614c47e99d42fbf0877155358d32d8f3)) +* Set cross-spawn 7.0.6 resolution ([8edb27f](https://github.com/City-of-Helsinki/linkedregistrations-ui/commit/8edb27f72584066a0fd125770203634bfa59b471)) +* Upgrade eslint to v9 LINK-2191 ([7c20618](https://github.com/City-of-Helsinki/linkedregistrations-ui/commit/7c206182a86abcfc49031606652aef8dcb623b1a)) + ## [1.1.0](https://github.com/City-of-Helsinki/linkedregistrations-ui/compare/linkedregistrations-ui-v1.0.6...linkedregistrations-ui-v1.1.0) (2025-01-24) diff --git a/package.json b/package.json index e60087e5..8beb2ee9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkedregistrations-ui", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "dev": "next dev -p 3001",