Skip to content

Commit 95693c9

Browse files
committed
main - 961ff25 release: cut the v19.2.0-next.1 release
1 parent 1edbe56 commit 95693c9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

fesm2022/material-experimental.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Version } from '@angular/core';
22

33
/** Current version of the Material experimental package. */
4-
const VERSION = new Version('19.2.0-next.0');
4+
const VERSION = new Version('19.2.0-next.1');
55

66
export { VERSION };
77
//# sourceMappingURL=material-experimental.mjs.map

fesm2022/material-experimental.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-experimental",
3-
"version": "19.2.0-next.0",
3+
"version": "19.2.0-next.1",
44
"description": "Experimental components for Angular Material",
55
"repository": {
66
"type": "git",
@@ -39,12 +39,12 @@
3939
},
4040
"peerDependencies": {
4141
"@angular/animations": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
42-
"@angular/cdk": "19.2.0-next.0",
42+
"@angular/cdk": "19.2.0-next.1",
4343
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
4444
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
4545
"@angular/forms": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
4646
"@angular/platform-browser": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
47-
"@angular/material": "19.2.0-next.0"
47+
"@angular/material": "19.2.0-next.1"
4848
},
4949
"dependencies": {
5050
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)