Skip to content

Commit

Permalink
bf8814c refactor(core): Omit listeners from out-of-zone scheduling wh…
Browse files Browse the repository at this point in the history
…en using ZoneJS (#55492) (#55525)
  • Loading branch information
AndrewKushnir committed Apr 25, 2024
1 parent ed2c4cc commit 7369beb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Thu Apr 25 18:03:35 UTC 2024
f1d6f867b9822d20214942f9a2e982688c9dcfec
Thu Apr 25 20:02:30 UTC 2024
bf8814c6c3718622cbf4b44be9d8ca73772525ee
2 changes: 1 addition & 1 deletion fesm2022/init.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v18.1.0-next.0+sha-f1d6f86
* @license Angular v18.1.0-next.0+sha-bf8814c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/localize.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v18.1.0-next.0+sha-f1d6f86
* @license Angular v18.1.0-next.0+sha-bf8814c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion init/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v18.1.0-next.0+sha-f1d6f86
* @license Angular v18.1.0-next.0+sha-bf8814c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/localize",
"version": "18.1.0-next.0+sha-f1d6f86",
"version": "18.1.0-next.0+sha-bf8814c",
"description": "Angular - library for localizing messages",
"bin": {
"localize-translate": "./tools/bundles/src/translate/cli.js",
Expand Down Expand Up @@ -72,8 +72,8 @@
"yargs": "^17.2.1"
},
"peerDependencies": {
"@angular/compiler": "18.1.0-next.0+sha-f1d6f86",
"@angular/compiler-cli": "18.1.0-next.0+sha-f1d6f86"
"@angular/compiler": "18.1.0-next.0+sha-bf8814c",
"@angular/compiler-cli": "18.1.0-next.0+sha-bf8814c"
},
"module": "./fesm2022/localize.mjs",
"typings": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion schematics/ng-add/ng_add_bundle.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/ng_add_bundle.js.map

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

0 comments on commit 7369beb

Please sign in to comment.