Skip to content

Commit

Permalink
ci(): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panoti committed Sep 14, 2023
1 parent 6b2dc15 commit 9a7dd3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
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": "@angular-ex/semantic-ui",
"version": "16.0.1",
"version": "16.1.0",
"scripts": {
"ng": "ng",
"lib:lint": "ng lint lib",
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9a7dd3b

Please sign in to comment.