Skip to content

Commit

Permalink
main - f5895a39b docs: release notes for the v17.0.0-next.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Oct 11, 2023
1 parent a06af79 commit bfa9610
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion esm2022/version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/
import { Version } from '@angular/core';
/** Current version of the CDK Experimental package. */
export const VERSION = new Version('17.0.0-next.6');
export const VERSION = new Version('17.1.0-next.0');
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jZGstZXhwZXJpbWVudGFsL3ZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7OztHQU1HO0FBRUgsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUV0Qyx1REFBdUQ7QUFDdkQsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLElBQUksT0FBTyxDQUFDLG1CQUFtQixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBsaWNlbnNlXG4gKiBDb3B5cmlnaHQgR29vZ2xlIExMQyBBbGwgUmlnaHRzIFJlc2VydmVkLlxuICpcbiAqIFVzZSBvZiB0aGlzIHNvdXJjZSBjb2RlIGlzIGdvdmVybmVkIGJ5IGFuIE1JVC1zdHlsZSBsaWNlbnNlIHRoYXQgY2FuIGJlXG4gKiBmb3VuZCBpbiB0aGUgTElDRU5TRSBmaWxlIGF0IGh0dHBzOi8vYW5ndWxhci5pby9saWNlbnNlXG4gKi9cblxuaW1wb3J0IHtWZXJzaW9ufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqIEN1cnJlbnQgdmVyc2lvbiBvZiB0aGUgQ0RLIEV4cGVyaW1lbnRhbCBwYWNrYWdlLiAqL1xuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSBuZXcgVmVyc2lvbignMC4wLjAtUExBQ0VIT0xERVInKTtcbiJdfQ==
2 changes: 1 addition & 1 deletion fesm2022/cdk-experimental.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Version } from '@angular/core';

/** Current version of the CDK Experimental package. */
const VERSION = new Version('17.0.0-next.6');
const VERSION = new Version('17.1.0-next.0');

export { VERSION };
//# sourceMappingURL=cdk-experimental.mjs.map
2 changes: 1 addition & 1 deletion fesm2022/cdk-experimental.mjs.map

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cdk-experimental",
"version": "17.0.0-next.6",
"version": "17.1.0-next.0",
"description": "Experimental components for Angular CDK",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
},
"homepage": "https://github.com/angular/components#readme",
"peerDependencies": {
"@angular/cdk": "17.0.0-next.6",
"@angular/cdk": "17.1.0-next.0",
"@angular/core": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0"
},
"dependencies": {
Expand Down

0 comments on commit bfa9610

Please sign in to comment.