Skip to content

Commit 9a7dd3b

Browse files
committed
ci(): bump version
1 parent 6b2dc15 commit 9a7dd3b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Create release
3838
run: |
3939
VERSION=${GITHUB_REF/refs\/tags\//}
40-
gh release create "${VERSION}" -t "${VERSION}"
40+
gh release create "${VERSION}" -t "${VERSION}" --generate-notes
4141
gh release view "${VERSION}"
4242
env:
4343
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ex/semantic-ui",
3-
"version": "16.0.1",
3+
"version": "16.1.0",
44
"scripts": {
55
"ng": "ng",
66
"lib:lint": "ng lint lib",

projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-ex/semantic-ui",
3-
"version": "16.0.1",
3+
"version": "16.1.0",
44
"peerDependencies": {
55
"@angular/common": "^16.2.0",
66
"@angular/core": "^16.2.0"

0 commit comments

Comments
 (0)