From 6249502a88ec5bfba6dfbc3ad5ede82d71d0d9e2 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Wed, 26 Mar 2025 22:02:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80RELEASE=20v1.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ index.html | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325ab70c..45dff1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.8.2](https://git.odit.services/lfk/frontend/compare/1.8.1...1.8.2) + +- feat: improvement of card,certificate,sponsoringcontract action buttons [`7633b7b`](https://git.odit.services/lfk/frontend/commit/7633b7b05671342bc30e0bbecbcd9450e06b5e4d) +- feat(dashboard): active item for teams + runners [`8a78034`](https://git.odit.services/lfk/frontend/commit/8a780340792445fff1f78db994fb78acb5da8304) + #### [1.8.1](https://git.odit.services/lfk/frontend/compare/1.8.0...1.8.1) +> 26 March 2025 + +- 🚀RELEASE v1.8.1 [`b8e6b24`](https://git.odit.services/lfk/frontend/commit/b8e6b24bf32379c3f4a1679d422e6fdcc45f7c99) - fix(pdf_generation): Only load direct runners for direct calls [`97b7ca9`](https://git.odit.services/lfk/frontend/commit/97b7ca931f607ee64509ad10c2269632fc691091) #### [1.8.0](https://git.odit.services/lfk/frontend/compare/1.7.0...1.8.0) diff --git a/index.html b/index.html index b3b13c67..75980729 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ RELEASE_INFO-1.8.2-RELEASE_INFO diff --git a/package.json b/package.json index 9e0a7004..acd10ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "1.8.1", + "version": "1.8.2", "type": "module", "scripts": { "i18n-order": "node order.js",