@skyux/core 12.0.0-alpha.4 → 12.0.0-alpha.5

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.
@@ -4535,7 +4535,7 @@ class Version {
4535
4535
  /**
4536
4536
  * Represents the version of @skyux/core.
4537
4537
  */
4538
- const VERSION = new Version('12.0.0-alpha.4');
4538
+ const VERSION = new Version('12.0.0-alpha.5');
4539
4539
 
4540
4540
  /**
4541
4541
  * 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-alpha.4",
3
+ "version": "12.0.0-alpha.5",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -37,7 +37,7 @@
37
37
  "@angular/core": "^19.0.5",
38
38
  "@angular/platform-browser": "^19.0.5",
39
39
  "@angular/router": "^19.0.5",
40
- "@skyux/i18n": "12.0.0-alpha.4"
40
+ "@skyux/i18n": "12.0.0-alpha.5"
41
41
  },
42
42
  "dependencies": {
43
43
  "tslib": "^2.8.1"