Skip to content

Commit

Permalink
feat: release cew version
Browse files Browse the repository at this point in the history
  @logicflow/core@2.0.9
  @logicflow/etension@2.0.13
  @logicflow/react-node-registry@1.0.10
  @logicflow/vue-node-registry@1.0.11
  • Loading branch information
DymoneLewis committed Nov 28, 2024
1 parent 96e3690 commit b423ebb
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.9

### Patch Changes

- fix: 重新打包以加入最新改动内容

## 2.0.8

### Patch Changes
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.8",
"version": "2.0.9",
"description": "LogicFlow, help you quickly create flowcharts",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.13

### Patch Changes

- fix: 重新打包以加入最新改动内容
- Updated dependencies
- @logicflow/core@2.0.9

## 2.0.12

### Patch Changes
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.12",
"version": "2.0.13",
"description": "LogicFlow Extensions",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @logicflow/react-node-registry

## 1.0.10

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.9

## 1.0.9

### Patch Changes
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": "1.0.9",
"version": "1.0.10",
"description": "LogicFlow React Shape",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-node-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @logicflow/vue-node-registry

## 1.0.11

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.9

## 1.0.10

### Patch Changes
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": "1.0.10",
"version": "1.0.11",
"description": "LogicFlow Vue Component Node Registry",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
9 changes: 9 additions & 0 deletions sites/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# logicflow-docs

## 2.0.15

### Patch Changes

- Updated dependencies
- @logicflow/core@2.0.9
- @logicflow/extension@2.0.13
- @logicflow/react-node-registry@1.0.10

## 2.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logicflow-docs",
"version": "2.0.14",
"version": "2.0.15",
"private": true,
"description": "LogicFlow sites deployed on gh-pages",
"scripts": {
Expand Down

0 comments on commit b423ebb

Please sign in to comment.