@skyux/core 14.0.0-alpha.10 → 14.0.0-alpha.11

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.
@@ -4977,7 +4977,7 @@ class Version {
4977
4977
  /**
4978
4978
  * Represents the version of @skyux/core.
4979
4979
  */
4980
- const VERSION = new Version('14.0.0-alpha.10');
4980
+ const VERSION = new Version('14.0.0-alpha.11');
4981
4981
 
4982
4982
  /**
4983
4983
  * Generated bundle index. Do not edit.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "14.0.0-alpha.10",
3
+ "version": "14.0.0-alpha.11",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,7 +21,7 @@
21
21
  "@angular/core": "^21.2.0",
22
22
  "@angular/platform-browser": "^21.2.0",
23
23
  "@angular/router": "^21.2.0",
24
- "@skyux/i18n": "14.0.0-alpha.10"
24
+ "@skyux/i18n": "14.0.0-alpha.11"
25
25
  },
26
26
  "dependencies": {
27
27
  "tslib": "^2.8.1"