Skip to content

Commit

Permalink
Merge pull request projectstorm#35 from projectstorm/changeset-releas…
Browse files Browse the repository at this point in the history
…e/master

Version Packages
  • Loading branch information
dylanvorster committed Jan 27, 2023
2 parents 308535a + 594ef08 commit e9139e0
Show file tree
Hide file tree
Showing 24 changed files with 218 additions and 32 deletions.
21 changes: 0 additions & 21 deletions .changeset/shy-ravens-sparkle.md

This file was deleted.

16 changes: 16 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-behavior-divider-dropzone@2.2.0
- @projectstorm/react-workspaces-behavior-panel-dropzone@2.2.0
- @projectstorm/react-workspaces-model-floating-window@2.2.0
- @projectstorm/react-workspaces-dropzone-plugin-tabs@2.1.0
- @projectstorm/react-workspaces-dropzone-plugin-tray@2.1.0
- @projectstorm/react-workspaces-behavior-resize@2.2.0
- @projectstorm/react-workspaces-model-tabs@2.2.0
- @projectstorm/react-workspaces-model-tray@2.4.0
- @projectstorm/react-workspaces-defaults@2.3.0
- @projectstorm/react-workspaces-core@2.5.0

## null

### Patch Changes

- Updated dependencies [3945d18]
- @projectstorm/react-workspaces-core@2.4.0
- @projectstorm/react-workspaces-model-tray@2.3.0
Expand Down
18 changes: 18 additions & 0 deletions example-project-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @projectstorm/react-workspaces-demo

## 2.1.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-behavior-resize@2.2.0
- @projectstorm/react-workspaces-core@2.5.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example-project-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-demo",
"version": "2.0.6",
"version": "2.1.0",
"author": "dylanvorster",
"license": "MIT",
"private": true,
Expand Down
17 changes: 17 additions & 0 deletions packages/behavior-divider-dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @projectstorm/react-workspaces-behavior-divider-dropzone

## 2.2.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-core@2.5.0

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/behavior-divider-dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-behavior-divider-dropzone",
"version": "2.1.4",
"version": "2.2.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/behavior-panel-dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @projectstorm/react-workspaces-behavior-panel-dropzone

## 2.2.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-core@2.5.0

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/behavior-panel-dropzone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-behavior-panel-dropzone",
"version": "2.1.4",
"version": "2.2.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/behavior-resize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @projectstorm/react-workspaces-behavior-resize

## 2.2.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-core@2.5.0

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/behavior-resize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-behavior-resize",
"version": "2.1.3",
"version": "2.2.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @projectstorm/react-workspaces-core

## 2.5.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-core",
"version": "2.4.0",
"version": "2.5.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
20 changes: 20 additions & 0 deletions packages/defaults/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @projectstorm/react-workspaces-defaults

## 2.3.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-model-floating-window@2.2.0
- @projectstorm/react-workspaces-model-tabs@2.2.0
- @projectstorm/react-workspaces-model-tray@2.4.0
- @projectstorm/react-workspaces-core@2.5.0

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/defaults/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-defaults",
"version": "2.2.3",
"version": "2.3.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
19 changes: 19 additions & 0 deletions packages/dropzone-plugin-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @projectstorm/react-workspaces-dropzone-plugin-tabs

## 2.1.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-behavior-panel-dropzone@2.2.0
- @projectstorm/react-workspaces-model-tabs@2.2.0
- @projectstorm/react-workspaces-core@2.5.0

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dropzone-plugin-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-dropzone-plugin-tabs",
"version": "2.0.6",
"version": "2.1.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
19 changes: 19 additions & 0 deletions packages/dropzone-plugin-tray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @projectstorm/react-workspaces-dropzone-plugin-tray

## 2.1.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-behavior-panel-dropzone@2.2.0
- @projectstorm/react-workspaces-model-tray@2.4.0
- @projectstorm/react-workspaces-core@2.5.0

## 2.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dropzone-plugin-tray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-dropzone-plugin-tray",
"version": "2.0.11",
"version": "2.1.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/model-floating-window/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @projectstorm/react-workspaces-model-floating-window

## 2.2.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-core@2.5.0

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model-floating-window/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-model-floating-window",
"version": "2.1.2",
"version": "2.2.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/model-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @projectstorm/react-workspaces-model-tabs

## 2.2.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-core@2.5.0

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-model-tabs",
"version": "2.1.3",
"version": "2.2.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
18 changes: 18 additions & 0 deletions packages/model-tray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @projectstorm/react-workspaces-model-tray

## 2.4.0

### Minor Changes

- a810a3e: - [Added] Factories now emit events when models are created
- [changed] Factories now have a protected `_generateModel()` event which should be implemented instead of the `generateModel()` event
- [Added] `setLocked()` method on the engine which prevents dragging across all `<Draggable>` widgets
- [Added] `installEngineLockListener: boolean` to the tray factory options, which when enabled, will also prevent windows from being moved when locks are enabled
- [maintenance] Bumped all package dependencies
- [Added] `setupTrayWindowDragLockBehavior()` helper utility
- [Added] `setDraggable()` method on floating windows allowing the window to control whether it can be moved or not.

### Patch Changes

- Updated dependencies [a810a3e]
- @projectstorm/react-workspaces-model-floating-window@2.2.0
- @projectstorm/react-workspaces-core@2.5.0

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/model-tray/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectstorm/react-workspaces-model-tray",
"version": "2.3.0",
"version": "2.4.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down

0 comments on commit e9139e0

Please sign in to comment.