Skip to content

Commit eb88c25

Browse files
jamiepineclaude
andcommitted
fix: replace workspace:* with ^0.2.0 in explorer deps, bump all packages to 0.2.1
Explorer was published with `@spacedrive/primitives: "workspace:*"` which breaks any consumer resolving from npm (including CI). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 46437f5 commit eb88c25

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spacedrive/ai",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "AI agent interaction components for SpaceUI",
55
"type": "module",
66
"main": "./dist/index.js",

packages/explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spacedrive/explorer",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "File management and explorer components for SpaceUI",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -22,7 +22,7 @@
2222
"typecheck": "tsc --noEmit"
2323
},
2424
"dependencies": {
25-
"@spacedrive/primitives": "workspace:*",
25+
"@spacedrive/primitives": "^0.2.0",
2626
"@phosphor-icons/react": "^2.1.0",
2727
"clsx": "^2.1.0"
2828
},

packages/forms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spacedrive/forms",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Form field wrappers for SpaceUI built on react-hook-form",
55
"type": "module",
66
"main": "./dist/index.js",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spacedrive/icons",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Spacedrive file type icons, extension badges, and icon resolution utilities",
55
"type": "module",
66
"exports": {

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spacedrive/primitives",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Primitive UI components for SpaceUI",
55
"type": "module",
66
"main": "./dist/index.js",

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spacedrive/tokens",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Design tokens for SpaceUI - Pure CSS for Tailwind v4",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)