Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
dineug committed Nov 9, 2024
1 parent 555d15c commit 8df1881
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/erd-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dineug/erd-editor",
"version": "3.2.5",
"version": "3.2.6",
"description": "Entity-Relationship Diagram Editor",
"type": "module",
"main": "./dist/erd-editor.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.4

### Fixed

- Optimize relationship to reduce unnecessary re-rendering.

## 2.0.3

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuerd-vscode",
"version": "2.0.3",
"version": "2.0.4",
"private": true,
"description": "Entity-Relationship Diagram Editor VSCode Extension",
"icon": "./assets/erd-editor.png",
Expand Down

0 comments on commit 8df1881

Please sign in to comment.