Skip to content

Commit

Permalink
feat: release @logicflow/core & extension 2.0.0-beta.7, vue & react-n…
Browse files Browse the repository at this point in the history
…ode-registry beta.4
  • Loading branch information
boyongjiong committed Aug 7, 2024
1 parent f7bfc0c commit 1b591a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"feature-examples",
"material-ui-app",
"next-app",
"vue3-app",
"vue3-memory-leak"
"vue3-app"
],
"extends": [],
"pipeline": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/core",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "LogicFlow, help you quickly create flowcharts",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/extension",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "LogicFlow Extensions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-node-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/react-node-registry",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"description": "LogicFlow React Shape",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-node-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logicflow/vue-node-registry",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"description": "LogicFlow Vue Component Node Registry",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 1b591a9

Please sign in to comment.