Skip to content

Commit c407ba5

Browse files
authored
Merge pull request h2qutc#334 from h2qutc/try_release_angular16
upgrade to angular 16
2 parents 6df9ce8 + be17c85 commit c407ba5

File tree

10 files changed

+40
-59
lines changed

10 files changed

+40
-59
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular Material Extra Components (DatetimePicker, TimePicker, ColorPicker, FileInput ...) for @angular/material 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x
1+
# Angular Material Extra Components (DatetimePicker, TimePicker, ColorPicker, FileInput ...) for @angular/material 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x
22

33
[![Build Status](https://travis-ci.com/h2qutc/angular-material-components.svg?branch=master)](https://travis-ci.com/h2qutc/angular-material-components)
44
[![License](https://img.shields.io/npm/l/angular-material-components.svg)](https://www.npmjs.com/package/angular-material-components)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material-components",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Angular Material Datetime Picker",
55
"author": "HO Hong Quan",
66
"repository": {
@@ -18,6 +18,7 @@
1818
"angular 13",
1919
"angular 14",
2020
"angular 15",
21+
"angular 16",
2122
"angular-material",
2223
"angular material datetime picker",
2324
"angular material time picker",

projects/color-picker/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular Material Color Picker for @angular/material 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x
1+
# Angular Material Color Picker for @angular/material 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x
22

33
[![Build Status](https://travis-ci.com/h2qutc/angular-material-components.svg?branch=master)](https://travis-ci.com/h2qutc/angular-material-components)
44
[![License](https://img.shields.io/npm/l/angular-material-components.svg)](https://www.npmjs.com/package/angular-material-components)
@@ -20,7 +20,8 @@ Choose the version corresponding to your Angular version:
2020

2121
Angular | @angular-material-components/color-picker
2222
----------- | -------------------
23-
15 | 9.x+
23+
16 | 16.x+
24+
15 | 15.x+ OR 9.x+ for legacy import
2425
14 | 8.x+
2526
13 | 7.x+
2627
12 | 6.x+
@@ -31,14 +32,6 @@ Choose the version corresponding to your Angular version:
3132
7 | 2.x+
3233

3334
## Getting started
34-
Choose the version corresponding to your Angular version:
35-
36-
Angular | @angular-material-components/color-picker
37-
----------- | -------------------
38-
10 | 4.x+
39-
9 | 2.x+
40-
8 | 2.x+
41-
7 | 2.x+
4235

4336
```
4437
npm install --save @angular-material-components/color-picker

projects/color-picker/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-material-components/color-picker",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Angular Material Color Picker",
55
"author": "HO Hong Quan",
66
"repository": {
@@ -18,6 +18,7 @@
1818
"angular 13",
1919
"angular 14",
2020
"angular 15",
21+
"angular 16",
2122
"angular-material",
2223
"angular material color picker",
2324
"color-picker",
@@ -28,11 +29,11 @@
2829
],
2930
"license": "MIT",
3031
"peerDependencies": {
31-
"@angular/platform-browser": "^15.0.1",
32-
"@angular/common": "^15.0.1",
33-
"@angular/core": "^15.0.1",
34-
"@angular/forms": "^15.0.1",
35-
"@angular/material": "^15.0.1",
36-
"@angular/cdk": "^15.0.1"
32+
"@angular/platform-browser": "^16.0.0",
33+
"@angular/common": "^16.0.0",
34+
"@angular/core": "^16.0.0",
35+
"@angular/forms": "^16.0.0",
36+
"@angular/material": "^16.0.0",
37+
"@angular/cdk": "^16.0.0"
3738
}
3839
}

projects/datetime-picker/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular Material DatetimePicker, Timepicker for @angular/material 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x
1+
# Angular Material DatetimePicker, Timepicker for @angular/material 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x
22

33
[![Build Status](https://travis-ci.com/h2qutc/angular-material-components.svg?branch=master)](https://travis-ci.com/h2qutc/angular-material-components)
44
[![License](https://img.shields.io/npm/l/angular-material-components.svg)](https://www.npmjs.com/package/angular-material-components)
@@ -23,6 +23,7 @@ Choose the version corresponding to your Angular version:
2323

2424
Angular | @angular-material-components/datetime-picker
2525
----------- | -------------------
26+
16 | 16.x+
2627
15 | 15.x+ OR 9.x+ for legacy import
2728
14 | 8.x+
2829
13 | 7.x+
@@ -35,15 +36,6 @@ Choose the version corresponding to your Angular version:
3536

3637
## Getting started
3738

38-
Choose the version corresponding to your Angular version:
39-
40-
Angular | @angular-material-components/datetime-picker
41-
----------- | -------------------
42-
10 | 4.x+
43-
9 | 2.x+
44-
8 | 2.x+
45-
7 | 2.x+
46-
4739
```
4840
npm install --save @angular-material-components/datetime-picker
4941
```

projects/datetime-picker/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-material-components/datetime-picker",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Angular Material Datetime Picker",
55
"author": "HO Hong Quan",
66
"repository": {
@@ -18,6 +18,7 @@
1818
"angular 13",
1919
"angular 14",
2020
"angular 15",
21+
"angular 16",
2122
"angular-material",
2223
"angular material datetime picker",
2324
"angular material time picker",
@@ -31,11 +32,11 @@
3132
],
3233
"license": "MIT",
3334
"peerDependencies": {
34-
"@angular/platform-browser": "^15.0.1",
35-
"@angular/common": "^15.0.1",
36-
"@angular/core": "^15.0.1",
37-
"@angular/forms": "^15.0.1",
38-
"@angular/material": "^15.0.1",
39-
"@angular/cdk": "^15.0.1"
35+
"@angular/platform-browser": "^16.0.0",
36+
"@angular/common": "^16.0.0",
37+
"@angular/core": "^16.0.0",
38+
"@angular/forms": "^16.0.0",
39+
"@angular/material": "^16.0.0",
40+
"@angular/cdk": "^16.0.0"
4041
}
4142
}

projects/file-input/README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular Material File Input for @angular/material 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x
1+
# Angular Material File Input for @angular/material 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x
22

33
[![Build Status](https://travis-ci.com/h2qutc/angular-material-components.svg?branch=master)](https://travis-ci.com/h2qutc/angular-material-components)
44
[![License](https://img.shields.io/npm/l/angular-material-components.svg)](https://www.npmjs.com/package/angular-material-components)
@@ -22,7 +22,8 @@ Choose the version corresponding to your Angular version:
2222

2323
Angular | @angular-material-components/file-input
2424
----------- | -------------------
25-
15 | 9.x+
25+
16 | 16.x+
26+
15 | 15.x+ OR 9.x+ for legacy import
2627
14 | 8.x+
2728
13 | 7.x+
2829
12 | 6.x+
@@ -34,15 +35,6 @@ Choose the version corresponding to your Angular version:
3435

3536
## Getting started
3637

37-
Choose the version corresponding to your Angular version:
38-
39-
Angular | @angular-material-components/file-input
40-
----------- | -------------------
41-
10 | 4.x+
42-
9 | 2.x+
43-
8 | 2.x+
44-
7 | 2.x+
45-
4638
```
4739
npm install --save @angular-material-components/file-input
4840
```

projects/file-input/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-material-components/file-input",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Angular Material File Input",
55
"author": "HO Hong Quan",
66
"repository": {
@@ -18,6 +18,7 @@
1818
"angular 13",
1919
"angular 14",
2020
"angular 15",
21+
"angular 16",
2122
"angular-material",
2223
"angular material file input",
2324
"angular material file drop",
@@ -28,11 +29,11 @@
2829
],
2930
"license": "MIT",
3031
"peerDependencies": {
31-
"@angular/platform-browser": "^15.0.1",
32-
"@angular/common": "^15.0.1",
33-
"@angular/core": "^15.0.1",
34-
"@angular/forms": "^15.0.1",
35-
"@angular/material": "^15.0.1",
36-
"@angular/cdk": "^15.0.1"
32+
"@angular/platform-browser": "^16.0.0",
33+
"@angular/common": "^16.0.0",
34+
"@angular/core": "^16.0.0",
35+
"@angular/forms": "^16.0.0",
36+
"@angular/material": "^16.0.0",
37+
"@angular/cdk": "^16.0.0"
3738
}
3839
}

projects/moment-adapter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-material-components/moment-adapter",
3-
"version": "15.0.0",
3+
"version": "16.0.0",
44
"description": "Angular Material Moment Adapter",
55
"author": "HO Hong Quan",
66
"license": "MIT",
@@ -10,8 +10,8 @@
1010
},
1111
"homepage": "https://github.com/h2qutc/angular-material-components",
1212
"peerDependencies": {
13-
"@angular/common": "^15.0.1",
14-
"@angular/core": "^15.0.1",
13+
"@angular/common": "^16.0.0",
14+
"@angular/core": "^16.0.0",
1515
"moment": "^2.18.1"
1616
}
1717
}

0 commit comments

Comments
 (0)