mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
chore: fix packages version
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
!.yarn/plugins
|
!.yarn/plugins
|
||||||
!.yarn/releases
|
!.yarn/releases
|
||||||
!.yarn/sdks
|
!.yarn/sdks
|
||||||
!.yarn/versions
|
.yarn/versions
|
||||||
|
|
||||||
# compiled output
|
# compiled output
|
||||||
*dist
|
*dist
|
||||||
|
|||||||
+550
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,5 +11,9 @@ npmPublishRegistry: 'https://registry.npmjs.org'
|
|||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||||
spec: '@yarnpkg/plugin-interactive-tools'
|
spec: '@yarnpkg/plugin-interactive-tools'
|
||||||
|
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
||||||
|
spec: '@yarnpkg/plugin-version'
|
||||||
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
|
spec: '@yarnpkg/plugin-workspace-tools'
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.5.0.cjs
|
yarnPath: .yarn/releases/yarn-3.5.0.cjs
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
cacheFolder: '../../.yarn/cache'
|
cacheFolder: '../../.yarn/cache'
|
||||||
# deferredVersionFolder: '../../.yarn/versions'
|
deferredVersionFolder: '../../.yarn/versions'
|
||||||
globalFolder: '../../.yarn/global'
|
globalFolder: '../../.yarn/global'
|
||||||
installStatePath: '../../.yarn/install-state.gz'
|
installStatePath: '../../.yarn/install-state.gz'
|
||||||
patchFolder: '../../.yarn/patches'
|
patchFolder: '../../.yarn/patches'
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "@affine/electron",
|
"name": "@affine/electron",
|
||||||
"productName": "AFFiNE",
|
"productName": "AFFiNE",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.5.2",
|
||||||
"author": "affine",
|
"author": "affine",
|
||||||
"description": "AFFiNE App",
|
"description": "AFFiNE App",
|
||||||
"homepage": "https://github.com/toeverything/AFFiNE",
|
"homepage": "https://github.com/toeverything/AFFiNE",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "AFFiNE",
|
"name": "AFFiNE",
|
||||||
"version": "0.5.0",
|
"version": "0.5.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": "toeverything",
|
"author": "toeverything",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/component",
|
"name": "@affine/component",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.3.1",
|
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"storybook": "storybook dev -p 6006",
|
"storybook": "storybook dev -p 6006",
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/i18n",
|
"name": "@affine/i18n",
|
||||||
"version": "0.1.0",
|
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@affine/octobase-node",
|
"name": "@affine/octobase-node",
|
||||||
"version": "0.0.0",
|
"private": true,
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"napi": {
|
"napi": {
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@toeverything/y-indexeddb",
|
"name": "@toeverything/y-indexeddb",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"version": "0.5.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vite build"
|
"build": "vite build"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user