@nextclaw/ui 0.3.16 → 0.4.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @nextclaw/ui
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat(release): promote marketplace milestone to minor version bump
8
+ - reclassify the recent marketplace integration as feature-level release
9
+ - align package versions with semver minor progression
10
+ - keep release coverage across cli, server and ui packages
11
+
12
+ ## 0.3.17
13
+
14
+ ### Patch Changes
15
+
16
+ - feat(marketplace): add VSCode-style marketplace with installed state and install integration
17
+ - add marketplace query/install API on UI server
18
+ - connect install actions to existing CLI plugin/skill install commands
19
+ - add marketplace frontend page with search, filters, recommendations, and installed tab
20
+ - add installed-status API and UI badges/button states for installed items
21
+
3
22
  ## 0.3.16
4
23
 
5
24
  ### Patch Changes