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"