Skip to content

Commit 7a6ee7a

Browse files
committed
main - 49308cd release: cut the v19.0.0-next.7 release
1 parent 76a2097 commit 7a6ee7a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

fesm2022/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { ENTER, SPACE, hasModifierKey } from '@angular/cdk/keycodes';
1111
import { DOCUMENT } from '@angular/common';
1212

1313
/** Current version of Angular Material. */
14-
const VERSION = new Version('19.0.0-next.6');
14+
const VERSION = new Version('19.0.0-next.7');
1515

1616
/** @docs-private */
1717
class AnimationCurves {

fesm2022/core.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/material",
3-
"version": "19.0.0-next.6",
3+
"version": "19.0.0-next.7",
44
"description": "Angular Material",
55
"repository": {
66
"type": "git",
@@ -346,7 +346,7 @@
346346
},
347347
"peerDependencies": {
348348
"@angular/animations": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
349-
"@angular/cdk": "19.0.0-next.6",
349+
"@angular/cdk": "19.0.0-next.7",
350350
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
351351
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
352352
"@angular/forms": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",

schematics/ng-add/index.js

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

schematics/ng-add/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const package_config_1 = require("./package-config");
1919
* Note that the fallback version range does not use caret, but tilde because that is
2020
* the default for Angular framework dependencies in CLI projects.
2121
*/
22-
const fallbackMaterialVersionRange = `~19.0.0-next.6`;
22+
const fallbackMaterialVersionRange = `~19.0.0-next.7`;
2323
/**
2424
* Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
2525
* automatically executed if developers run `ng add @angular/material`.

0 commit comments

Comments
 (0)