@dxos/plugin-board 0.8.4-staging.60fe92afc8 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/plugin-board",
3
- "version": "0.8.4-staging.60fe92afc8",
3
+ "version": "0.9.0",
4
4
  "description": "Surface plugin for card baords",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -77,25 +77,25 @@
77
77
  "@effect-atom/atom": "^0.5.3",
78
78
  "@effect-atom/atom-react": "^0.5.0",
79
79
  "effect": "3.21.3",
80
- "@dxos/app-toolkit": "0.8.4-staging.60fe92afc8",
81
- "@dxos/echo": "0.8.4-staging.60fe92afc8",
82
- "@dxos/invariant": "0.8.4-staging.60fe92afc8",
83
- "@dxos/app-framework": "0.8.4-staging.60fe92afc8",
84
- "@dxos/echo-react": "0.8.4-staging.60fe92afc8",
85
- "@dxos/keys": "0.8.4-staging.60fe92afc8",
86
- "@dxos/plugin-client": "0.8.4-staging.60fe92afc8",
87
- "@dxos/plugin-markdown": "0.8.4-staging.60fe92afc8",
88
- "@dxos/plugin-space": "0.8.4-staging.60fe92afc8",
89
- "@dxos/random": "0.8.4-staging.60fe92afc8",
90
- "@dxos/compute": "0.8.4-staging.60fe92afc8",
91
- "@dxos/react-client": "0.8.4-staging.60fe92afc8",
92
- "@dxos/react-ui": "0.8.4-staging.60fe92afc8",
93
- "@dxos/react-ui-board": "0.8.4-staging.60fe92afc8",
94
- "@dxos/react-ui-stack": "0.8.4-staging.60fe92afc8",
95
- "@dxos/types": "0.8.4-staging.60fe92afc8",
96
- "@dxos/react-ui-attention": "0.8.4-staging.60fe92afc8",
97
- "@dxos/react-ui-form": "0.8.4-staging.60fe92afc8",
98
- "@dxos/util": "0.8.4-staging.60fe92afc8"
80
+ "@dxos/compute": "0.9.0",
81
+ "@dxos/app-toolkit": "0.9.0",
82
+ "@dxos/echo-react": "0.9.0",
83
+ "@dxos/keys": "0.9.0",
84
+ "@dxos/app-framework": "0.9.0",
85
+ "@dxos/invariant": "0.9.0",
86
+ "@dxos/echo": "0.9.0",
87
+ "@dxos/plugin-client": "0.9.0",
88
+ "@dxos/random": "0.9.0",
89
+ "@dxos/plugin-markdown": "0.9.0",
90
+ "@dxos/plugin-space": "0.9.0",
91
+ "@dxos/react-ui": "0.9.0",
92
+ "@dxos/react-ui-form": "0.9.0",
93
+ "@dxos/react-ui-attention": "0.9.0",
94
+ "@dxos/react-ui-board": "0.9.0",
95
+ "@dxos/types": "0.9.0",
96
+ "@dxos/util": "0.9.0",
97
+ "@dxos/react-ui-stack": "0.9.0",
98
+ "@dxos/react-client": "0.9.0"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/react": "~19.2.7",
@@ -103,20 +103,20 @@
103
103
  "react": "~19.2.3",
104
104
  "react-dom": "~19.2.3",
105
105
  "vite": "^8.0.16",
106
- "@dxos/plugin-preview": "0.8.4-staging.60fe92afc8",
107
- "@dxos/plugin-testing": "0.8.4-staging.60fe92afc8",
108
- "@dxos/plugin-theme": "0.8.4-staging.60fe92afc8",
109
- "@dxos/react-ui-syntax-highlighter": "0.8.4-staging.60fe92afc8",
110
- "@dxos/storybook-utils": "0.8.4-staging.60fe92afc8",
111
- "@dxos/test-utils": "0.8.4-staging.60fe92afc8",
112
- "@dxos/ui-theme": "0.8.4-staging.60fe92afc8"
106
+ "@dxos/plugin-preview": "0.9.0",
107
+ "@dxos/plugin-theme": "0.9.0",
108
+ "@dxos/plugin-testing": "0.9.0",
109
+ "@dxos/storybook-utils": "0.9.0",
110
+ "@dxos/test-utils": "0.9.0",
111
+ "@dxos/react-ui-syntax-highlighter": "0.9.0",
112
+ "@dxos/ui-theme": "0.9.0"
113
113
  },
114
114
  "peerDependencies": {
115
115
  "effect": "3.21.3",
116
116
  "react": "~19.2.3",
117
117
  "react-dom": "~19.2.3",
118
- "@dxos/react-ui": "0.8.4-staging.60fe92afc8",
119
- "@dxos/ui-theme": "0.8.4-staging.60fe92afc8"
118
+ "@dxos/ui-theme": "0.9.0",
119
+ "@dxos/react-ui": "0.9.0"
120
120
  },
121
121
  "publishConfig": {
122
122
  "access": "public"