Skip to content

Commit

Permalink
main - 177ee6c release: cut the v19.1.0-next.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amysorto committed Dec 18, 2024
1 parent ac49989 commit 61852e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fesm2022/core.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ENTER, SPACE, hasModifierKey } from '@angular/cdk/keycodes';
import { DOCUMENT } from '@angular/common';

/** Current version of Angular Material. */
const VERSION = new Version('19.1.0-next.2');
const VERSION = new Version('19.1.0-next.3');

/** @docs-private */
class AnimationCurves {
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/core.mjs.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/material",
"version": "19.1.0-next.2",
"version": "19.1.0-next.3",
"description": "Angular Material",
"repository": {
"type": "git",
Expand Down Expand Up @@ -354,7 +354,7 @@
},
"peerDependencies": {
"@angular/animations": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/cdk": "19.1.0-next.2",
"@angular/cdk": "19.1.0-next.3",
"@angular/core": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/common": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
"@angular/forms": "^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0",
Expand Down
2 changes: 1 addition & 1 deletion schematics/ng-add/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schematics/ng-add/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const package_config_1 = require("./package-config");
* Note that the fallback version range does not use caret, but tilde because that is
* the default for Angular framework dependencies in CLI projects.
*/
const fallbackMaterialVersionRange = `~19.1.0-next.2`;
const fallbackMaterialVersionRange = `~19.1.0-next.3`;
/**
* Schematic factory entry-point for the `ng-add` schematic. The ng-add schematic will be
* automatically executed if developers run `ng add @angular/material`.
Expand Down

0 comments on commit 61852e7

Please sign in to comment.