From 9a7dd3bc0018009090566e3642d3bb3a92b3bf35 Mon Sep 17 00:00:00 2001 From: Thanh Pham Date: Thu, 14 Sep 2023 12:08:16 +0700 Subject: [PATCH] ci(): bump version --- .github/workflows/release.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- projects/lib/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 211a671ed..6b2542471 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Create release run: | VERSION=${GITHUB_REF/refs\/tags\//} - gh release create "${VERSION}" -t "${VERSION}" + gh release create "${VERSION}" -t "${VERSION}" --generate-notes gh release view "${VERSION}" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index 8cb5bb3a4..d8432faad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@angular-ex/semantic-ui", - "version": "16.0.1", + "version": "16.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@angular-ex/semantic-ui", - "version": "16.0.1", + "version": "16.1.0", "dependencies": { "@angular/animations": "^16.2.0", "@angular/common": "^16.2.0", diff --git a/package.json b/package.json index d1ee3b547..c9e4b9000 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular-ex/semantic-ui", - "version": "16.0.1", + "version": "16.1.0", "scripts": { "ng": "ng", "lib:lint": "ng lint lib", diff --git a/projects/lib/package.json b/projects/lib/package.json index 9c80bcc3b..d43d9e804 100644 --- a/projects/lib/package.json +++ b/projects/lib/package.json @@ -1,6 +1,6 @@ { "name": "@angular-ex/semantic-ui", - "version": "16.0.1", + "version": "16.1.0", "peerDependencies": { "@angular/common": "^16.2.0", "@angular/core": "^16.2.0"