v0.10.3-beta.2

This commit is contained in:
李华桥
2023-11-25 23:07:40 +08:00
parent c1cd1713b9
commit d272d7922d
41 changed files with 41 additions and 41 deletions

View File

@@ -8,5 +8,5 @@
"react": "18.2.0",
"react-dom": "18.2.0"
},
"version": "0.10.3-beta.1"
"version": "0.10.3-beta.2"
}

View File

@@ -9,5 +9,5 @@
"@types/debug": "^4.1.9",
"vitest": "0.34.6"
},
"version": "0.10.3-beta.1"
"version": "0.10.3-beta.2"
}

View File

@@ -27,5 +27,5 @@
"dependencies": {
"lit": "^3.0.2"
},
"version": "0.10.3-beta.1"
"version": "0.10.3-beta.2"
}

View File

@@ -107,5 +107,5 @@
"optional": true
}
},
"version": "0.10.3-beta.1"
"version": "0.10.3-beta.2"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@affine/sdk",
"version": "0.10.3-beta.1",
"version": "0.10.3-beta.2",
"type": "module",
"scripts": {
"build": "vite build",

View File

@@ -1,7 +1,7 @@
{
"name": "@toeverything/y-indexeddb",
"type": "module",
"version": "0.10.3-beta.1",
"version": "0.10.3-beta.2",
"description": "IndexedDB database adapter for Yjs",
"repository": "toeverything/AFFiNE",
"author": "toeverything",

View File

@@ -1,7 +1,7 @@
{
"name": "y-provider",
"type": "module",
"version": "0.10.3-beta.1",
"version": "0.10.3-beta.2",
"description": "Yjs provider protocol for multi document support",
"exports": {
".": "./src/index.ts"