Skip to content

Commit 8d2bf24

Browse files
author
Michael Seemann
committed
update packages and readme for angular version 14
1 parent 467b489 commit 8d2bf24

File tree

6 files changed

+20
-16
lines changed

6 files changed

+20
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Angular 13 components, directives and styles based on material design lite https://getmdl.io (v: 1.3.0). This package
1+
Angular 14 components, directives and styles based on material design lite https://getmdl.io (v: 1.3.0). This package
22
assumes that you are building an Angular app with TypeScript. Angular CLI makes it even easier but isn't required.
33

44
[![CircleCI](https://circleci.com/gh/mseemann/angular2-mdl/tree/master.svg?style=shield)](https://circleci.com/gh/mseemann/angular2-mdl/tree/master)
@@ -16,7 +16,7 @@ assumes that you are building an Angular app with TypeScript. Angular CLI makes
1616
by [AndreaM16](https://github.com/AndreaM16): [Demo-App](https://angular-mdl-dashboard.herokuapp.com/#/home)
1717
, [Sources](https://github.com/AndreaM16/angular-mdl-dashboard).
1818

19-
### Status of the npm package version 13 (mdl version 1.3.0; angular 13)
19+
### Status of the npm package version 14 (mdl version 1.3.0; angular 14)
2020

2121
- Badges
2222
- Buttons

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-mdl",
33
"version": "0.0.0",
4-
"description": "Angular 2-13 components, directives and styles based on material design lite https://getmdl.io.",
4+
"description": "Angular 2-14 components, directives and styles based on material design lite https://getmdl.io.",
55
"keywords": [],
66
"homepage": "http://mseemann.io/angular2-mdl/",
77
"license": "MIT",

projects/core/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-mdl/core",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"license": "MIT",
55
"description": "Angular components, directives and styles based on material design lite https://getmdl.io.",
66
"homepage": "http://mseemann.io/angular2-mdl/",
@@ -10,7 +10,7 @@
1010
"directory": "projects/core"
1111
},
1212
"keywords": [
13-
"angular 2 4 5 6 7 8 9 10 11 12 13",
13+
"angular 2 4 5 6 7 8 9 10 11 12 13 14",
1414
"angular2",
1515
"angular4",
1616
"angular5",
@@ -22,6 +22,7 @@
2222
"angular11",
2323
"angular12",
2424
"angular13",
25+
"angular14",
2526
"angular",
2627
"material",
2728
"material design",
@@ -41,9 +42,9 @@
4142
"toggle"
4243
],
4344
"peerDependencies": {
44-
"@angular/core": ">=13.0.0 <14.0.0",
45-
"@angular/common": ">=13.0.0 <14.0.0",
46-
"@angular/forms": ">=13.0.0 <14.0.0"
45+
"@angular/core": ">=14.0.0",
46+
"@angular/common": ">=14.0.0 <15.0.0",
47+
"@angular/forms": ">=14.0.0 <15.0.0"
4748
},
4849
"dependencies": {
4950
"tslib": "^2.0.0"

projects/datepicker/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-mdl/datepicker",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "Angular Material Design Lite - Date Picker Component",
55
"repository": {
66
"type": "git",
@@ -14,6 +14,7 @@
1414
"angular11",
1515
"angular12",
1616
"angular13",
17+
"angular14",
1718
"angular",
1819
"material design lite",
1920
"datepicker"
@@ -24,8 +25,8 @@
2425
},
2526
"homepage": "https://github.com/mseemann/angular2-mdl/tree/master/src/projects/datepicker",
2627
"peerDependencies": {
27-
"@angular/common": ">=13.0.0 <14.0.0",
28-
"@angular/core": ">=13.0.0 <14.0.0",
28+
"@angular/common": ">=14.0.0 <15.0.0",
29+
"@angular/core": ">=14.0.0 <15.0.0",
2930
"@angular-mdl/core": ">=14.0.0",
3031
"moment": "^2.18.1"
3132
},

projects/expansion-panel/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-mdl/expansion-panel",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "Angular Material Design Lite - Extension Panel Component",
55
"repository": {
66
"type": "git",
@@ -14,6 +14,7 @@
1414
"angular11",
1515
"angular12",
1616
"angular13",
17+
"angular14",
1718
"angular",
1819
"material design lite",
1920
"expansion panel"
@@ -24,7 +25,7 @@
2425
},
2526
"homepage": "https://github.com/mseemann/angular2-mdl/tree/master/src/projects/expansion-panel",
2627
"peerDependencies": {
27-
"@angular-mdl/core": ">=13.0.0"
28+
"@angular-mdl/core": ">=14.0.0"
2829
},
2930
"dependencies": {
3031
"tslib": "^2.0.0"

projects/select/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-mdl/select",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "Angular Material Design Lite - Select Component",
55
"repository": {
66
"type": "git",
@@ -14,6 +14,7 @@
1414
"angular11",
1515
"angular12",
1616
"angular13",
17+
"angular14",
1718
"angular",
1819
"material design lite",
1920
"select"
@@ -24,8 +25,8 @@
2425
},
2526
"homepage": "https://github.com/mseemann/angular2-mdl/tree/master/src/projects/select",
2627
"peerDependencies": {
27-
"@angular-mdl/core": ">=13.0.0",
28-
"@angular-mdl/popover": ">=13.0.0"
28+
"@angular-mdl/core": ">=14.0.0",
29+
"@angular-mdl/popover": ">=14.0.0"
2930
},
3031
"dependencies": {
3132
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)