Skip to content

Commit 70b17a7

Browse files
Version Packages
1 parent 4ccc5d5 commit 70b17a7

File tree

11 files changed

+60
-15
lines changed

11 files changed

+60
-15
lines changed

.changeset/nice-zoos-laugh.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

diagrams-demo-gallery/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @projectstorm/react-diagrams-gallery
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- e0d21f1: - [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756)
8+
9+
- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939)
10+
11+
Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :)
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [e0d21f1]
16+
- @projectstorm/react-diagrams-defaults@7.1.0
17+
- @projectstorm/react-diagrams@7.0.1
18+
319
## 7.0.0
420

521
### Major Changes

diagrams-demo-gallery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-diagrams-gallery",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"author": "dylanvorster",
55
"license": "MIT",
66
"private": true,

diagrams-demo-project/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @projectstorm/react-diagrams-demo
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- @projectstorm/react-diagrams@7.0.1
8+
39
## 7.0.0
410

511
### Major Changes

diagrams-demo-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-diagrams-demo",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"author": "dylanvorster",
55
"license": "MIT",
66
"private": true,

packages/react-diagrams-defaults/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @projectstorm/react-diagrams-defaults
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- e0d21f1: - [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756)
8+
9+
- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939)
10+
11+
Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :)
12+
313
## 7.0.0
414

515
### Major Changes

packages/react-diagrams-defaults/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-diagrams-defaults",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"author": "dylanvorster",
55
"license": "MIT",
66
"repository": {

packages/react-diagrams-routing/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @projectstorm/react-diagrams-routing
22

3+
## 7.1.0
4+
5+
### Minor Changes
6+
7+
- e0d21f1: - [feature] new ability to refresh links in auto distribute system [PR 756](https://github.com/projectstorm/react-diagrams/pull/756)
8+
9+
- [fix] Default link now uses the correct method for creating a point allowing this to be overridden [PR 939](https://github.com/projectstorm/react-diagrams/pull/939)
10+
11+
Big thanks to @ToTheHit and @h0111in for your help on these, even though its very delayed on my part :)
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [e0d21f1]
16+
- @projectstorm/react-diagrams-defaults@7.1.0
17+
318
## 7.0.0
419

520
### Major Changes

packages/react-diagrams-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-diagrams-routing",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"author": "dylanvorster",
55
"license": "MIT",
66
"repository": {

packages/react-diagrams/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @projectstorm/react-diagrams
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e0d21f1]
8+
- @projectstorm/react-diagrams-defaults@7.1.0
9+
- @projectstorm/react-diagrams-routing@7.1.0
10+
311
## 7.0.0
412

513
### Major Changes

packages/react-diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-diagrams",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"author": "dylanvorster",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)