diff --git a/esm2022/version.mjs b/esm2022/version.mjs index e27241356..2b57e3ce7 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.0-next.3'); +export const VERSION = new Version('18.2.14'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index bcc5df1c5..ac5804cc1 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.0-next.3'); +const VERSION = new Version('18.2.14'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index e98de7dc8..cc366a28b 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.0-next.3');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.14');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 31a107391..38697daa3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.0-next.3", + "version": "18.2.14", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -48,13 +48,13 @@ } }, "peerDependencies": { - "@angular/animations": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/cdk": "18.2.0-next.3", - "@angular/core": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/common": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/forms": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/platform-browser": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/material": "18.2.0-next.3" + "@angular/animations": "^18.0.0 || ^19.0.0", + "@angular/cdk": "18.2.14", + "@angular/core": "^18.0.0 || ^19.0.0", + "@angular/common": "^18.0.0 || ^19.0.0", + "@angular/forms": "^18.0.0 || ^19.0.0", + "@angular/platform-browser": "^18.0.0 || ^19.0.0", + "@angular/material": "18.2.14" }, "dependencies": { "tslib": "^2.3.0"