From fdfaca5f7821bbd9de0a6bf84a901705b2ca1de6 Mon Sep 17 00:00:00 2001 From: Dima Pristupa Date: Fri, 30 Aug 2024 17:51:04 +0300 Subject: [PATCH 1/4] CHANGELOG.md: lint release headers --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2dd5da8..5d3ca611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added an `required` option for input parameters - Replaced the constructor with `inject` function for all components and services -## [0.25.1] -2024-08-22 +## [0.25.1] - 2024-08-22 ## Added - Added the ability to reset the dataset in 2 modes(`Reset to Seed` and `Flatten metadata`) - Extended `Fetch uncacheable` checkbox for the update scheduler. @@ -24,11 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Access tokens: when you turn on the switch, all tokens are displayed (active and revoked) -## [0.25.0] -2024-08-13 +## [0.25.0] - 2024-08-13 ## Added - Migrated Angular v.14 to Angular v.16 -## [0.24.0] -2024-08-12 +## [0.24.0] - 2024-08-12 ## Fixed - "Update now" button is present when user is not logged in - Changed tab size in the monaco editor @@ -44,16 +44,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Redirected to original URL after login flow - Added recursive flag for compaction for full mode -## [0.23.2] -2024-07-23 +## [0.23.2] - 2024-07-23 ## Fixed - Fixed bug with update after closing window(Overview tab) -## [0.23.1] -2024-07-19 +## [0.23.1] - 2024-07-19 ## Added - Displayed application version in console -## [0.23.0] -2024-07-18 +## [0.23.0] - 2024-07-18 ## Added - Added access token feature - Added environment variables and secrets for the dataset @@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved error description when loading data for a dataset from a file - Removed initial links when push source exist(Overview tab) -## [0.22.0] -2024-06-27 +## [0.22.0] - 2024-06-27 ### Fixed - Fixed GraphQL cache issue upon mutation methods - Show an empty result block instead of a block add data(Data tab) From a0c2d6f19876f32be2e68a0d0750a7fa6033dc9d Mon Sep 17 00:00:00 2001 From: Dima Pristupa Date: Fri, 30 Aug 2024 17:51:18 +0300 Subject: [PATCH 2/4] CHANGELOG.md: release 0.26.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3ca611..9d8fd480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.26.0] - 2024-08-30 ## Fixed - Disabled unused menu items for account settings - The file name for the file upload service may contain special characters. From 4af0d0ff0dacb3168bc75c206013360ed50a8e5d Mon Sep 17 00:00:00 2001 From: Dima Pristupa Date: Fri, 30 Aug 2024 17:53:00 +0300 Subject: [PATCH 3/4] README.md, Release procedure: update semver hints --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee20644..77ba512b 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,6 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C 1. While on the feature branch, create a `CHANGELOG` entry for the new version 2. Create PR, wait for tests, then merge 3. Checkout and pull master -4. Run `npm version {patch,minor,major}` - this will increment the version in all places, commit the changes and crate a new git tag +4. Run `npm version {major,minor,patch}` - this will increment the version in all places, commit the changes and crate a new git tag 5. Push the version change and the tag: `git push` 6. GitHub Actions will pick up the new tag and create a new GitHub release from it From 873eb7d9fc8451c7ea2cc53f9019ded3a7d96bfc Mon Sep 17 00:00:00 2001 From: Dima Pristupa Date: Fri, 30 Aug 2024 17:53:04 +0300 Subject: [PATCH 4/4] 0.26.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ab9998c..4b62dc50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kamu-platform", - "version": "0.25.1", + "version": "0.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kamu-platform", - "version": "0.25.1", + "version": "0.26.0", "dependencies": { "@angular/animations": "^16.2.12", "@angular/cdk": "^16.2.14", diff --git a/package.json b/package.json index 20feba97..ced73b85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kamu-platform", - "version": "0.25.1", + "version": "0.26.0", "scripts": { "ng": "ng", "start": "ng serve --watch",