Skip to content

Commit

Permalink
v19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysamperi committed Dec 17, 2024
1 parent 5b16da0 commit 976b0c2
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 26 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#19.0.0
* Update for Angular 19! 🎉

#18.0.1
* Version bump

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-timepicker-repo",
"version": "18.0.1",
"version": "19.0.0",
"build": 0,
"license": "MIT",
"private": true,
Expand All @@ -18,7 +18,7 @@
"email": "[email protected]"
},
"keywords": [
"Angular 18",
"Angular 19",
"Material timepicker",
"Timepicker",
"Android timepicker",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@angular/platform-browser-dynamic": "^19.0.4",
"@angular/ssr": "^19.0.5",
"rxjs": "^7.4.0",
"ts-luxon": "^4.3.2",
"ts-luxon": "^5.0.6",
"tslib": "^2.5.2",
"typewriter-effect": "^2.21.0",
"zone.js": "^0.15.0"
Expand Down Expand Up @@ -97,7 +97,7 @@
"typescript-eslint": "^8.18.0"
},
"engines": {
"node": ">=14.20.0"
"node": ">=20.11.1"
},
"packageManager": "[email protected]"
}
12 changes: 6 additions & 6 deletions projects/ngx-mat-timepicker-repo/src/assets/messages.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"messages": [
{
"text": "⚡ 29/06/2024: published V18 RC 0! Check it out!",
"text": "⭐ 17/12/2024: published V19! Check it out!",
"opts": {
"loop": true
"loop": false,
"delay": 80
}
},
{
"text": "08/11/2023: published V17! Check it out!",
"text": "29/06/2024: published V18 RC 0!",
"opts": {
"loop": true
}
},
{
"text": "⭐ 14/10/2023: new V16.1.0 standalone components released!",
"text": "⚡ 08/11/2023: published V17!",
"opts": {
"loop": false,
"delay": 80
"loop": true
}
}
]
Expand Down
22 changes: 11 additions & 11 deletions projects/ngx-mat-timepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-timepicker",
"version": "18.0.1",
"version": "19.0.0",
"license": "MIT",
"description": "ngx-mat-timepicker is an Angular material 9+ extension to add time pickers!",
"homepage": "https://tonysamperi.github.io/ngx-mat-timepicker",
Expand All @@ -24,17 +24,17 @@
"Time picker"
],
"dependencies": {
"ts-luxon": "^4.3.2",
"tslib": "^2.5.2"
"ts-luxon": "^5.0.6",
"tslib": "^2.5.3"
},
"peerDependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/material": "^18.0.0",
"@angular/platform-browser": "^18.0.0"
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^19.0.0",
"@angular/platform-browser": "^19.0.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10311,7 +10311,7 @@ __metadata:
rxjs: "npm:^7.4.0"
semver: "npm:^7.3.8"
through2: "npm:^4.0.2"
ts-luxon: "npm:^4.3.2"
ts-luxon: "npm:^5.0.6"
ts-node: "npm:~10.9.1"
tslib: "npm:^2.5.2"
typescript: "npm:~5.6.3"
Expand Down Expand Up @@ -13427,10 +13427,10 @@ __metadata:
languageName: node
linkType: hard

"ts-luxon@npm:^4.3.2":
version: 4.6.2
resolution: "ts-luxon@npm:4.6.2"
checksum: 10c0/2ea729a9e14b63d0419d578c1d0634cbb258c81b076b0b9798631f0527f485879a2f7f65690206d98de68e70bf939297e340eb2fb006128c243bee38e9352bc6
"ts-luxon@npm:^5.0.6":
version: 5.0.6
resolution: "ts-luxon@npm:5.0.6"
checksum: 10c0/86dd54009cacb6f8a25fcf2b8dd58ef073f6ab6b4d728c2d31dc436d92887f021edcf810854138efbab5a7a62fbe91e84b9b435af2011906e0f2d2c3a3b9b7e4
languageName: node
linkType: hard

Expand Down

0 comments on commit 976b0c2

Please sign in to comment.