@angular/core 14.2.12 → 14.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2020/core.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.2.12
2
+ * @license Angular v14.3.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -9081,7 +9081,7 @@ class Version {
9081
9081
  /**
9082
9082
  * @publicApi
9083
9083
  */
9084
- const VERSION = new Version('14.2.12');
9084
+ const VERSION = new Version('14.3.0');
9085
9085
 
9086
9086
  /**
9087
9087
  * @license