@sky.ui.ultra/core 0.0.26 → 0.0.28

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.0.28] - 2026-07-14
10
+
11
+ ### Changed
12
+
13
+ - Declare `@sky.ui.pro/*` peer dependencies so `npx sky.ui.ultra install` / npm peer install pulls Pro with Ultra.
14
+
9
15
  ## [0.0.8] - 2026-07-07
10
16
 
11
17
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sky.ui.ultra/core",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "Sky UI Ultra web components — run npx sky.ui.ultra install after npm install.",
5
5
  "keywords": [
6
6
  "sky-ui",
@@ -28,7 +28,8 @@
28
28
  "CHANGELOG.md"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@sky.ui/core": "^0.0.26",
31
+ "@sky.ui/core": "^0.0.28",
32
+ "@sky.ui.pro/core": "^0.0.28",
32
33
  "lit": ">=3 <4"
33
34
  },
34
35
  "peerDependenciesMeta": {