Skip to content

Commit

Permalink
Release/fhi-angular-components/3.0.0 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
proand authored Jan 23, 2024
1 parent a5abc49 commit 8780cc1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Fhi.Frontend.Style
4 changes: 2 additions & 2 deletions projects/fhi-angular-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
# 3.0.0

> Jan 17, 2024
> Jan 23, 2024
* :boom: **Breaking** Update to Angular 17
* :boom: **Breaking** Update to NgBootstrap 16. See their [CHANGELOG](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion projects/fhi-angular-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _Contains Angular components used by Folkehelseinstituttet, which are based on [

| FHI Angular Components | FHI Style | Bootstrap | NgSelect | NgBootstrap | Angular | Node/NPM |
| ---------------------- | --------- | --------- | -------- | ----------- | ------- | -------- |
| Unreleased | 5 | 5.3.2 | 12 | 16 | 17 | 18/9 * |
| 3.x.x | 5.9 | 5.3.2 | 12 | 16 | 17 | 18/9 * |
| 2.x.x | 5 | 5 | 11 | 15 | 16 | 18/9 * |
| 1.x.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
| 0.5.x | 5 | 5 | 10 | 14 | 15 | 18/9 * |
Expand Down
13 changes: 8 additions & 5 deletions projects/fhi-angular-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@folkehelseinstituttet/angular-components",
"version": "2.0.0",
"version": "3.0.0",
"engines": {
"node": "18"
},
"repository": {
"type": "git",
"url": "https://github.com/folkehelseinstituttet/Fhi.Frontend.Demo.git",
Expand All @@ -9,11 +12,11 @@
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@folkehelseinstituttet/style": "^5.0.0",
"@folkehelseinstituttet/style": "^5.9.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "^11.0.0",
"bootstrap": "^5.0.0",
"date-fns": "^2.30.0"
"@ng-select/ng-select": "^12.0.0",
"bootstrap": "^5.3.2",
"date-fns": "^3.2.0"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down

0 comments on commit 8780cc1

Please sign in to comment.