@skyux/core 15.0.0-alpha.12 → 15.0.0-alpha.14

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.
@@ -5098,7 +5098,7 @@ class Version {
5098
5098
  /**
5099
5099
  * Represents the version of @skyux/core.
5100
5100
  */
5101
- const VERSION = new Version('15.0.0-alpha.12');
5101
+ const VERSION = new Version('15.0.0-alpha.14');
5102
5102
 
5103
5103
  /**
5104
5104
  * Generated bundle index. Do not edit.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "15.0.0-alpha.12",
3
+ "version": "15.0.0-alpha.14",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,7 +21,7 @@
21
21
  "@angular/core": "^22.1.2",
22
22
  "@angular/platform-browser": "^22.1.2",
23
23
  "@angular/router": "^22.1.2",
24
- "@skyux/i18n": "15.0.0-alpha.12"
24
+ "@skyux/i18n": "15.0.0-alpha.14"
25
25
  },
26
26
  "dependencies": {
27
27
  "tslib": "^2.8.1"