Skip to content

Commit

Permalink
Merge pull request #65 from projectstorm/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
dylanvorster authored Oct 21, 2024
2 parents c918a28 + f864b45 commit b54451e
Show file tree
Hide file tree
Showing 23 changed files with 98 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/eight-fishes-cheer.md

This file was deleted.

8 changes: 8 additions & 0 deletions example-project-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @projectstorm/react-workspaces-demo

## 2.1.9

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0
- @projectstorm/react-workspaces-behavior-resize@2.3.6

## 2.1.8

### 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.1.8",
"version": "2.1.9",
"author": "dylanvorster",
"license": "MIT",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/behavior-divider-dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @projectstorm/react-workspaces-behavior-divider-dropzone

## 2.4.7

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0

## 2.4.6

### 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.4.6",
"version": "2.4.7",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/behavior-panel-dropzone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @projectstorm/react-workspaces-behavior-panel-dropzone

## 2.3.8

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0

## 2.3.7

### 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.3.7",
"version": "2.3.8",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/behavior-resize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @projectstorm/react-workspaces-behavior-resize

## 2.3.6

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0

## 2.3.5

### 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.3.5",
"version": "2.3.6",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @projectstorm/react-workspaces-core

## 4.1.0

### Minor Changes

- 845b677: - New behavior to install auto recompute on overconstrained panels automatically
- new widget to temp hide rendering until expand computation has completed initially (for expand nodes specifically)
- some general code style and structure improvements

## 4.0.0

### Major 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": "4.0.0",
"version": "4.1.0",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/defaults/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @projectstorm/react-workspaces-defaults

## 2.3.12

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0
- @projectstorm/react-workspaces-model-floating-window@2.2.9
- @projectstorm/react-workspaces-model-tabs@2.3.6
- @projectstorm/react-workspaces-model-tray@2.5.7

## 2.3.11

### 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.3.11",
"version": "2.3.12",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/dropzone-plugin-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @projectstorm/react-workspaces-dropzone-plugin-tabs

## 2.2.10

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0
- @projectstorm/react-workspaces-behavior-panel[email protected]
- @projectstorm/react-workspaces-model-tabs@2.3.6

## 2.2.9

### 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.2.9",
"version": "2.2.10",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/dropzone-plugin-tray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @projectstorm/react-workspaces-dropzone-plugin-tray

## 2.2.9

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0
- @projectstorm/react-workspaces-behavior-panel[email protected]
- @projectstorm/react-workspaces-model-tray@2.5.7

## 2.2.8

### 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.2.8",
"version": "2.2.9",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/model-floating-window/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @projectstorm/react-workspaces-model-floating-window

## 2.2.9

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0

## 2.2.8

### 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.2.8",
"version": "2.2.9",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/model-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @projectstorm/react-workspaces-model-tabs

## 2.3.6

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0

## 2.3.5

### 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.3.5",
"version": "2.3.6",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/model-tray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @projectstorm/react-workspaces-model-tray

## 2.5.7

### Patch Changes

- Updated dependencies [845b677]
- @projectstorm/react-workspaces-core@4.1.0
- @projectstorm/react-workspaces-model-floating-window@2.2.9

## 2.5.6

### Patch 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.5.6",
"version": "2.5.7",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
Expand Down

0 comments on commit b54451e

Please sign in to comment.