From 91ec988c85c35b469aacc476c2472821db1d4469 Mon Sep 17 00:00:00 2001 From: "Yuichiro Tachibana (Tsuchiya)" Date: Thu, 6 Jun 2024 00:14:39 +0900 Subject: [PATCH] v0.58.0 --- lerna.json | 2 +- packages/common-react/package.json | 2 +- packages/common/package.json | 2 +- packages/desktop/package.json | 8 ++++---- packages/desktop/samples/basic/package.json | 4 ++-- .../desktop/samples/file-persistence-idbfs/package.json | 4 ++-- .../desktop/samples/file-persistence-nodefs/package.json | 4 ++-- packages/kernel/package.json | 4 ++-- packages/mountable/package.json | 6 +++--- packages/sharing-common/package.json | 2 +- packages/sharing-editor/package.json | 6 +++--- packages/sharing/package.json | 8 ++++---- packages/vscode-stlite/package.json | 4 ++-- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/lerna.json b/lerna.json index 3914879f5..e55c9ea73 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "0.57.0", + "version": "0.58.0", "packages": ["packages/*", "packages/desktop/samples/*"], "command": { "version": { diff --git a/packages/common-react/package.json b/packages/common-react/package.json index 8acbe0c79..f09be119c 100644 --- a/packages/common-react/package.json +++ b/packages/common-react/package.json @@ -1,6 +1,6 @@ { "name": "@stlite/common-react", - "version": "0.57.0", + "version": "0.58.0", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "Apache-2.0", diff --git a/packages/common/package.json b/packages/common/package.json index 9ba118123..aa033795e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@stlite/common", - "version": "0.57.0", + "version": "0.58.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 0541409ec..154538010 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@stlite/desktop", - "version": "0.57.0", + "version": "0.58.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -70,9 +70,9 @@ }, "devDependencies": { "@craco/craco": "^7.0.0", - "@stlite/common": "^0.57.0", - "@stlite/common-react": "^0.57.0", - "@stlite/kernel": "^0.57.0", + "@stlite/common": "^0.58.0", + "@stlite/common-react": "^0.58.0", + "@stlite/kernel": "^0.58.0", "@streamlit/app": "1.35.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.0.0", diff --git a/packages/desktop/samples/basic/package.json b/packages/desktop/samples/basic/package.json index 830156008..1b4335aec 100644 --- a/packages/desktop/samples/basic/package.json +++ b/packages/desktop/samples/basic/package.json @@ -1,6 +1,6 @@ { "name": "stlite-desktop-sample-basic", - "version": "0.57.0", + "version": "0.58.0", "license": "Apache-2.0", "main": "./build/electron/main.js", "scripts": { @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@stlite/desktop": "^0.57.0", + "@stlite/desktop": "^0.58.0", "cross-env": "^7.0.3", "electron": "30.0.8", "electron-builder": "^24.9.1" diff --git a/packages/desktop/samples/file-persistence-idbfs/package.json b/packages/desktop/samples/file-persistence-idbfs/package.json index 43f4ef2df..4cbc31b68 100644 --- a/packages/desktop/samples/file-persistence-idbfs/package.json +++ b/packages/desktop/samples/file-persistence-idbfs/package.json @@ -1,6 +1,6 @@ { "name": "stlite-desktop-sample-file-persistence-idbfs", - "version": "0.57.0", + "version": "0.58.0", "license": "Apache-2.0", "main": "./build/electron/main.js", "scripts": { @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@stlite/desktop": "^0.57.0", + "@stlite/desktop": "^0.58.0", "cross-env": "^7.0.3", "electron": "30.0.8", "electron-builder": "^24.9.1" diff --git a/packages/desktop/samples/file-persistence-nodefs/package.json b/packages/desktop/samples/file-persistence-nodefs/package.json index 80defd0da..f564da635 100644 --- a/packages/desktop/samples/file-persistence-nodefs/package.json +++ b/packages/desktop/samples/file-persistence-nodefs/package.json @@ -1,6 +1,6 @@ { "name": "stlite-desktop-sample-file-persistence-nodefs", - "version": "0.57.0", + "version": "0.58.0", "license": "Apache-2.0", "main": "./build/electron/main.js", "scripts": { @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@stlite/desktop": "^0.57.0", + "@stlite/desktop": "^0.58.0", "cross-env": "^7.0.3", "electron": "30.0.8", "electron-builder": "^24.9.1" diff --git a/packages/kernel/package.json b/packages/kernel/package.json index da868e125..a09b45ceb 100644 --- a/packages/kernel/package.json +++ b/packages/kernel/package.json @@ -2,7 +2,7 @@ "name": "@stlite/kernel", "private": true, "description": "", - "version": "0.57.0", + "version": "0.58.0", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.js", @@ -33,7 +33,7 @@ }, "dependencies": { "@jupyterlab/coreutils": "^5.4.2", - "@stlite/common": "^0.57.0", + "@stlite/common": "^0.58.0", "@streamlit/app": "1.35.0", "@streamlit/lib": "1.35.0", "path-browserify": "^1.0.1" diff --git a/packages/mountable/package.json b/packages/mountable/package.json index 70de52a82..eaf977cea 100644 --- a/packages/mountable/package.json +++ b/packages/mountable/package.json @@ -1,6 +1,6 @@ { "name": "@stlite/mountable", - "version": "0.57.0", + "version": "0.58.0", "description": "Mountable stlite application", "keywords": [ "stlite", @@ -29,8 +29,8 @@ "devDependencies": { "@babel/core": "^7.16.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", - "@stlite/common-react": "^0.57.0", - "@stlite/kernel": "^0.57.0", + "@stlite/common-react": "^0.58.0", + "@stlite/kernel": "^0.58.0", "@streamlit/app": "1.35.0", "@svgr/webpack": "^8.1.0", "@testing-library/jest-dom": "^5.16.5", diff --git a/packages/sharing-common/package.json b/packages/sharing-common/package.json index d44c774a3..d4cb69e8e 100644 --- a/packages/sharing-common/package.json +++ b/packages/sharing-common/package.json @@ -1,6 +1,6 @@ { "name": "@stlite/sharing-common", - "version": "0.57.0", + "version": "0.58.0", "main": "dist/index.js", "types": "dist/index.d.js", "license": "Apache-2.0", diff --git a/packages/sharing-editor/package.json b/packages/sharing-editor/package.json index c2f37a5d6..a107673e7 100644 --- a/packages/sharing-editor/package.json +++ b/packages/sharing-editor/package.json @@ -1,12 +1,12 @@ { "name": "@stlite/sharing-editor", - "version": "0.57.0", + "version": "0.58.0", "private": true, "homepage": "https://edit.share.stlite.net/", "dependencies": { "@monaco-editor/react": "^4.4.5", - "@stlite/common": "^0.57.0", - "@stlite/sharing-common": "^0.57.0", + "@stlite/common": "^0.58.0", + "@stlite/sharing-common": "^0.58.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.0.0", "@types/jest": "^27.4.3", diff --git a/packages/sharing/package.json b/packages/sharing/package.json index 18cd92c04..4707b59f7 100644 --- a/packages/sharing/package.json +++ b/packages/sharing/package.json @@ -1,13 +1,13 @@ { "name": "@stlite/sharing", - "version": "0.57.0", + "version": "0.58.0", "private": true, "homepage": "https://share.stlite.net/", "dependencies": { "@craco/craco": "^7.0.0", - "@stlite/common-react": "^0.57.0", - "@stlite/kernel": "^0.57.0", - "@stlite/sharing-common": "^0.57.0", + "@stlite/common-react": "^0.58.0", + "@stlite/kernel": "^0.58.0", + "@stlite/sharing-common": "^0.58.0", "@streamlit/app": "1.35.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.0.0", diff --git a/packages/vscode-stlite/package.json b/packages/vscode-stlite/package.json index cfd72724a..f7972638f 100644 --- a/packages/vscode-stlite/package.json +++ b/packages/vscode-stlite/package.json @@ -4,7 +4,7 @@ "publisher": "whitphx", "description": "", "license": "SEE LICENSE IN LICENSE", - "version": "0.57.0", + "version": "0.58.0", "repository": { "type": "git", "url": "https://github.com/whitphx/stlite.git", @@ -63,7 +63,7 @@ "deploy": "vsce publish --yarn" }, "devDependencies": { - "@stlite/common": "^0.57.0", + "@stlite/common": "^0.58.0", "@types/mocha": "^10.0.1", "@types/vscode": "^1.76.0", "@types/webpack-env": "^1.18.0",