From 5483e718a74baef60ddbe96be7e58f80ccdb50f5 Mon Sep 17 00:00:00 2001 From: Yunfei Li <dylannnnlee@gmail.com> Date: Sun, 31 Dec 2023 13:50:27 +0100 Subject: [PATCH 1/2] feat(pipeline): align release version (#51) --- .compodocrc.yaml | 2 +- .github/workflows/release-main.yml | 2 -- libs/ngx-multi-keywords-highlighter/src/lib/core/version.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.compodocrc.yaml b/.compodocrc.yaml index f0327b8..7eb5785 100644 --- a/.compodocrc.yaml +++ b/.compodocrc.yaml @@ -3,7 +3,7 @@ name: NgxMultiKeywordsHighlighter Documentation # Configurations: https://compodoc.app/guides/options.html tsconfig: tsconfig.doc.json theme: material -version: 1.2.0 +version: 1.0.1 # language: en-US customFavicon: tools/assets/favicon.ico customLogo: tools/assets/logo-light.svg diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index cfa7fac..aebdfa9 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -5,8 +5,6 @@ on: branches: - main - develop - - beta - - next permissions: contents: read diff --git a/libs/ngx-multi-keywords-highlighter/src/lib/core/version.ts b/libs/ngx-multi-keywords-highlighter/src/lib/core/version.ts index 6252e59..b9cee91 100644 --- a/libs/ngx-multi-keywords-highlighter/src/lib/core/version.ts +++ b/libs/ngx-multi-keywords-highlighter/src/lib/core/version.ts @@ -1 +1 @@ -export const version = '1.2.0'; +export const version = '1.0.1'; diff --git a/package-lock.json b/package-lock.json index 0a10246..122a6d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkh", - "version": "1.2.0-development", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mkh", - "version": "1.2.0-development", + "version": "1.0.1", "license": "MIT", "dependencies": { "@angular/animations": "^17.0.8", diff --git a/package.json b/package.json index bc1eb50..dfdcdf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkh", - "version": "1.2.0-development", + "version": "1.0.1", "license": "MIT", "author": "Yunfei Li <dylannnnlee@gmail.com> (https://yunfei.li)", "homepage": "https://github.com/dylannnn/ngx-multi-keywords-highlighter#readme", From f9f36fb066d4b418eb26c7a5efb3599aa0ad50e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Sun, 31 Dec 2023 12:54:39 +0000 Subject: [PATCH 2/2] chore(release): release new version: 1.1.0-develop.1 [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f883b2e..e6f26a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0-develop.1](https://github.com/dylannnn/ngx-multi-keywords-highlighter/compare/1.0.1...1.1.0-develop.1) (2023-12-31) + + +### Features + +* **pipeline:** align release version ([#51](https://github.com/dylannnn/ngx-multi-keywords-highlighter/issues/51)) ([5483e71](https://github.com/dylannnn/ngx-multi-keywords-highlighter/commit/5483e718a74baef60ddbe96be7e58f80ccdb50f5)) + ## [1.0.1](https://github.com/dylannnn/ngx-multi-keywords-highlighter/compare/1.0.0...1.0.1) (2023-12-31)