@skyux/core 12.0.0-alpha.10 → 12.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.
@@ -4618,7 +4618,7 @@ class Version {
4618
4618
  /**
4619
4619
  * Represents the version of @skyux/core.
4620
4620
  */
4621
- const VERSION = new Version('12.0.0-alpha.10');
4621
+ const VERSION = new Version('12.0.0-alpha.11');
4622
4622
 
4623
4623
  /**
4624
4624
  * 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.10",
3
+ "version": "12.0.0-alpha.11",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -37,7 +37,7 @@
37
37
  "@angular/core": "^19.2.1",
38
38
  "@angular/platform-browser": "^19.2.1",
39
39
  "@angular/router": "^19.2.1",
40
- "@skyux/i18n": "12.0.0-alpha.10"
40
+ "@skyux/i18n": "12.0.0-alpha.11"
41
41
  },
42
42
  "dependencies": {
43
43
  "tslib": "^2.8.1"