diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b7bf3ef..5451f039d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Bug Fixes + +* jsxTree nodes collapse/expand ([9a153e1](https://github.com/ccontrols/component-controls/commit/9a153e15ed6f79da9be09c039957145fa439d561)) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) diff --git a/core/config/CHANGELOG.md b/core/config/CHANGELOG.md index 0519606d1..5a721a449 100644 --- a/core/config/CHANGELOG.md +++ b/core/config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/config diff --git a/core/config/package.json b/core/config/package.json index 72994a9f5..df7fa18bb 100644 --- a/core/config/package.json +++ b/core/config/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/config", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls configuration reading utilities", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,7 +30,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^1.43.0", + "@component-controls/core": "^1.44.0", "esm": "^3.2.25", "glob": "^7.1.6", "glob-base": "^0.3.0", diff --git a/core/core/CHANGELOG.md b/core/core/CHANGELOG.md index f048535f6..36c150275 100644 --- a/core/core/CHANGELOG.md +++ b/core/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) diff --git a/core/core/package.json b/core/core/package.json index 0d867630b..b98a3915d 100644 --- a/core/core/package.json +++ b/core/core/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/core", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls core types and utility functions", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/core/instrument/CHANGELOG.md b/core/instrument/CHANGELOG.md index 631b02824..bc5d15b01 100644 --- a/core/instrument/CHANGELOG.md +++ b/core/instrument/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) diff --git a/core/instrument/package.json b/core/instrument/package.json index 93f41bc6c..2c260cedb 100644 --- a/core/instrument/package.json +++ b/core/instrument/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/instrument", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls instrumentation library", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -33,7 +33,7 @@ "@babel/generator": "^7.12.5", "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", - "@component-controls/core": "^1.43.0", + "@component-controls/core": "^1.44.0", "@hutson/parse-repository-url": "^5.0.0", "@mdx-js/loader": "^1.5.5", "@mdx-js/react": "^1.6.5", diff --git a/core/loader/CHANGELOG.md b/core/loader/CHANGELOG.md index 36a2e6ba0..d07f9c0b9 100644 --- a/core/loader/CHANGELOG.md +++ b/core/loader/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package @component-controls/loader + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/loader diff --git a/core/loader/package.json b/core/loader/package.json index 5d02d99c7..073e5be6c 100644 --- a/core/loader/package.json +++ b/core/loader/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/loader", - "version": "1.43.0", + "version": "1.44.0", "description": "Webpack loader for component controls instrumentation", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -35,9 +35,9 @@ }, "license": "MIT", "dependencies": { - "@component-controls/config": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/instrument": "^1.43.0", + "@component-controls/config": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/instrument": "^1.44.0", "@component-controls/logger": "^1.37.0", "js-string-escape": "^1.0.1", "loader-utils": "^1.2.3", diff --git a/core/render/CHANGELOG.md b/core/render/CHANGELOG.md index 284dfe6e0..32906faeb 100644 --- a/core/render/CHANGELOG.md +++ b/core/render/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package @component-controls/render + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/render diff --git a/core/render/package.json b/core/render/package.json index 33e96b4a2..d432a9cb5 100644 --- a/core/render/package.json +++ b/core/render/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/render", - "version": "1.43.0", + "version": "1.44.0", "description": "framework render functions", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -32,7 +32,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^1.43.0" + "@component-controls/core": "^1.44.0" }, "devDependencies": { "@component-controls/ts-markdown-docs": "^1.37.0", diff --git a/core/store/CHANGELOG.md b/core/store/CHANGELOG.md index ca81f358c..8e0ad3b18 100644 --- a/core/store/CHANGELOG.md +++ b/core/store/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package @component-controls/store + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) diff --git a/core/store/package.json b/core/store/package.json index 91a0cf48d..6659f4bf5 100644 --- a/core/store/package.json +++ b/core/store/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/store", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls shared store", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -38,9 +38,9 @@ "license": "MIT", "dependencies": { "@analytics/google-analytics": "^0.4.0", - "@component-controls/core": "^1.43.0", - "@component-controls/loader": "^1.43.0", - "@component-controls/render": "^1.43.0", + "@component-controls/core": "^1.44.0", + "@component-controls/loader": "^1.44.0", + "@component-controls/render": "^1.44.0", "analytics": "^0.5.2", "broadcast-channel": "^3.1.0", "recoil": "^0.0.10", diff --git a/core/webpack-compile/CHANGELOG.md b/core/webpack-compile/CHANGELOG.md index 2c3fa2da0..476342d8d 100644 --- a/core/webpack-compile/CHANGELOG.md +++ b/core/webpack-compile/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/webpack-compile diff --git a/core/webpack-compile/package.json b/core/webpack-compile/package.json index f08772c19..efc7658d8 100644 --- a/core/webpack-compile/package.json +++ b/core/webpack-compile/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/webpack-compile", - "version": "1.43.0", + "version": "1.44.0", "description": "Webpack compile api", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -37,10 +37,10 @@ }, "license": "MIT", "dependencies": { - "@component-controls/config": "^1.43.0", - "@component-controls/loader": "^1.43.0", + "@component-controls/config": "^1.44.0", + "@component-controls/loader": "^1.44.0", "@component-controls/logger": "^1.37.0", - "@component-controls/webpack-configs": "^1.43.0", + "@component-controls/webpack-configs": "^1.44.0", "memory-fs": "^0.5.0", "typescript": "^4.0.5", "webpack": "^4.43.0", diff --git a/core/webpack-configs/CHANGELOG.md b/core/webpack-configs/CHANGELOG.md index 7283ba1f6..61803af9f 100644 --- a/core/webpack-configs/CHANGELOG.md +++ b/core/webpack-configs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package @component-controls/webpack-configs + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/webpack-configs diff --git a/core/webpack-configs/package.json b/core/webpack-configs/package.json index 660b0ede9..d3f911da7 100644 --- a/core/webpack-configs/package.json +++ b/core/webpack-configs/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/webpack-configs", - "version": "1.43.0", + "version": "1.44.0", "description": "Webpack preset configurations", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,11 +30,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/instrument": "^1.43.0", + "@component-controls/instrument": "^1.44.0", "@component-controls/logger": "^1.37.0", - "@component-controls/react-docgen-info": "^1.43.0", - "@component-controls/react-docgen-typescript-info": "^1.43.0", - "@component-controls/store": "^1.43.0", + "@component-controls/react-docgen-info": "^1.44.0", + "@component-controls/react-docgen-typescript-info": "^1.44.0", + "@component-controls/store": "^1.44.0", "babel-loader": "^8.0.6", "babel-preset-react-app": "^9.0.0", "core-js": "^3.7.0", diff --git a/examples/custom-pages-storybook-5/CHANGELOG.md b/examples/custom-pages-storybook-5/CHANGELOG.md index fe183b21f..a5650af28 100644 --- a/examples/custom-pages-storybook-5/CHANGELOG.md +++ b/examples/custom-pages-storybook-5/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package custom-pages-storybook-5 + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package custom-pages-storybook-5 diff --git a/examples/custom-pages-storybook-5/package.json b/examples/custom-pages-storybook-5/package.json index 80a49ec92..f49a9473f 100644 --- a/examples/custom-pages-storybook-5/package.json +++ b/examples/custom-pages-storybook-5/package.json @@ -1,7 +1,7 @@ { "name": "custom-pages-storybook-5", "private": true, - "version": "1.43.0", + "version": "1.44.0", "main": "index.js", "license": "MIT", "scripts": { @@ -18,7 +18,7 @@ "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/preset-react": "^7.9.4", - "@component-controls/storybook": "^1.43.0", + "@component-controls/storybook": "^1.44.0", "@component-controls/storybook-custom-docs": "^1.41.1", "@storybook/addon-docs": "^5.3.18", "@storybook/api": "^5.3.18", diff --git a/examples/custom-pages-storybook-6/CHANGELOG.md b/examples/custom-pages-storybook-6/CHANGELOG.md index 007887e94..47e0f24a3 100644 --- a/examples/custom-pages-storybook-6/CHANGELOG.md +++ b/examples/custom-pages-storybook-6/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package custom-pages-storybook-6 + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package custom-pages-storybook-6 diff --git a/examples/custom-pages-storybook-6/package.json b/examples/custom-pages-storybook-6/package.json index 1fe985bec..7e9ef38a7 100644 --- a/examples/custom-pages-storybook-6/package.json +++ b/examples/custom-pages-storybook-6/package.json @@ -1,7 +1,7 @@ { "name": "custom-pages-storybook-6", "private": true, - "version": "1.43.0", + "version": "1.44.0", "main": "index.js", "license": "MIT", "scripts": { @@ -18,7 +18,7 @@ "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/preset-react": "^7.9.4", - "@component-controls/storybook": "^1.43.0", + "@component-controls/storybook": "^1.44.0", "@component-controls/storybook-custom-docs": "^1.41.1", "@storybook/addon-docs": "^6.1.3", "@storybook/client-api": "^6.1.3", diff --git a/examples/docz-migration/CHANGELOG.md b/examples/docz-migration/CHANGELOG.md index 19834224d..50a2253bf 100644 --- a/examples/docz-migration/CHANGELOG.md +++ b/examples/docz-migration/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package docz-migration-component-controls diff --git a/examples/docz-migration/package.json b/examples/docz-migration/package.json index 30be3dc84..9b667a60a 100644 --- a/examples/docz-migration/package.json +++ b/examples/docz-migration/package.json @@ -2,7 +2,7 @@ "name": "docz-migration-component-controls", "private": true, "author": "Atanas Stoyanov", - "version": "1.43.0", + "version": "1.44.0", "description": "Docz migration to component-controls", "license": "MIT", "keywords": [ @@ -18,7 +18,7 @@ }, "main": "index.js", "dependencies": { - "@component-controls/gatsby-theme-stories": "^1.43.0", + "@component-controls/gatsby-theme-stories": "^1.44.0", "docz": "latest", "gatsby": "^2.27.4", "prop-types": "^15.7.2", diff --git a/examples/gatsby/CHANGELOG.md b/examples/gatsby/CHANGELOG.md index 979caa588..61bc2e15e 100644 --- a/examples/gatsby/CHANGELOG.md +++ b/examples/gatsby/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package component-controls-gatsby-starter diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 1adfa0376..20fe11dcf 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "component-controls-gatsby-starter", "private": true, - "version": "1.43.0", + "version": "1.44.0", "main": "index.js", "license": "MIT", "scripts": { @@ -14,11 +14,11 @@ "directory": "examples/gatsby" }, "dependencies": { - "@component-controls/axe-plugin": "^1.43.0", - "@component-controls/blocks": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/gatsby-theme-stories": "^1.43.0", - "@component-controls/viewport-plugin": "^1.43.0", + "@component-controls/axe-plugin": "^1.44.0", + "@component-controls/blocks": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/gatsby-theme-stories": "^1.44.0", + "@component-controls/viewport-plugin": "^1.44.0", "@theme-ui/presets": "^0.4.0-rc.1", "gatsby": "^2.27.4", "react": "^16.13.1", diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index f9baa6ab7..1f9e928de 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package component-controls-nextjs-starter + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package component-controls-nextjs-starter diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 25028b8ac..a264fda99 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "component-controls-nextjs-starter", "private": true, - "version": "1.43.0", + "version": "1.44.0", "main": "index.js", "license": "MIT", "scripts": { @@ -16,11 +16,11 @@ "directory": "examples/nextjs" }, "dependencies": { - "@component-controls/axe-plugin": "^1.43.0", - "@component-controls/blocks": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/nextjs-plugin": "^1.43.0", - "@component-controls/viewport-plugin": "^1.43.0", + "@component-controls/axe-plugin": "^1.44.0", + "@component-controls/blocks": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/nextjs-plugin": "^1.44.0", + "@component-controls/viewport-plugin": "^1.44.0", "@emotion/core": "^10.0.27", "@theme-ui/presets": "^0.4.0-rc.1", "emotion": "^10.0.27", diff --git a/examples/simple/CHANGELOG.md b/examples/simple/CHANGELOG.md index 16bd0fbd7..0640025aa 100644 --- a/examples/simple/CHANGELOG.md +++ b/examples/simple/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/atanasster/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/atanasster/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/atanasster/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package component-controls-simple diff --git a/examples/simple/package.json b/examples/simple/package.json index 1e3d83fec..3846e619b 100644 --- a/examples/simple/package.json +++ b/examples/simple/package.json @@ -2,7 +2,7 @@ "name": "component-controls-simple", "description": "component-controls example with css styles", "private": true, - "version": "1.43.0", + "version": "1.44.0", "main": "index.js", "license": "MIT", "scripts": { @@ -12,7 +12,7 @@ "start-next": "next -p 9031" }, "dependencies": { - "@component-controls/gatsby-theme-stories": "^1.43.0", + "@component-controls/gatsby-theme-stories": "^1.44.0", "@emotion/core": "^10.0.27", "emotion": "^10.0.27", "emotion-server": "^10.0.27", diff --git a/examples/starter/CHANGELOG.md b/examples/starter/CHANGELOG.md index 629e29417..e2c86500d 100644 --- a/examples/starter/CHANGELOG.md +++ b/examples/starter/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/atanasster/gatsby-controls-starter/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/atanasster/gatsby-controls-starter/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/atanasster/gatsby-controls-starter/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package component-controls-starter diff --git a/examples/starter/package.json b/examples/starter/package.json index 5ccce65c0..901ccf80d 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -2,7 +2,7 @@ "name": "component-controls-starter", "description": "component-controls starter - works with gatsby and nextjs", "private": true, - "version": "1.43.0", + "version": "1.44.0", "main": "index.js", "license": "MIT", "scripts": { @@ -17,12 +17,12 @@ "url": "https://github.com/atanasster/gatsby-controls-starter.git" }, "dependencies": { - "@component-controls/axe-plugin": "^1.43.0", - "@component-controls/blocks": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/gatsby-theme-stories": "^1.43.0", - "@component-controls/nextjs-plugin": "^1.43.0", - "@component-controls/viewport-plugin": "^1.43.0", + "@component-controls/axe-plugin": "^1.44.0", + "@component-controls/blocks": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/gatsby-theme-stories": "^1.44.0", + "@component-controls/nextjs-plugin": "^1.44.0", + "@component-controls/viewport-plugin": "^1.44.0", "@emotion/core": "^10.0.27", "emotion": "^10.0.27", "emotion-server": "^10.0.27", diff --git a/examples/storybook-6-no-docs/CHANGELOG.md b/examples/storybook-6-no-docs/CHANGELOG.md index 3a3259bcc..6c7e4a2f0 100644 --- a/examples/storybook-6-no-docs/CHANGELOG.md +++ b/examples/storybook-6-no-docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package component-controls-storybook-6-no-docs + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package component-controls-storybook-6-no-docs diff --git a/examples/storybook-6-no-docs/package.json b/examples/storybook-6-no-docs/package.json index d089a2515..938546faf 100644 --- a/examples/storybook-6-no-docs/package.json +++ b/examples/storybook-6-no-docs/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.43.0", + "version": "1.44.0", "name": "component-controls-storybook-6-no-docs", "license": "MIT", "scripts": { @@ -8,12 +8,12 @@ "build-sample": "rm -rf node_modules/.cache/storybook && build-storybook -c .storybook -o ./public" }, "dependencies": { - "@component-controls/axe-plugin": "^1.43.0", - "@component-controls/blocks": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/store": "^1.43.0", - "@component-controls/storybook": "^1.43.0", - "@component-controls/viewport-plugin": "^1.43.0", + "@component-controls/axe-plugin": "^1.44.0", + "@component-controls/blocks": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/store": "^1.44.0", + "@component-controls/storybook": "^1.44.0", + "@component-controls/viewport-plugin": "^1.44.0", "@storybook/react": "^6.1.3", "babel-loader": "^8.0.6", "babel-preset-react-app": "^9.0.0", diff --git a/examples/storybook-6/CHANGELOG.md b/examples/storybook-6/CHANGELOG.md index 5f96c0a6f..7ed01a639 100644 --- a/examples/storybook-6/CHANGELOG.md +++ b/examples/storybook-6/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package component-controls-storybook-6 + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package component-controls-storybook-6 diff --git a/examples/storybook-6/package.json b/examples/storybook-6/package.json index 25625f90e..51f291c5d 100644 --- a/examples/storybook-6/package.json +++ b/examples/storybook-6/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.43.0", + "version": "1.44.0", "name": "component-controls-storybook-6", "license": "MIT", "scripts": { @@ -8,12 +8,12 @@ "build-sample": "build-storybook -c .storybook -o ./public" }, "dependencies": { - "@component-controls/axe-plugin": "^1.43.0", - "@component-controls/blocks": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/store": "^1.43.0", - "@component-controls/storybook": "^1.43.0", - "@component-controls/viewport-plugin": "^1.43.0", + "@component-controls/axe-plugin": "^1.44.0", + "@component-controls/blocks": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/store": "^1.44.0", + "@component-controls/storybook": "^1.44.0", + "@component-controls/viewport-plugin": "^1.44.0", "@storybook/addon-docs": "^6.1.3", "@storybook/react": "^6.1.3", "babel-loader": "^8.0.6", diff --git a/integrations/gatsby-theme-stories/CHANGELOG.md b/integrations/gatsby-theme-stories/CHANGELOG.md index 5ca2ef3be..cba158700 100644 --- a/integrations/gatsby-theme-stories/CHANGELOG.md +++ b/integrations/gatsby-theme-stories/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/gatsby-theme-stories diff --git a/integrations/gatsby-theme-stories/package.json b/integrations/gatsby-theme-stories/package.json index 294ac0149..cf0713794 100644 --- a/integrations/gatsby-theme-stories/package.json +++ b/integrations/gatsby-theme-stories/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/gatsby-theme-stories", - "version": "1.43.0", + "version": "1.44.0", "description": "Gatsby theme to create stories documentation sites", "keywords": [ "story", @@ -38,11 +38,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/app": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/pages": "^1.43.0", - "@component-controls/webpack-compile": "^1.43.0", - "@component-controls/webpack-configs": "^1.43.0", + "@component-controls/app": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/pages": "^1.44.0", + "@component-controls/webpack-compile": "^1.44.0", + "@component-controls/webpack-configs": "^1.44.0", "gatsby-plugin-theme-ui": "^0.3.0", "gatsby-plugin-typescript": "^2.4.24", "react-helmet": "^6.0.0", diff --git a/integrations/nextjs-plugin/CHANGELOG.md b/integrations/nextjs-plugin/CHANGELOG.md index 173f985b7..a771676ac 100644 --- a/integrations/nextjs-plugin/CHANGELOG.md +++ b/integrations/nextjs-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package @component-controls/nextjs-plugin + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/nextjs-plugin diff --git a/integrations/nextjs-plugin/package.json b/integrations/nextjs-plugin/package.json index 7b51039e3..2cfcfa7c0 100644 --- a/integrations/nextjs-plugin/package.json +++ b/integrations/nextjs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/nextjs-plugin", - "version": "1.43.0", + "version": "1.44.0", "description": "Nextjs plugin to create stories documentation sites", "keywords": [ "story", @@ -36,9 +36,9 @@ }, "license": "MIT", "dependencies": { - "@component-controls/app": "^1.43.0", - "@component-controls/webpack-compile": "^1.43.0", - "@component-controls/webpack-configs": "^1.43.0", + "@component-controls/app": "^1.44.0", + "@component-controls/webpack-compile": "^1.44.0", + "@component-controls/webpack-configs": "^1.44.0", "next": "^9.5.0" }, "devDependencies": { diff --git a/integrations/storybook/CHANGELOG.md b/integrations/storybook/CHANGELOG.md index 62005c9a9..f6d49ea2b 100644 --- a/integrations/storybook/CHANGELOG.md +++ b/integrations/storybook/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package @component-controls/storybook + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/storybook diff --git a/integrations/storybook/package.json b/integrations/storybook/package.json index 23b171282..c0fc770d6 100644 --- a/integrations/storybook/package.json +++ b/integrations/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/storybook", - "version": "1.43.0", + "version": "1.44.0", "description": "Storybook Addon For live editing of component controls", "keywords": [ "addon", @@ -38,14 +38,14 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.43.0", - "@component-controls/components": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/loader": "^1.43.0", - "@component-controls/pages": "^1.43.0", - "@component-controls/store": "^1.43.0", + "@component-controls/blocks": "^1.44.0", + "@component-controls/components": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/loader": "^1.44.0", + "@component-controls/pages": "^1.44.0", + "@component-controls/store": "^1.44.0", "@component-controls/storybook-custom-docs": "^1.41.1", - "@component-controls/webpack-configs": "^1.43.0", + "@component-controls/webpack-configs": "^1.44.0", "broadcast-channel": "^3.1.0", "deepmerge": "^4.2.2", "global": "^4.3.2", diff --git a/lerna.json b/lerna.json index 3cb0d0c4e..9f5242557 100644 --- a/lerna.json +++ b/lerna.json @@ -8,7 +8,7 @@ "props-info/**/*", "ui/**/*" ], - "version": "1.43.0", + "version": "1.44.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/plugins/axe-plugin/CHANGELOG.md b/plugins/axe-plugin/CHANGELOG.md index 39f6f51b6..f0c9cd17e 100644 --- a/plugins/axe-plugin/CHANGELOG.md +++ b/plugins/axe-plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/axe-plugin diff --git a/plugins/axe-plugin/package.json b/plugins/axe-plugin/package.json index 226ad6641..cac005067 100644 --- a/plugins/axe-plugin/package.json +++ b/plugins/axe-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/axe-plugin", - "version": "1.43.0", + "version": "1.44.0", "description": "Axe ally testing plugin", "keywords": [ "addon", @@ -35,17 +35,17 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.43.0", - "@component-controls/components": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/store": "^1.43.0", + "@component-controls/blocks": "^1.44.0", + "@component-controls/components": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/store": "^1.44.0", "@emotion/styled": "^10.0.27", "@primer/octicons-react": "^10.0.0", "axe-core": "^3.5.3", "react-google-charts": "^3.0.15" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.43.0", + "@component-controls/jest-snapshots": "^1.44.0", "@component-controls/ts-markdown-docs": "^1.37.0", "@types/react": "^16.9.34", "@types/recoil": "^0.0.1", diff --git a/plugins/jest-snapshots/CHANGELOG.md b/plugins/jest-snapshots/CHANGELOG.md index 6c8da34c3..dea544789 100644 --- a/plugins/jest-snapshots/CHANGELOG.md +++ b/plugins/jest-snapshots/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package @component-controls/jest-snapshots + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/jest-snapshots diff --git a/plugins/jest-snapshots/package.json b/plugins/jest-snapshots/package.json index 2379ab7eb..3a1761c8b 100644 --- a/plugins/jest-snapshots/package.json +++ b/plugins/jest-snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/jest-snapshots", - "version": "1.43.0", + "version": "1.44.0", "description": "Viewport plugin", "keywords": [ "addon", @@ -43,9 +43,9 @@ "cc-jest": "./bin/index.js" }, "dependencies": { - "@component-controls/store": "^1.43.0", - "@component-controls/webpack-compile": "^1.43.0", - "@component-controls/webpack-configs": "^1.43.0", + "@component-controls/store": "^1.44.0", + "@component-controls/webpack-compile": "^1.44.0", + "@component-controls/webpack-configs": "^1.44.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^10.4.9", "enzyme": "^3.11.0", diff --git a/plugins/viewport-plugin/CHANGELOG.md b/plugins/viewport-plugin/CHANGELOG.md index e2519c79d..e68f62ba3 100644 --- a/plugins/viewport-plugin/CHANGELOG.md +++ b/plugins/viewport-plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/viewport-plugin diff --git a/plugins/viewport-plugin/package.json b/plugins/viewport-plugin/package.json index 39e2d343d..6b13750ff 100644 --- a/plugins/viewport-plugin/package.json +++ b/plugins/viewport-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/viewport-plugin", - "version": "1.43.0", + "version": "1.44.0", "description": "Viewport plugin", "keywords": [ "addon", @@ -34,11 +34,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.43.0", - "@component-controls/components": "^1.43.0" + "@component-controls/blocks": "^1.44.0", + "@component-controls/components": "^1.44.0" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.43.0", + "@component-controls/jest-snapshots": "^1.44.0", "@types/react": "^16.9.34", "react": "^16.12.0", "theme-ui": "^0.4.0-rc.1", diff --git a/props-info/react-docgen-typescript/CHANGELOG.md b/props-info/react-docgen-typescript/CHANGELOG.md index d767bac0f..0f5906340 100644 --- a/props-info/react-docgen-typescript/CHANGELOG.md +++ b/props-info/react-docgen-typescript/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/react-docgen-typescript-info diff --git a/props-info/react-docgen-typescript/package.json b/props-info/react-docgen-typescript/package.json index 57b495861..ed5526f78 100644 --- a/props-info/react-docgen-typescript/package.json +++ b/props-info/react-docgen-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/react-docgen-typescript-info", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls react-docgen-typescript props info loader", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,7 +30,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^1.43.0", + "@component-controls/core": "^1.44.0", "react-docgen-typescript": "^1.20.5" }, "devDependencies": { diff --git a/props-info/react-docgen/CHANGELOG.md b/props-info/react-docgen/CHANGELOG.md index 9ebf807b3..5547a50c2 100644 --- a/props-info/react-docgen/CHANGELOG.md +++ b/props-info/react-docgen/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + +**Note:** Version bump only for package @component-controls/react-docgen-info + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/react-docgen-info diff --git a/props-info/react-docgen/package.json b/props-info/react-docgen/package.json index e7323fd65..ac7fbfe59 100644 --- a/props-info/react-docgen/package.json +++ b/props-info/react-docgen/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/react-docgen-info", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls react-docgen props info loader", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,7 +30,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^1.43.0", + "@component-controls/core": "^1.44.0", "react-docgen": "^5.3.0" }, "devDependencies": { diff --git a/ui/app/CHANGELOG.md b/ui/app/CHANGELOG.md index 3a4d28810..e3d54af63 100644 --- a/ui/app/CHANGELOG.md +++ b/ui/app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/app diff --git a/ui/app/package.json b/ui/app/package.json index 4667dc49f..7a14faa11 100644 --- a/ui/app/package.json +++ b/ui/app/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/app", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls standalone application.", "sideEffects": false, "main": "dist/index.js", @@ -31,15 +31,15 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.43.0", - "@component-controls/components": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/pages": "^1.43.0", - "@component-controls/store": "^1.43.0", + "@component-controls/blocks": "^1.44.0", + "@component-controls/components": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/pages": "^1.44.0", + "@component-controls/store": "^1.44.0", "query-string": "^6.13.5" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.43.0", + "@component-controls/jest-snapshots": "^1.44.0", "@component-controls/ts-markdown-docs": "^1.37.0", "@types/query-string": "^6.3.0", "@types/react": "^16.9.34", diff --git a/ui/blocks/CHANGELOG.md b/ui/blocks/CHANGELOG.md index ab31e0618..0e9797779 100644 --- a/ui/blocks/CHANGELOG.md +++ b/ui/blocks/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Bug Fixes + +* jsxTree nodes collapse/expand ([9a153e1](https://github.com/ccontrols/component-controls/commit/9a153e15ed6f79da9be09c039957145fa439d561)) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) diff --git a/ui/blocks/package.json b/ui/blocks/package.json index 1c3a981c5..b67a7ceb7 100644 --- a/ui/blocks/package.json +++ b/ui/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/blocks", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls core documentation blocks.", "sideEffects": false, "main": "dist/index.js", @@ -31,11 +31,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/editors": "^1.43.0", - "@component-controls/render": "^1.43.0", - "@component-controls/store": "^1.43.0", + "@component-controls/components": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/editors": "^1.44.0", + "@component-controls/render": "^1.44.0", + "@component-controls/store": "^1.44.0", "@theme-ui/css": "^0.4.0-rc.1", "copy-to-clipboard": "^3.2.1", "fuse.js": "^6.4.1", @@ -49,7 +49,7 @@ "theme-ui": "^0.4.0-rc.1" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.43.0", + "@component-controls/jest-snapshots": "^1.44.0", "@component-controls/ts-markdown-docs": "^1.37.0", "@primer/octicons-react": "^10.0.0", "@theme-ui/presets": "^0.3.0", diff --git a/ui/components/CHANGELOG.md b/ui/components/CHANGELOG.md index 68c24bbf7..d67dae517 100644 --- a/ui/components/CHANGELOG.md +++ b/ui/components/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Bug Fixes + +* jsxTree nodes collapse/expand ([9a153e1](https://github.com/ccontrols/component-controls/commit/9a153e15ed6f79da9be09c039957145fa439d561)) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/components diff --git a/ui/components/package.json b/ui/components/package.json index ec70c7df0..1111e669b 100644 --- a/ui/components/package.json +++ b/ui/components/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/components", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls commonly used UI components.", "sideEffects": false, "main": "dist/index.js", @@ -49,7 +49,7 @@ "theme-ui": "^0.4.0-rc.1" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.43.0", + "@component-controls/jest-snapshots": "^1.44.0", "@component-controls/ts-markdown-docs": "^1.37.0", "@theme-ui/css": "^0.4.0-rc.1", "@types/markdown-to-jsx": "^6.11.0", diff --git a/ui/design-tokens/CHANGELOG.md b/ui/design-tokens/CHANGELOG.md index d34cfa6c0..f453e5617 100644 --- a/ui/design-tokens/CHANGELOG.md +++ b/ui/design-tokens/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/design-tokens diff --git a/ui/design-tokens/package.json b/ui/design-tokens/package.json index 492145c24..c9e466c0e 100644 --- a/ui/design-tokens/package.json +++ b/ui/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/design-tokens", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls design tokens components.", "sideEffects": false, "main": "dist/index.js", @@ -31,14 +31,14 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^1.43.0", + "@component-controls/components": "^1.44.0", "copy-to-clipboard": "^3.2.1", "simple-color-converter": "^2.1.9", "tinycolor2": "^1.4.1" }, "devDependencies": { - "@component-controls/core": "^1.43.0", - "@component-controls/jest-snapshots": "^1.43.0", + "@component-controls/core": "^1.44.0", + "@component-controls/jest-snapshots": "^1.44.0", "@component-controls/ts-markdown-docs": "^1.37.0", "@primer/octicons-react": "^10.0.0", "@types/react": "^16.9.34", diff --git a/ui/editors/CHANGELOG.md b/ui/editors/CHANGELOG.md index 58d5badf7..510c8ce3b 100644 --- a/ui/editors/CHANGELOG.md +++ b/ui/editors/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) **Note:** Version bump only for package @component-controls/editors diff --git a/ui/editors/package.json b/ui/editors/package.json index 505bf3c44..509401d37 100644 --- a/ui/editors/package.json +++ b/ui/editors/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/editors", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls editors for component control values.", "sideEffects": false, "main": "dist/index.js", @@ -31,15 +31,15 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^1.43.0", - "@component-controls/core": "^1.43.0", - "@component-controls/store": "^1.43.0", + "@component-controls/components": "^1.44.0", + "@component-controls/core": "^1.44.0", + "@component-controls/store": "^1.44.0", "global": "^4.3.2", "polished": "^3.4.4", "react-colorful": "^4.4.1" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.43.0", + "@component-controls/jest-snapshots": "^1.44.0", "@component-controls/ts-markdown-docs": "^1.37.0", "@primer/octicons-react": "^10.0.0", "@types/jest": "^26.0.10", diff --git a/ui/pages/CHANGELOG.md b/ui/pages/CHANGELOG.md index 242c5e0fe..7dd7df914 100644 --- a/ui/pages/CHANGELOG.md +++ b/ui/pages/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) + + +### Features + +* component jsx explorer ([c530e29](https://github.com/ccontrols/component-controls/commit/c530e29f73414fe47ae648134385ed7b36670955)) + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) diff --git a/ui/pages/package.json b/ui/pages/package.json index 5f384f2a6..205a71644 100644 --- a/ui/pages/package.json +++ b/ui/pages/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/pages", - "version": "1.43.0", + "version": "1.44.0", "description": "Component controls pre-built documentation page templates.", "sideEffects": false, "main": "dist/index.js", @@ -31,7 +31,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.43.0" + "@component-controls/blocks": "^1.44.0" }, "devDependencies": { "@component-controls/ts-markdown-docs": "^1.37.0",