Skip to content

Commit c42d057

Browse files
author
FalkWolsky
committed
Change of Version and Documentation URLs
1 parent dd2eb1a commit c42d057

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"start": "yarn workspace lowcoder start",
14-
"start-win":"LOWCODER_API_SERVICE_URL=http://localhost:3000 yarn start",
14+
"start-win": "LOWCODER_API_SERVICE_URL=http://localhost:3000 yarn start",
1515
"start:ee": "REACT_APP_EDITION=enterprise yarn workspace lowcoder start",
1616
"start:ee-global": "REACT_APP_EDITION=enterprise-global yarn workspace lowcoder start",
1717
"build": "yarn node ./scripts/build.js",

client/packages/lowcoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder",
3-
"version": "2.2.0",
3+
"version": "2.3.1",
44
"private": true,
55
"type": "module",
66
"main": "src/index.sdk.ts",

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,7 @@ export const en = {
27752775
aboutUs: "https://lowcoder.cloud/about",
27762776
changeLog: "https://github.com/lowcoder-org/lowcoder/releases",
27772777
introVideo: "",
2778-
devNpmPlugin: "https://docs.lowcoder.cloud/lowcoder-extension/develop-data-source-plugins",
2778+
devNpmPlugin: "https://github.com/lowcoder-org/lowcoder-create-component-plugin",
27792779
devNpmPluginText: "How to develop npm plugin",
27802780
useHost: "https://docs.lowcoder.cloud/setup-and-run/self-hosting/access-local-database-or-api",
27812781
eventHandlerSlowdown: "https://docs.lowcoder.cloud/build-applications/app-interaction/event-handlers",

0 commit comments

Comments
 (0)