Skip to content

Commit eecf255

Browse files
committed
5a10f40 fix(core): complete the removal of deprecation async function (#55491)
1 parent 76fc2b0 commit eecf255

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Tue Apr 23 20:21:07 UTC 2024
2-
c7732380558d5f5e425ca97138ed12e1086b738c
1+
Tue Apr 23 20:34:42 UTC 2024
2+
5a10f405d315a28b9a000c669e9b1cb3fa24a7f1

esm2022/src/version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import { Version } from '@angular/core';
99
/**
1010
* @publicApi
1111
*/
12-
export const VERSION = new Version('18.0.0-next.5+sha-c773238');
12+
export const VERSION = new Version('18.0.0-next.5+sha-5a10f40');
1313
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2VsZW1lbnRzL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7R0FNRztBQUVILE9BQU8sRUFBQyxPQUFPLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFdEM7O0dBRUc7QUFDSCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIEBwdWJsaWNBcGlcbiAqL1xuZXhwb3J0IGNvbnN0IFZFUlNJT04gPSBuZXcgVmVyc2lvbignMC4wLjAtUExBQ0VIT0xERVInKTtcbiJdfQ==

fesm2022/elements.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v18.0.0-next.5+sha-c773238
2+
* @license Angular v18.0.0-next.5+sha-5a10f40
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -513,7 +513,7 @@ function createCustomElement(component, config) {
513513
/**
514514
* @publicApi
515515
*/
516-
const VERSION = new Version('18.0.0-next.5+sha-c773238');
516+
const VERSION = new Version('18.0.0-next.5+sha-5a10f40');
517517

518518
/**
519519
* @module

fesm2022/elements.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v18.0.0-next.5+sha-c773238
2+
* @license Angular v18.0.0-next.5+sha-5a10f40
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/elements",
3-
"version": "18.0.0-next.5+sha-c773238",
3+
"version": "18.0.0-next.5+sha-5a10f40",
44
"description": "Angular - library for using Angular Components as Custom Elements",
55
"author": "angular",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
"tslib": "^2.3.0"
1212
},
1313
"peerDependencies": {
14-
"@angular/core": "18.0.0-next.5+sha-c773238",
14+
"@angular/core": "18.0.0-next.5+sha-5a10f40",
1515
"rxjs": "^6.5.3 || ^7.4.0"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)