From 26b6f81585901aebd70a72d63aa2e8b7bf3003ef Mon Sep 17 00:00:00 2001 From: Giacomo Sanchietti Date: Thu, 12 Dec 2024 16:10:18 +0100 Subject: [PATCH] chore(main): release 1.16.1 (#460) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5677a32d..f0af3176 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "1.16.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6224d026..89bebf03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.16.1](https://github.com/NethServer/nethsecurity-ui/compare/1.16.0...1.16.1) (2024-12-12) + + +### Bug Fixes + +* **controller:** adding space as non-valid character ([#457](https://github.com/NethServer/nethsecurity-ui/issues/457)) ([0b94a5d](https://github.com/NethServer/nethsecurity-ui/commit/0b94a5d52505cff51e2aa11ad5acba0244d47883)) +* **controller:** bump ns-api requirements ([#462](https://github.com/NethServer/nethsecurity-ui/issues/462)) ([f3c9269](https://github.com/NethServer/nethsecurity-ui/commit/f3c92697ac57fa5f104f32a6bdd00186949c7e7d)) +* **controller:** updated cannot connect message ([#461](https://github.com/NethServer/nethsecurity-ui/issues/461)) ([d713648](https://github.com/NethServer/nethsecurity-ui/commit/d713648587a9220f1167b2bb516af59717bb884b)) +* **lang:** change names in monitoring section ([#458](https://github.com/NethServer/nethsecurity-ui/issues/458)) ([d499b54](https://github.com/NethServer/nethsecurity-ui/commit/d499b5459804eda862880d5b916a65b10b9b0acc)) +* **lang:** translations update from weblate ([#450](https://github.com/NethServer/nethsecurity-ui/issues/450)) ([f9dd4b1](https://github.com/NethServer/nethsecurity-ui/commit/f9dd4b1e779c8b0bdda01bb25d46e61af29c649b)) +* **monitoring:** shrank text and rearranged cards ([#459](https://github.com/NethServer/nethsecurity-ui/issues/459)) ([30c0c41](https://github.com/NethServer/nethsecurity-ui/commit/30c0c41c4dcee04d26a2438d88ea3f9aaf710755)) + ## [1.16.0](https://github.com/NethServer/nethsecurity-ui/compare/1.15.1...1.16.0) (2024-12-05) diff --git a/package-lock.json b/package-lock.json index 5f8a26cf..f462b533 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nethsecurity-ui", - "version": "1.16.0", + "version": "1.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nethsecurity-ui", - "version": "1.16.0", + "version": "1.16.1", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/free-brands-svg-icons": "github:nethesis/Font-Awesome#brands", diff --git a/package.json b/package.json index 4d1bf634..0bfd4f11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nethsecurity-ui", - "version": "1.16.0", + "version": "1.16.1", "config": { "requiredApiVersion": "~2.1.0" },