diff --git a/esm2022/version.mjs b/esm2022/version.mjs index 4e2d7bcbf..f07f1fd5f 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the CDK Experimental package. */ -export const VERSION = new Version('17.1.0-next.0'); +export const VERSION = new Version('17.0.0-rc.0'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jZGstZXhwZXJpbWVudGFsL3ZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HO0FBRUgsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUV0Qyx1REFBdUQ7QUFDdkQsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLElBQUksT0FBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cblxuaW1wb3J0IHtWZXJzaW9ufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqIEN1cnJlbnQgdmVyc2lvbiBvZiB0aGUgQ0RLIEV4cGVyaW1lbnRhbCBwYWNrYWdlLiAqL1xuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSBuZXcgVmVyc2lvbignMC4wLjAtUExBQ0VIT0xERVInKTtcbiJdfQ== \ No newline at end of file diff --git a/fesm2022/cdk-experimental.mjs b/fesm2022/cdk-experimental.mjs index 837e8cc05..4532bb23d 100755 --- a/fesm2022/cdk-experimental.mjs +++ b/fesm2022/cdk-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the CDK Experimental package. */ -const VERSION = new Version('17.1.0-next.0'); +const VERSION = new Version('17.0.0-rc.0'); export { VERSION }; //# sourceMappingURL=cdk-experimental.mjs.map diff --git a/fesm2022/cdk-experimental.mjs.map b/fesm2022/cdk-experimental.mjs.map index 7d7ff9d08..96b6d4b3e 100755 --- a/fesm2022/cdk-experimental.mjs.map +++ b/fesm2022/cdk-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"cdk-experimental.mjs","sources":["../../../../../../src/cdk-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 CDK Experimental package. */\nexport const VERSION = new Version('17.1.0-next.0');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"cdk-experimental.mjs","sources":["../../../../../../src/cdk-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 CDK Experimental package. */\nexport const VERSION = new Version('17.0.0-rc.0');\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 e9dc8c586..097da1ffe 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/cdk-experimental", - "version": "17.1.0-next.0", + "version": "17.0.0-rc.0", "description": "Experimental components for Angular CDK", "repository": { "type": "git", @@ -12,7 +12,7 @@ }, "homepage": "https://github.com/angular/components#readme", "peerDependencies": { - "@angular/cdk": "17.1.0-next.0", + "@angular/cdk": "17.0.0-rc.0", "@angular/core": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0" }, "dependencies": {