Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Feb 4, 2021
1 parent e161a9b commit 8823716
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 9 deletions.
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @pixinsight/core

## 0.0.2

### Patch Changes

- c064641: Improved types

## 0.0.1

### Patch Changes

- First published version
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": "@pixinsight/core",
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/index.js",
"module": "es/index.js",
"license": "MIT"
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# @pixinsight/react

## 0.0.2

### Patch Changes

- c064641: Improved remove of nested controls
- Updated dependencies [c064641]
- @pixinsight/core@0.0.2

## 0.0.1

### Patch Changes

- First published version
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@pixinsight/react",
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/index.js",
"module": "es/index.js",
"license": "MIT",
"dependencies": {
"@pixinsight/core": "^0.0.1",
"@pixinsight/core": "^0.0.2",
"core-js": "3",
"react": "^17.0.1",
"react-reconciler": "^0.26.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/sandbox-script/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# sandbox-script

## 0.0.2

### Patch Changes

- Updated dependencies [c064641]
- Updated dependencies [c064641]
- @pixinsight/core@0.0.2
- @pixinsight/react@0.0.2
- @pixinsight/ui@0.0.2

## 0.0.1

### Patch Changes

- First published version
Expand Down
8 changes: 4 additions & 4 deletions packages/sandbox-script/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sandbox-script",
"private": "true",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -18,9 +18,9 @@
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"@pixinsight/ui": "^0.0.1",
"@pixinsight/core": "^0.0.1",
"@pixinsight/react": "^0.0.1",
"@pixinsight/ui": "^0.0.2",
"@pixinsight/core": "^0.0.2",
"@pixinsight/react": "^0.0.2",
"react": "^17.0.1",
"ts-loader": "^8.0.14",
"webpack": "^5.16.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# @pixinsight/ui

## 0.0.2

### Patch Changes

- Updated dependencies [c064641]
- @pixinsight/core@0.0.2

## 0.0.1

### Patch Changes

- First published version
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@pixinsight/ui",
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/index.js",
"module": "es/index.js",
"license": "MIT",
"dependencies": {
"@pixinsight/core": "^0.0.1",
"@pixinsight/core": "^0.0.2",
"react": "^17.0.1"
}
}

0 comments on commit 8823716

Please sign in to comment.