Skip to content

Commit

Permalink
chore(main): release 1.7.3 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
wghglory committed Oct 9, 2024
1 parent a84a099 commit f1ec811
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## [1.7.2](https://github.com/wghglory/ngx-lift/compare/v1.6.0...v1.7.2) (2024-09-20)
## [1.7.3](https://github.com/wghglory/ngx-lift/compare/v1.7.2...v1.7.3) (2024-10-09)

### Features

- add idle detection util and component
([dc64367](https://github.com/wghglory/ngx-lift/commit/dc64367f1f1749ef8293ce70e0857e77ad402c8c))

### Bug Fixes

- timeline component missing imports
([d4c4671](https://github.com/wghglory/ngx-lift/commit/d4c46711e13e52e59ea9f9a9cfa9941aa0f478c4))

## [1.7.2](https://github.com/wghglory/ngx-lift/compare/v1.0.0...v1.7.2) (2024-09-20)

### ⚠ BREAKING CHANGES

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-lift",
"version": "1.7.2",
"version": "1.7.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/clr-lift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clr-lift",
"version": "1.7.2",
"version": "1.7.3",
"description": "The library is designed to augment the capabilities of the Clarity library by providing a set of reusable components built on top of clarity components.",
"author": "Guanghui Wang <[email protected]>",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-lift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-lift",
"version": "1.7.2",
"version": "1.7.3",
"description": "A project has been crafted with the goal of enhancing and simplifying your Angular development experience.",
"author": "Guanghui Wang <[email protected]>",
"peerDependencies": {
Expand Down

0 comments on commit f1ec811

Please sign in to comment.