Skip to content

Commit

Permalink
main - 902fb08 release: cut the v18.0.0-next.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zarend committed Apr 17, 2024
1 parent 3595248 commit c0dbfb5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 Angular Component Development Kit. */
export const VERSION = new Version('18.0.0-next.4');
export const VERSION = new Version('18.0.0-next.5');
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9jZGsvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLGdFQUFnRTtBQUNoRSxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBBbmd1bGFyIENvbXBvbmVudCBEZXZlbG9wbWVudCBLaXQuICovXG5leHBvcnQgY29uc3QgVkVSU0lPTiA9IG5ldyBWZXJzaW9uKCcwLjAuMC1QTEFDRUhPTERFUicpO1xuIl19
2 changes: 1 addition & 1 deletion fesm2022/cdk.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Version } from '@angular/core';

/** Current version of the Angular Component Development Kit. */
const VERSION = new Version('18.0.0-next.4');
const VERSION = new Version('18.0.0-next.5');

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

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/cdk",
"version": "18.0.0-next.4",
"version": "18.0.0-next.5",
"description": "Angular Material Component Development Kit",
"repository": {
"type": "git",
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 @@ -28,7 +28,7 @@ function default_1() {
// In order to align the CDK version with other Angular dependencies that are setup by
// `@schematics/angular`, we use tilde instead of caret. This is default for Angular
// dependencies in new CLI projects.
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~18.0.0-next.4`);
(0, package_config_1.addPackageToPackageJson)(host, '@angular/cdk', `~18.0.0-next.5`);
// Add a task to run the package manager. This is necessary because we updated the
// workspace "package.json" file and we want lock files to reflect the new version range.
context.addTask(new tasks_1.NodePackageInstallTask());
Expand Down

0 comments on commit c0dbfb5

Please sign in to comment.