From 9d88c6b057d2975ed87157f0a6607ff940626130 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Mon, 9 Dec 2024 13:13:16 +0100 Subject: [PATCH] chore(dfx-helper): release version 9.0.0 --- libs/dfx-helper/CHANGELOG.md | 10 ++++++++++ libs/dfx-helper/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libs/dfx-helper/CHANGELOG.md b/libs/dfx-helper/CHANGELOG.md index aabc3139..0a806a2a 100644 --- a/libs/dfx-helper/CHANGELOG.md +++ b/libs/dfx-helper/CHANGELOG.md @@ -1,4 +1,14 @@ +# [9.0.0](https://github.com/Dafnik/dfts-common/compare/dfx-helper-8.0.1...dfx-helper-9.0.0) (2024-12-09) + + +### Features + +* angular 19 update ([c3dd6c3](https://github.com/Dafnik/dfts-common/commit/c3dd6c3ff92ceb701fafae3f65eee559b686f7dc)) +* **dfx-helper:** upgrade to Angular 19 ([fa9a514](https://github.com/Dafnik/dfts-common/commit/fa9a514d46d90f431115c13585f268a89630ea47)) + + + ## [8.0.1](https://github.com/Dafnik/dfts-common/compare/dfx-helper-8.0.0...dfx-helper-8.0.1) (2024-07-14) diff --git a/libs/dfx-helper/package.json b/libs/dfx-helper/package.json index af60b11f..9f7b35ca 100644 --- a/libs/dfx-helper/package.json +++ b/libs/dfx-helper/package.json @@ -1,6 +1,6 @@ { "name": "dfx-helper", - "version": "8.0.1", + "version": "9.0.0", "description": "Web-development / Typescript / Angular Library with tons of utility tools helping in all projects", "private": false, "license": "MIT",