Skip to content

Commit

Permalink
Merge pull request #7 from Passiverecords/hotfix/2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLenglet authored Oct 13, 2022
2 parents c39682a + 76dccb6 commit 7c83897
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions projects/ngx-flex-limitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!-- markdownlint-disable MD001 -->

# Releases

### 2.0.1

Fix import issue due to an incorrect build

## 2.0.0

Update to Angular 14

## 1.0.0

Initial release
4 changes: 2 additions & 2 deletions projects/ngx-flex-limitter/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@lesfabricants/ngx-flex-limitter",
"version": "2.0.0",
"version": "2.0.1",
"description": "A library for limiting the number of lines in a flex container.",
"repository": {
"type": "git",
"url": "https://github.com/Passiverecords/libraries.git",
"directory": "projects/ngx-flex-limitter"
},
"readme": "https://github.com/Passiverecords/libraries/tree/develop/projects/ngx-flex-limitter/README.md",
"homepage": "https://github.com/Passiverecords/libraries/tree/develop/projects/ngx-flex-limitter/README.md",
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
Expand Down

0 comments on commit 7c83897

Please sign in to comment.