@skyux/core 12.0.0-beta.1 → 12.0.0-beta.2

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.
@@ -4612,7 +4612,7 @@ class Version {
4612
4612
  /**
4613
4613
  * Represents the version of @skyux/core.
4614
4614
  */
4615
- const VERSION = new Version('12.0.0-beta.1');
4615
+ const VERSION = new Version('12.0.0-beta.2');
4616
4616
 
4617
4617
  /**
4618
4618
  * Generated bundle index. Do not edit.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "12.0.0-beta.1",
3
+ "version": "12.0.0-beta.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,7 +21,7 @@
21
21
  "@angular/core": "^19.2.1",
22
22
  "@angular/platform-browser": "^19.2.1",
23
23
  "@angular/router": "^19.2.1",
24
- "@skyux/i18n": "12.0.0-beta.1"
24
+ "@skyux/i18n": "12.0.0-beta.2"
25
25
  },
26
26
  "dependencies": {
27
27
  "tslib": "^2.8.1"