Skip to content

Commit b54451e

Browse files
authored
Merge pull request #65 from projectstorm/changeset-release/master
Version Packages
2 parents c918a28 + f864b45 commit b54451e

File tree

23 files changed

+98
-18
lines changed

23 files changed

+98
-18
lines changed

.changeset/eight-fishes-cheer.md

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

example-project-js/CHANGELOG.md

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

3+
## 2.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [845b677]
8+
- @projectstorm/react-workspaces-core@4.1.0
9+
- @projectstorm/react-workspaces-behavior-resize@2.3.6
10+
311
## 2.1.8
412

513
### Patch Changes

example-project-js/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-workspaces-demo",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
44
"author": "dylanvorster",
55
"license": "MIT",
66
"private": true,

packages/behavior-divider-dropzone/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @projectstorm/react-workspaces-behavior-divider-dropzone
22

3+
## 2.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [845b677]
8+
- @projectstorm/react-workspaces-core@4.1.0
9+
310
## 2.4.6
411

512
### Patch Changes

packages/behavior-divider-dropzone/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-workspaces-behavior-divider-dropzone",
3-
"version": "2.4.6",
3+
"version": "2.4.7",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/behavior-panel-dropzone/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @projectstorm/react-workspaces-behavior-panel-dropzone
22

3+
## 2.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [845b677]
8+
- @projectstorm/react-workspaces-core@4.1.0
9+
310
## 2.3.7
411

512
### Patch Changes

packages/behavior-panel-dropzone/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-workspaces-behavior-panel-dropzone",
3-
"version": "2.3.7",
3+
"version": "2.3.8",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/behavior-resize/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @projectstorm/react-workspaces-behavior-resize
22

3+
## 2.3.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [845b677]
8+
- @projectstorm/react-workspaces-core@4.1.0
9+
310
## 2.3.5
411

512
### Patch Changes

packages/behavior-resize/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-workspaces-behavior-resize",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/core/CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 845b677: - New behavior to install auto recompute on overconstrained panels automatically
8+
- new widget to temp hide rendering until expand computation has completed initially (for expand nodes specifically)
9+
- some general code style and structure improvements
10+
311
## 4.0.0
412

513
### Major Changes

0 commit comments

Comments
 (0)