@angular/core 15.0.0-next.0 → 15.0.0-next.1

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 v15.0.0-next.0
2
+ * @license Angular v15.0.0-next.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7644,7 +7644,7 @@ class Version {
7644
7644
  /**
7645
7645
  * @publicApi
7646
7646
  */
7647
- const VERSION = new Version('15.0.0-next.0');
7647
+ const VERSION = new Version('15.0.0-next.1');
7648
7648
 
7649
7649
  /**
7650
7650
  * @license