@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.
@@ -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
  */
@@ -9468,7 +9468,7 @@ class Version {
9468
9468
  /**
9469
9469
  * @publicApi
9470
9470
  */
9471
- const VERSION = new Version('14.2.12');
9471
+ const VERSION = new Version('14.3.0');
9472
9472
 
9473
9473
  /**
9474
9474
  * @license