Skip to content

Commit

Permalink
Release (minor) 0.26.0 (#403)
Browse files Browse the repository at this point in the history
* CHANGELOG.md: lint release headers

* CHANGELOG.md: release 0.26.0

* README.md, Release procedure: update semver hints

* 0.26.0
  • Loading branch information
s373r authored Aug 30, 2024
1 parent 9a1ae44 commit ff1aa56
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kamu-platform",
"version": "0.25.1",
"version": "0.26.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch",
Expand Down

0 comments on commit ff1aa56

Please sign in to comment.