From 874ece3cf496845569040c069d72ddf772b9a6e6 Mon Sep 17 00:00:00 2001 From: Dima Pristupa Date: Thu, 13 Feb 2025 18:53:56 +0200 Subject: [PATCH] Release (minor): 0.40.0 (#553) --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc75165b..dcefc64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.40.0] - 2025-02-13 ### Changed - Restructuring of the application catalogs ### Fixed diff --git a/package-lock.json b/package-lock.json index bf08d800..e58e9f18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kamu-platform", - "version": "0.39.1", + "version": "0.40.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kamu-platform", - "version": "0.39.1", + "version": "0.40.0", "dependencies": { "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.14", diff --git a/package.json b/package.json index 4c3c87ff..4984f923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kamu-platform", - "version": "0.39.1", + "version": "0.40.0", "scripts": { "ng": "ng", "start": "ng serve --watch",