diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 17b4b35..5e29549 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,6 +1,13 @@ # @pixinsight/core +## 0.0.2 + +### Patch Changes + +- c064641: Improved types + ## 0.0.1 + ### Patch Changes - First published version diff --git a/packages/core/package.json b/packages/core/package.json index 1cff3a6..e27f41b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d7c9675..1589812 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 5153393..3f33d6a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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" diff --git a/packages/sandbox-script/CHANGELOG.md b/packages/sandbox-script/CHANGELOG.md index e9d910a..f49e710 100644 --- a/packages/sandbox-script/CHANGELOG.md +++ b/packages/sandbox-script/CHANGELOG.md @@ -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 diff --git a/packages/sandbox-script/package.json b/packages/sandbox-script/package.json index 7f42b72..a1d68a0 100644 --- a/packages/sandbox-script/package.json +++ b/packages/sandbox-script/package.json @@ -1,7 +1,7 @@ { "name": "sandbox-script", "private": "true", - "version": "0.0.1", + "version": "0.0.2", "main": "index.js", "license": "MIT", "scripts": { @@ -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", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index bd579af..996a4ef 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/package.json b/packages/ui/package.json index 1eef21e..cb51e94 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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" } }