From 3a569422ad7d68d0009fa73229dd73ee00be87a9 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Fri, 28 Mar 2025 22:01:15 +0100 Subject: [PATCH] chore(release): 1.9.2 --- CHANGELOG.md | 9 +++++++++ index.html | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c206248e..a2a92312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.9.2](https://git.odit.services/lfk/frontend/compare/1.9.1...1.9.2) + +- chore: update lfk client [`f4542ad`](https://git.odit.services/lfk/frontend/commit/f4542adf3b7c757d907c979b989450b64553d750) +- feat(dashboard): show runners via selfservice count [`0ee43f8`](https://git.odit.services/lfk/frontend/commit/0ee43f80a65bb5b83d51d6c098bd203bc09e2f1f) +- refactor: change release message [`9f0623d`](https://git.odit.services/lfk/frontend/commit/9f0623d194a7784d4ede3cb6a6cd10d0aea4a180) + #### [1.9.1](https://git.odit.services/lfk/frontend/compare/1.9.0...1.9.1) +> 28 March 2025 + - refactor: project cleanup [`04897c7`](https://git.odit.services/lfk/frontend/commit/04897c7d2e89cb7e834815907409698ad6758637) +- 🚀RELEASE v1.9.1 [`5bab95a`](https://git.odit.services/lfk/frontend/commit/5bab95a9423d9da8c17165732b988ca868f950a5) - feat(RunnerDetail): show created_via [`a4fbaba`](https://git.odit.services/lfk/frontend/commit/a4fbabaf9a0a9a26b6c6782056f11b8a646b8f16) - feat(ConfirmTeamDeletionModal): success toast [`831f369`](https://git.odit.services/lfk/frontend/commit/831f36946d5db777ca77855161f653f861cbd56e) diff --git a/index.html b/index.html index d3b35f91..ff4a5b78 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ RELEASE_INFO-1.9.2-RELEASE_INFO diff --git a/package.json b/package.json index 8dda903d..cfc53a80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.9.1", + "version": "1.9.2", "type": "module", "scripts": { "i18n-order": "node order.js",