Skip to content

Commit

Permalink
Merge pull request #35 from LesFabricants/release/progress/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLenglet authored Apr 16, 2024
2 parents b585e81 + 5c56432 commit 471859b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions projects/ngx-progress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/LesFabricants/libraries/compare/ngx-progress/1.0.0...ngx-progress/2.0.0) (2024-04-16)


### ⚠ BREAKING CHANGES

* **progress:** support angular 17

### build

* **progress:** support angular 17 ([972b310](https://github.com/LesFabricants/libraries/commit/972b3105db845b4716c7cdb16f0033d3dc5924bb))

## 1.0.0 (2023-07-11)

### 0.0.1 (2023-03-14)
6 changes: 3 additions & 3 deletions projects/ngx-progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lesfabricants/ngx-progress",
"version": "1.0.0",
"version": "2.0.0",
"description": "A small utility directive to create progress bars without having to hack your way through css overwrites",
"keywords": [
"progress",
Expand All @@ -16,8 +16,8 @@
},
"homepage": "https://lesfabricants.github.io/libraries/#/progress",
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0"
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 471859b

Please sign in to comment.