@spaced-out/ui-design-system 0.6.21 → 0.6.22

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.6.22](https://github.com/spaced-out/ui-design-system/compare/v0.6.21...v0.6.22) (2026-06-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * change the ai icon to solid ([#490](https://github.com/spaced-out/ui-design-system/issues/490)) ([b4e81fe](https://github.com/spaced-out/ui-design-system/commit/b4e81fe84cccf1fefeffd3e2944d0d3448bbb9b0))
11
+
5
12
  ### [0.6.21](https://github.com/spaced-out/ui-design-system/compare/v0.6.20...v0.6.21) (2026-06-04)
6
13
 
7
14
 
@@ -143,7 +143,7 @@ const MENU_NAME_LIST = exports.MENU_NAME_LIST = Object.freeze({
143
143
  'ai-team': {
144
144
  title: 'AI Team',
145
145
  iconName: 'sparkle',
146
- iconType: 'duotone'
146
+ iconType: 'solid'
147
147
  },
148
148
  tracking: {
149
149
  title: 'Tracking',
package/mcp/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/genesis-mcp",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "MCP server for Genesis UI Design System - provides AI assistants with access to components, hooks, and design tokens",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.6.21",
3
+ "version": "0.6.22",
4
4
  "description": "Sense UI components library",
5
5
  "author": {
6
6
  "name": "Spaced Out"