Skip to content

Commit

Permalink
Merge pull request #12 from projectstorm/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
dylanvorster authored Nov 30, 2022
2 parents 366a4b4 + 0f8a76b commit adda5a1
Show file tree
Hide file tree
Showing 25 changed files with 142 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .changeset/nervous-pants-draw.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/tiny-penguins-unite.md

This file was deleted.

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

### Patch Changes

- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1
- @projectstorm/react-workspaces-model-tray@2.0.1
- @projectstorm/react-workspaces-behavior-panel[email protected]
- @projectstorm/react-workspaces-dropzone-plugin-tabs@2.0.1
- @projectstorm/react-workspaces-dropzone-plugin-tray@2.0.1
- @projectstorm/react-workspaces-model-floating-window@2.0.1
- @projectstorm/react-workspaces-behavior-divider[email protected]
- @projectstorm/react-workspaces-behavior-resize@2.0.1
- @projectstorm/react-workspaces-defaults@2.0.1
- @projectstorm/react-workspaces-model-tabs@2.0.1

## null

### Patch Changes

- Updated dependencies [d3f7427]
- @projectstorm/react-workspaces-behavior-divider[email protected]
- @projectstorm/react-workspaces-behavior-panel[email protected]
Expand Down
9 changes: 9 additions & 0 deletions example-project-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @projectstorm/react-workspaces-demo

## 2.0.1

### Patch Changes

- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1
- @projectstorm/react-workspaces-behavior-resize@2.0.1

## 2.0.0

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

## 2.0.1

### Patch Changes

- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1

## 2.0.0

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

## 2.0.1

### Patch Changes

- be7d88c: - Added serialization to the various models
- Improved the defaults of the transform zone functions
- some consistency things
- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1

## 2.0.0

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

## 2.0.1

### Patch Changes

- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1

## 2.0.0

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

## 2.0.1

### Patch Changes

- 48951aa: Padding on the root widget will now work correctly with all descendant widgets
- be7d88c: - Added serialization to the various models
- Improved the defaults of the transform zone functions
- some consistency things

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

## 2.0.1

### Patch Changes

- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1
- @projectstorm/react-workspaces-model-tray@2.0.1
- @projectstorm/react-workspaces-model-floating-window@2.0.1
- @projectstorm/react-workspaces-model-tabs@2.0.1

## 2.0.0

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

## 2.0.1

### Patch Changes

- be7d88c: - Added serialization to the various models
- Improved the defaults of the transform zone functions
- some consistency things
- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1
- @projectstorm/react-workspaces-behavior-panel[email protected]
- @projectstorm/react-workspaces-model-tabs@2.0.1

## 2.0.0

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

## 2.0.1

### Patch Changes

- be7d88c: - Added serialization to the various models
- Improved the defaults of the transform zone functions
- some consistency things
- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1
- @projectstorm/react-workspaces-model-tray@2.0.1
- @projectstorm/react-workspaces-behavior-panel[email protected]

## 2.0.0

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

## 2.0.1

### Patch Changes

- be7d88c: - Added serialization to the various models
- Improved the defaults of the transform zone functions
- some consistency things
- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1

## 2.0.0

### Major 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.0.0",
"version": "2.0.1",
"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-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @projectstorm/react-workspaces-model-tabs

## 2.0.1

### Patch Changes

- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1

## 2.0.0

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

## 2.0.1

### Patch Changes

- 48951aa: Padding on the root widget will now work correctly with all descendant widgets
- be7d88c: - Added serialization to the various models
- Improved the defaults of the transform zone functions
- some consistency things
- Updated dependencies [48951aa]
- Updated dependencies [be7d88c]
- @projectstorm/react-workspaces-core@2.0.1
- @projectstorm/react-workspaces-model-floating-window@2.0.1

## 2.0.0

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

0 comments on commit adda5a1

Please sign in to comment.