@logicflow/layout 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
 
2
- > @logicflow/layout@2.0.3 prebuild /Users/didi/Desktop/github/LogicFlow/packages/layout
2
+ > @logicflow/layout@2.0.4 prebuild /Users/didi/Desktop/github/LogicFlow/packages/layout
3
3
  > rss
4
4
 
5
5
  > [prebuild] run-s -s clean:build
6
6
  > [clean:build] rimraf dist es lib
7
7
 
8
- > @logicflow/layout@2.0.3 build /Users/didi/Desktop/github/LogicFlow/packages/layout
8
+ > @logicflow/layout@2.0.4 build /Users/didi/Desktop/github/LogicFlow/packages/layout
9
9
  > run-p -s build:dev build:umd
10
10
 
11
11
  
@@ -20,4 +20,4 @@
20
20
  | GZipped Size: 28.43 KB |
21
21
  | |
22
22
  +------------------------------------+
23
- created dist/index.min.js in 25.9s
23
+ created dist/index.min.js in 10.3s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @logicflow/core@2.1.5
9
+
3
10
  ## 2.0.4
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logicflow/layout",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "LogicFlow layout",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
26
  "dagre": "^0.8.5",
27
- "@logicflow/core": "2.1.4"
27
+ "@logicflow/core": "2.1.5"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/dagre": "^0.7.53"