@kalink-ui/seedly 0.26.1 → 0.26.3

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @kalink-ui/seedly
2
2
 
3
+ ## 0.26.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 87daf77: ci(release): ensure public publishes under the `@kalink-ui` scope by configuring npm scope auth in CI and Changesets access. No runtime code changes.
8
+ - Updated dependencies [87daf77]
9
+ - @kalink-ui/dibbly@0.5.2
10
+
11
+ ## 0.26.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 9bfff1e: chore(deps): move `@kalink-ui/dibbly` to runtime dependencies and align dev workflow. Ensures consumers resolve built ESM from `dist` while developing with a watcher in Dibbly.
16
+ - Updated dependencies [a97aad9]
17
+ - @kalink-ui/dibbly@0.5.1
18
+
3
19
  ## 0.26.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalink-ui/seedly",
3
- "version": "0.26.1",
3
+ "version": "0.26.3",
4
4
  "description": "A set of components for building UIs with React and TypeScript",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",
@@ -43,7 +43,6 @@
43
43
  "vite": "^6.3.5",
44
44
  "vite-tsconfig-paths": "^5.1.4",
45
45
  "vitest": "^3.2.3",
46
- "@kalink-ui/dibbly": "0.5.0",
47
46
  "@kalink-ui/eslint-config": "0.10.0",
48
47
  "@kalink-ui/typescript-config": "0.4.0"
49
48
  },
@@ -65,7 +64,8 @@
65
64
  "@radix-ui/react-select": "^2.2.5",
66
65
  "@radix-ui/react-slot": "^1.2.3",
67
66
  "clsx": "^2.1.1",
68
- "cmdk": "^1.1.1"
67
+ "cmdk": "^1.1.1",
68
+ "@kalink-ui/dibbly": "^0.5.2"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public"