Skip to content

Commit 9ffbadd

Browse files
authored
Merge pull request #61 from projectstorm/changeset-release/master
Version Packages
2 parents 27afdf7 + 3c2971d commit 9ffbadd

File tree

23 files changed

+128
-28
lines changed

23 files changed

+128
-28
lines changed

.changeset/thin-jobs-bathe.md

-17
This file was deleted.

example-project-js/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @projectstorm/react-workspaces-demo
22

3+
## 2.1.7
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
- @projectstorm/react-workspaces-behavior-resize@2.3.4
13+
314
## 2.1.6
415

516
### Patch Changes

example-project-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-demo",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"author": "dylanvorster",
55
"license": "MIT",
66
"private": true,

packages/behavior-divider-dropzone/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @projectstorm/react-workspaces-behavior-divider-dropzone
22

3+
## 2.4.5
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
313
## 2.4.4
414

515
### Patch Changes

packages/behavior-divider-dropzone/package.json

+1-1
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.4",
3+
"version": "2.4.5",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/behavior-panel-dropzone/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @projectstorm/react-workspaces-behavior-panel-dropzone
22

3+
## 2.3.6
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
313
## 2.3.5
414

515
### Patch Changes

packages/behavior-panel-dropzone/package.json

+1-1
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.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/behavior-resize/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @projectstorm/react-workspaces-behavior-resize
22

3+
## 2.3.4
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
313
## 2.3.3
414

515
### Patch Changes

packages/behavior-resize/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-behavior-resize",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @projectstorm/react-workspaces-core
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
311
## 2.8.1
412

513
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-core",
3-
"version": "2.8.1",
3+
"version": "3.0.0",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/defaults/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @projectstorm/react-workspaces-defaults
22

3+
## 2.3.10
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
- @projectstorm/react-workspaces-model-floating-window@2.2.7
13+
- @projectstorm/react-workspaces-model-tabs@2.3.4
14+
- @projectstorm/react-workspaces-model-tray@2.5.5
15+
316
## 2.3.9
417

518
### Patch Changes

packages/defaults/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-defaults",
3-
"version": "2.3.9",
3+
"version": "2.3.10",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/dropzone-plugin-tabs/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @projectstorm/react-workspaces-dropzone-plugin-tabs
22

3+
## 2.2.8
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
- @projectstorm/react-workspaces-behavior-panel[email protected]
13+
- @projectstorm/react-workspaces-model-tabs@2.3.4
14+
315
## 2.2.7
416

517
### Patch Changes

packages/dropzone-plugin-tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-dropzone-plugin-tabs",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/dropzone-plugin-tray/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @projectstorm/react-workspaces-dropzone-plugin-tray
22

3+
## 2.2.7
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
- @projectstorm/react-workspaces-behavior-panel[email protected]
13+
- @projectstorm/react-workspaces-model-tray@2.5.5
14+
315
## 2.2.6
416

517
### Patch Changes

packages/dropzone-plugin-tray/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-dropzone-plugin-tray",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/model-floating-window/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @projectstorm/react-workspaces-model-floating-window
22

3+
## 2.2.7
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
313
## 2.2.6
414

515
### Patch Changes

packages/model-floating-window/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-model-floating-window",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/model-tabs/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @projectstorm/react-workspaces-model-tabs
22

3+
## 2.3.4
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
313
## 2.3.3
414

515
### Patch Changes

packages/model-tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-model-tabs",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

packages/model-tray/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @projectstorm/react-workspaces-model-tray
22

3+
## 2.5.5
4+
5+
### Patch Changes
6+
7+
- 8273b13: - Fixed dragging panels sometimes causing a resize deadlock
8+
- Reworked the logic for computing initial sizes when there are muliple expanding panels in a group
9+
- Bumped all dependencies
10+
- Updated dependencies [8273b13]
11+
- @projectstorm/react-workspaces-core@3.0.0
12+
- @projectstorm/react-workspaces-model-floating-window@2.2.7
13+
314
## 2.5.4
415

516
### Patch Changes

packages/model-tray/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectstorm/react-workspaces-model-tray",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"main": "./dist/index.umd.js",
55
"module": "./dist/index.jsx",
66
"types": "./dist/@types/index.d.ts",

0 commit comments

Comments
 (0)