diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bdd3a2b..b17c102d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + + +### Bug Fixes + +* issue on non-existing control ([2644e16](https://github.com/ccontrols/component-controls/commit/2644e16464bb87877a0e2a562edb5afeaed22fd0)) +* issue when props are null ([f69d66d](https://github.com/ccontrols/component-controls/commit/f69d66d530294e4c7df5f3e348e24ca9d3ff888c)) + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) diff --git a/core/config/CHANGELOG.md b/core/config/CHANGELOG.md index c6e9d77cb..f18b58951 100644 --- a/core/config/CHANGELOG.md +++ b/core/config/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/config + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/config diff --git a/core/config/package.json b/core/config/package.json index 83547ebf1..6a332f286 100644 --- a/core/config/package.json +++ b/core/config/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/config", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls configuration reading utilities", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,9 +30,9 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^3.10.2", - "@component-controls/instrument": "^3.10.2", - "@component-controls/render": "^3.10.2", + "@component-controls/core": "^3.10.3", + "@component-controls/instrument": "^3.10.3", + "@component-controls/render": "^3.10.3", "glob": "^7.1.6", "glob-base": "^0.3.0", "micromatch": "^4.0.2", diff --git a/core/core/CHANGELOG.md b/core/core/CHANGELOG.md index fdde5ca78..36b37f7d8 100644 --- a/core/core/CHANGELOG.md +++ b/core/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + + +### Bug Fixes + +* issue on non-existing control ([2644e16](https://github.com/ccontrols/component-controls/commit/2644e16464bb87877a0e2a562edb5afeaed22fd0)) +* issue when props are null ([f69d66d](https://github.com/ccontrols/component-controls/commit/f69d66d530294e4c7df5f3e348e24ca9d3ff888c)) + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) diff --git a/core/core/package.json b/core/core/package.json index ac1ea3e96..c4dc47d55 100644 --- a/core/core/package.json +++ b/core/core/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/core", - "version": "3.10.2", + "version": "3.10.3", "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 f1963edc3..ab264da53 100644 --- a/core/instrument/CHANGELOG.md +++ b/core/instrument/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/instrument + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/instrument diff --git a/core/instrument/package.json b/core/instrument/package.json index 94068e0b5..31d651d96 100644 --- a/core/instrument/package.json +++ b/core/instrument/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/instrument", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls instrumentation library", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -33,8 +33,8 @@ "@babel/generator": "^7.12.5", "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", - "@component-controls/core": "^3.10.2", - "@component-controls/jest-extract": "^3.10.2", + "@component-controls/core": "^3.10.3", + "@component-controls/jest-extract": "^3.10.3", "@hutson/parse-repository-url": "^5.0.0", "@mdx-js/loader": "^1.5.5", "@mdx-js/react": "^1.6.5", diff --git a/core/jest-extract/CHANGELOG.md b/core/jest-extract/CHANGELOG.md index f518d5c45..7394afdf5 100644 --- a/core/jest-extract/CHANGELOG.md +++ b/core/jest-extract/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/jest-extract + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/jest-extract diff --git a/core/jest-extract/package.json b/core/jest-extract/package.json index 303fe1178..92e1d8f0b 100644 --- a/core/jest-extract/package.json +++ b/core/jest-extract/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/jest-extract", - "version": "3.10.2", + "version": "3.10.3", "description": "Given a test file, extracts the tests, test results and coverage data", "keywords": [ "jest", @@ -34,7 +34,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^3.10.2", + "@component-controls/core": "^3.10.3", "babel-jest": "^26.6.3", "fastq": "^1.11.0", "jest": "^26.4.2", diff --git a/core/loader/CHANGELOG.md b/core/loader/CHANGELOG.md index beadfa569..8fb9e7feb 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/loader + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/loader diff --git a/core/loader/package.json b/core/loader/package.json index e5a3a133d..4aa032ce8 100644 --- a/core/loader/package.json +++ b/core/loader/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/loader", - "version": "3.10.2", + "version": "3.10.3", "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": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/instrument": "^3.10.2", + "@component-controls/config": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/instrument": "^3.10.3", "@component-controls/logger": "^3.10.0", "js-string-escape": "^1.0.1", "loader-utils": "^2.0.0", diff --git a/core/render/CHANGELOG.md b/core/render/CHANGELOG.md index 3d7ae5a7e..8df12f642 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/render + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/render diff --git a/core/render/package.json b/core/render/package.json index 0b4369a51..03b7d9268 100644 --- a/core/render/package.json +++ b/core/render/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/render", - "version": "3.10.2", + "version": "3.10.3", "description": "framework render functions", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -32,7 +32,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^3.10.2" + "@component-controls/core": "^3.10.3" }, "devDependencies": { "@component-controls/ts-markdown-docs": "^3.8.2", diff --git a/core/routes/CHANGELOG.md b/core/routes/CHANGELOG.md index 9e097722d..07decc4d5 100644 --- a/core/routes/CHANGELOG.md +++ b/core/routes/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/routes + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/routes diff --git a/core/routes/package.json b/core/routes/package.json index b9d81ad78..75df46181 100644 --- a/core/routes/package.json +++ b/core/routes/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/routes", - "version": "3.10.2", + "version": "3.10.3", "description": "component-controls routes utilities", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,7 +30,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^3.10.2" + "@component-controls/core": "^3.10.3" }, "devDependencies": { "@component-controls/ts-markdown-docs": "^3.8.2", diff --git a/core/store/CHANGELOG.md b/core/store/CHANGELOG.md index 96f82df14..1c0bf4aa4 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/store + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/store diff --git a/core/store/package.json b/core/store/package.json index 9db965d08..517a5a27b 100644 --- a/core/store/package.json +++ b/core/store/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/store", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls shared store", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -36,10 +36,10 @@ "license": "MIT", "dependencies": { "@analytics/google-analytics": "^0.4.0", - "@component-controls/core": "^3.10.2", - "@component-controls/loader": "^3.10.2", + "@component-controls/core": "^3.10.3", + "@component-controls/loader": "^3.10.3", "@component-controls/logger": "^3.10.0", - "@component-controls/render": "^3.10.2", + "@component-controls/render": "^3.10.3", "analytics": "^0.5.2", "broadcast-channel": "^3.1.0", "path": "^0.12.7", diff --git a/core/webpack-compile/CHANGELOG.md b/core/webpack-compile/CHANGELOG.md index 62ce4679a..7eb1d79f9 100644 --- a/core/webpack-compile/CHANGELOG.md +++ b/core/webpack-compile/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/webpack-compile + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 f810a8309..15cf7ff6c 100644 --- a/core/webpack-compile/package.json +++ b/core/webpack-compile/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/webpack-compile", - "version": "3.10.2", + "version": "3.10.3", "description": "Webpack compile api", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -37,10 +37,10 @@ }, "license": "MIT", "dependencies": { - "@component-controls/config": "^3.10.2", - "@component-controls/loader": "^3.10.2", + "@component-controls/config": "^3.10.3", + "@component-controls/loader": "^3.10.3", "@component-controls/logger": "^3.10.0", - "@component-controls/webpack-configs": "^3.10.2", + "@component-controls/webpack-configs": "^3.10.3", "memory-fs": "^0.5.0", "path": "^0.12.7", "typescript": "^4.0.5", diff --git a/core/webpack-configs/CHANGELOG.md b/core/webpack-configs/CHANGELOG.md index e4315c1fd..506697ab0 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/webpack-configs + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 8c2ff33b9..d15f339d1 100644 --- a/core/webpack-configs/package.json +++ b/core/webpack-configs/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/webpack-configs", - "version": "3.10.2", + "version": "3.10.3", "description": "Webpack preset configurations", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,11 +30,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/instrument": "^3.10.2", + "@component-controls/instrument": "^3.10.3", "@component-controls/logger": "^3.10.0", - "@component-controls/react-docgen-info": "^3.10.2", - "@component-controls/react-docgen-typescript-info": "^3.10.2", - "@component-controls/store": "^3.10.2", + "@component-controls/react-docgen-info": "^3.10.3", + "@component-controls/react-docgen-typescript-info": "^3.10.3", + "@component-controls/store": "^3.10.3", "babel-loader": "^8.2.2", "babel-preset-react-app": "^10.0.0", "core-js": "^3.9.1", diff --git a/examples/custom-pages-storybook-5/CHANGELOG.md b/examples/custom-pages-storybook-5/CHANGELOG.md index cac6d02df..9dd9d2734 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package custom-pages-storybook-5 + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 4ab78a6a4..4e42fd95d 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": "3.10.2", + "version": "3.10.3", "main": "index.js", "license": "MIT", "scripts": { @@ -18,8 +18,8 @@ "@babel/core": "^7.9.0", "@babel/preset-env": "^7.13.10", "@babel/preset-react": "^7.12.13", - "@component-controls/storybook": "^3.10.2", - "@component-controls/storybook-custom-docs": "^3.10.2", + "@component-controls/storybook": "^3.10.3", + "@component-controls/storybook-custom-docs": "^3.10.3", "@storybook/addon-docs": "^5.3.18", "@storybook/api": "^5.3.18", "@storybook/client-api": "^5.3.18", diff --git a/examples/custom-pages-storybook-6/CHANGELOG.md b/examples/custom-pages-storybook-6/CHANGELOG.md index 1b2dcdfc4..c890cad0d 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package custom-pages-storybook-6 + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 b24fd4eeb..916cfe8c7 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": "3.10.2", + "version": "3.10.3", "main": "index.js", "license": "MIT", "scripts": { @@ -18,8 +18,8 @@ "@babel/core": "^7.9.0", "@babel/preset-env": "^7.13.10", "@babel/preset-react": "^7.12.13", - "@component-controls/storybook": "^3.10.2", - "@component-controls/storybook-custom-docs": "^3.10.2", + "@component-controls/storybook": "^3.10.3", + "@component-controls/storybook-custom-docs": "^3.10.3", "@storybook/addon-docs": "^6.2.0-beta.10", "@storybook/client-api": "^6.2.0-beta.10", "@storybook/react": "^6.2.0-beta.10", diff --git a/examples/docz-migration/CHANGELOG.md b/examples/docz-migration/CHANGELOG.md index a752d9e7a..608163d63 100644 --- a/examples/docz-migration/CHANGELOG.md +++ b/examples/docz-migration/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package docz-migration-component-controls + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 f8f42ca2c..6aeaf1e35 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": "3.10.2", + "version": "3.10.3", "description": "Docz migration to component-controls", "license": "MIT", "keywords": [ @@ -18,7 +18,7 @@ }, "main": "index.js", "dependencies": { - "@component-controls/gatsby-theme-stories": "^3.10.2", + "@component-controls/gatsby-theme-stories": "^3.10.3", "docz": "latest", "gatsby": "^3.0.0", "prop-types": "^15.7.2", diff --git a/examples/gatsby/CHANGELOG.md b/examples/gatsby/CHANGELOG.md index d2a51ba2f..81d53c005 100644 --- a/examples/gatsby/CHANGELOG.md +++ b/examples/gatsby/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package component-controls-gatsby-starter + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 7def5c1ad..f769c6dd6 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "component-controls-gatsby-starter", "private": true, - "version": "3.10.2", + "version": "3.10.3", "main": "index.js", "license": "MIT", "scripts": { @@ -14,11 +14,11 @@ "directory": "examples/gatsby" }, "dependencies": { - "@component-controls/addon-catalog": "^3.10.2", - "@component-controls/blocks": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/gatsby-theme-stories": "^3.10.2", - "@component-controls/pages": "^3.10.2", + "@component-controls/addon-catalog": "^3.10.3", + "@component-controls/blocks": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/gatsby-theme-stories": "^3.10.3", + "@component-controls/pages": "^3.10.3", "@theme-ui/presets": "^0.6.0-alpha.7", "gatsby": "^3.0.0", "react": "^17.0.1", diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 1477ce4c3..a4a3d5564 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package component-controls-nextjs-starter + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package component-controls-nextjs-starter diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 04d271c03..b5998990a 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "component-controls-nextjs-starter", "private": true, - "version": "3.10.2", + "version": "3.10.3", "main": "index.js", "license": "MIT", "scripts": { @@ -16,11 +16,11 @@ "directory": "examples/nextjs" }, "dependencies": { - "@component-controls/addon-catalog": "^3.10.2", - "@component-controls/blocks": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/nextjs-plugin": "^3.10.2", - "@component-controls/pages": "^3.10.2", + "@component-controls/addon-catalog": "^3.10.3", + "@component-controls/blocks": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/nextjs-plugin": "^3.10.3", + "@component-controls/pages": "^3.10.3", "@theme-ui/presets": "^0.6.0-alpha.7", "next": "^10.0.7", "react": "^17.0.1", diff --git a/examples/react-webpack-5/CHANGELOG.md b/examples/react-webpack-5/CHANGELOG.md index 1ccc12c28..499643194 100644 --- a/examples/react-webpack-5/CHANGELOG.md +++ b/examples/react-webpack-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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package component-controls-react-webpack-5-starter + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package component-controls-react-webpack-5-starter diff --git a/examples/react-webpack-5/package.json b/examples/react-webpack-5/package.json index 1186fd931..b71de14e7 100644 --- a/examples/react-webpack-5/package.json +++ b/examples/react-webpack-5/package.json @@ -1,7 +1,7 @@ { "name": "component-controls-react-webpack-5-starter", "private": true, - "version": "3.10.2", + "version": "3.10.3", "main": "index.js", "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build-sample": "cross-env NODE_OPTIONS=--max_old_space_size=20480 rm -rf public && webpack --config webpack.prod.config.ts --progress" }, "dependencies": { - "@component-controls/react-router-integration": "^3.10.2", + "@component-controls/react-router-integration": "^3.10.3", "react": "^17.0.1", "react-dom": "^17.0.1" }, diff --git a/examples/react-webpack/CHANGELOG.md b/examples/react-webpack/CHANGELOG.md index 4f1058fed..cbcc0d7af 100644 --- a/examples/react-webpack/CHANGELOG.md +++ b/examples/react-webpack/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package component-controls-react-webpack-starter + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package component-controls-react-webpack-starter diff --git a/examples/react-webpack/package.json b/examples/react-webpack/package.json index ca27cb957..570307c61 100644 --- a/examples/react-webpack/package.json +++ b/examples/react-webpack/package.json @@ -1,7 +1,7 @@ { "name": "component-controls-react-webpack-starter", "private": true, - "version": "3.10.2", + "version": "3.10.3", "main": "index.js", "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build-sample": "cross-env NODE_OPTIONS=--max_old_space_size=20480 rm -rf public && webpack --config webpack.prod.config.js --progress" }, "dependencies": { - "@component-controls/react-router-integration": "^3.10.2", + "@component-controls/react-router-integration": "^3.10.3", "react": "^17.0.1", "react-dom": "^17.0.1" }, diff --git a/examples/simple/CHANGELOG.md b/examples/simple/CHANGELOG.md index 14149c221..696f9a103 100644 --- a/examples/simple/CHANGELOG.md +++ b/examples/simple/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package component-controls-simple + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package component-controls-simple diff --git a/examples/simple/package.json b/examples/simple/package.json index eae4f8d2e..fa5565cf3 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": "3.10.2", + "version": "3.10.3", "main": "index.js", "license": "MIT", "scripts": { @@ -16,9 +16,9 @@ "test": "yarn jest" }, "dependencies": { - "@component-controls/gatsby-theme-stories": "^3.10.2", - "@component-controls/nextjs-plugin": "^3.10.2", - "@component-controls/react-router-integration": "^3.10.2", + "@component-controls/gatsby-theme-stories": "^3.10.3", + "@component-controls/nextjs-plugin": "^3.10.3", + "@component-controls/react-router-integration": "^3.10.3", "gatsby": "^3.0.0", "next": "^10.0.7", "react": "^17.0.1", diff --git a/examples/starter/CHANGELOG.md b/examples/starter/CHANGELOG.md index 5aa4aa3be..b796d7f17 100644 --- a/examples/starter/CHANGELOG.md +++ b/examples/starter/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. +## [3.10.3](https://github.com/atanasster/gatsby-controls-starter/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package component-controls-starter + + + + + ## [3.10.2](https://github.com/atanasster/gatsby-controls-starter/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package component-controls-starter diff --git a/examples/starter/package.json b/examples/starter/package.json index ecb088703..256c2ede9 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": "3.10.2", + "version": "3.10.3", "main": "index.js", "license": "MIT", "scripts": { @@ -17,8 +17,8 @@ "url": "https://github.com/atanasster/gatsby-controls-starter.git" }, "dependencies": { - "@component-controls/gatsby-theme-stories": "^3.10.2", - "@component-controls/nextjs-plugin": "^3.10.2", + "@component-controls/gatsby-theme-stories": "^3.10.3", + "@component-controls/nextjs-plugin": "^3.10.3", "gatsby": "^3.0.0", "next": "^10.0.7", "react": "^17.0.1", diff --git a/examples/storybook-6-no-docs/CHANGELOG.md b/examples/storybook-6-no-docs/CHANGELOG.md index 05faa9c16..85ef9a0c5 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package component-controls-storybook-6-no-docs + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 24dce9ca6..ca897a8a2 100644 --- a/examples/storybook-6-no-docs/package.json +++ b/examples/storybook-6-no-docs/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "3.10.2", + "version": "3.10.3", "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": "^3.10.2", - "@component-controls/blocks": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/store": "^3.10.2", - "@component-controls/storybook": "^3.10.2", - "@component-controls/viewport-plugin": "^3.10.2", + "@component-controls/axe-plugin": "^3.10.3", + "@component-controls/blocks": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/store": "^3.10.3", + "@component-controls/storybook": "^3.10.3", + "@component-controls/viewport-plugin": "^3.10.3", "@storybook/react": "^6.2.0-beta.10", "babel-loader": "^8.0.6", "babel-preset-react-app": "^10.0.0", diff --git a/examples/storybook-6/CHANGELOG.md b/examples/storybook-6/CHANGELOG.md index 939bd4c3b..efd75533c 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package component-controls-storybook-6 + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 cbae28af8..bcf475722 100644 --- a/examples/storybook-6/package.json +++ b/examples/storybook-6/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "3.10.2", + "version": "3.10.3", "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": "^3.10.2", - "@component-controls/blocks": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/store": "^3.10.2", - "@component-controls/storybook": "^3.10.2", - "@component-controls/viewport-plugin": "^3.10.2", + "@component-controls/axe-plugin": "^3.10.3", + "@component-controls/blocks": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/store": "^3.10.3", + "@component-controls/storybook": "^3.10.3", + "@component-controls/viewport-plugin": "^3.10.3", "@storybook/addon-docs": "^6.2.0-beta.10", "@storybook/react": "^6.2.0-beta.10", "babel-loader": "^8.0.6", diff --git a/integrations/base-integration/CHANGELOG.md b/integrations/base-integration/CHANGELOG.md index dc6135797..4ce89aa89 100644 --- a/integrations/base-integration/CHANGELOG.md +++ b/integrations/base-integration/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/base-integration + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/base-integration diff --git a/integrations/base-integration/package.json b/integrations/base-integration/package.json index ad488819c..6d4a2503d 100644 --- a/integrations/base-integration/package.json +++ b/integrations/base-integration/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/base-integration", - "version": "3.10.2", + "version": "3.10.3", "description": "base integration routines and components", "keywords": [ "story", @@ -38,15 +38,15 @@ }, "license": "MIT", "dependencies": { - "@component-controls/app": "^3.10.2", - "@component-controls/core": "^3.10.2", + "@component-controls/app": "^3.10.3", + "@component-controls/core": "^3.10.3", "@component-controls/logger": "^3.10.0", - "@component-controls/pages": "^3.10.2", - "@component-controls/routes": "^3.10.2", - "@component-controls/search-algolia": "^3.10.2", - "@component-controls/search-fusejs": "^3.10.2", - "@component-controls/store": "^3.10.2", - "@component-controls/webpack-compile": "^3.10.2", + "@component-controls/pages": "^3.10.3", + "@component-controls/routes": "^3.10.3", + "@component-controls/search-algolia": "^3.10.3", + "@component-controls/search-fusejs": "^3.10.3", + "@component-controls/store": "^3.10.3", + "@component-controls/webpack-compile": "^3.10.3", "@types/react-router": "^5.1.11", "@types/react-router-dom": "^5.1.7", "react": "^17.0.1", diff --git a/integrations/gatsby-theme-stories/CHANGELOG.md b/integrations/gatsby-theme-stories/CHANGELOG.md index cb50b9b28..45500aefa 100644 --- a/integrations/gatsby-theme-stories/CHANGELOG.md +++ b/integrations/gatsby-theme-stories/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/gatsby-theme-stories + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 1b8ef6ec1..cd10dc0f0 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": "3.10.2", + "version": "3.10.3", "description": "Gatsby theme to create stories documentation sites", "keywords": [ "story", @@ -38,11 +38,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/base-integration": "^3.10.2", - "@component-controls/pages": "^3.10.2", - "@component-controls/routes": "^3.10.2", - "@component-controls/search-algolia": "^3.10.2", - "@component-controls/search-fusejs": "^3.10.2", + "@component-controls/base-integration": "^3.10.3", + "@component-controls/pages": "^3.10.3", + "@component-controls/routes": "^3.10.3", + "@component-controls/search-algolia": "^3.10.3", + "@component-controls/search-fusejs": "^3.10.3", "gatsby-plugin-typescript": "^2.4.24", "react-helmet": "^6.0.0", "theme-ui": "^0.6.0-alpha.7" diff --git a/integrations/nextjs-plugin/CHANGELOG.md b/integrations/nextjs-plugin/CHANGELOG.md index 41e3cbdd6..2d256607c 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/nextjs-plugin + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 321355e3e..bd6682587 100644 --- a/integrations/nextjs-plugin/package.json +++ b/integrations/nextjs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/nextjs-plugin", - "version": "3.10.2", + "version": "3.10.3", "description": "Nextjs plugin to create stories documentation sites", "keywords": [ "story", @@ -36,11 +36,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/base-integration": "^3.10.2", - "@component-controls/pages": "^3.10.2", - "@component-controls/routes": "^3.10.2", - "@component-controls/search-algolia": "^3.10.2", - "@component-controls/search-fusejs": "^3.10.2", + "@component-controls/base-integration": "^3.10.3", + "@component-controls/pages": "^3.10.3", + "@component-controls/routes": "^3.10.3", + "@component-controls/search-algolia": "^3.10.3", + "@component-controls/search-fusejs": "^3.10.3", "@emotion/babel-plugin": "^11.0.0", "next": "^10.0.7" }, diff --git a/integrations/react-router-integration/CHANGELOG.md b/integrations/react-router-integration/CHANGELOG.md index 1519120a6..963c576a7 100644 --- a/integrations/react-router-integration/CHANGELOG.md +++ b/integrations/react-router-integration/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/react-router-integration + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/react-router-integration diff --git a/integrations/react-router-integration/package.json b/integrations/react-router-integration/package.json index eadb537e1..f1b8586ae 100644 --- a/integrations/react-router-integration/package.json +++ b/integrations/react-router-integration/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/react-router-integration", - "version": "3.10.2", + "version": "3.10.3", "description": "react-router integration to create stories documentation sites", "keywords": [ "story", @@ -36,11 +36,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/base-integration": "^3.10.2", - "@component-controls/pages": "^3.10.2", - "@component-controls/routes": "^3.10.2", - "@component-controls/search-algolia": "^3.10.2", - "@component-controls/search-fusejs": "^3.10.2", + "@component-controls/base-integration": "^3.10.3", + "@component-controls/pages": "^3.10.3", + "@component-controls/routes": "^3.10.3", + "@component-controls/search-algolia": "^3.10.3", + "@component-controls/search-fusejs": "^3.10.3", "@types/react-router": "^5.1.11", "@types/react-router-dom": "^5.1.7", "react": "^17.0.1", diff --git a/integrations/storybook/CHANGELOG.md b/integrations/storybook/CHANGELOG.md index f0619a169..6b6a84f84 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/storybook + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/storybook diff --git a/integrations/storybook/package.json b/integrations/storybook/package.json index c6dcc8bcc..1b0749b8c 100644 --- a/integrations/storybook/package.json +++ b/integrations/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/storybook", - "version": "3.10.2", + "version": "3.10.3", "description": "Storybook Addon For live editing of component controls", "keywords": [ "addon", @@ -38,15 +38,15 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/loader": "^3.10.2", - "@component-controls/pages": "^3.10.2", - "@component-controls/search-fusejs": "^3.10.2", - "@component-controls/store": "^3.10.2", - "@component-controls/storybook-custom-docs": "^3.10.2", - "@component-controls/webpack-configs": "^3.10.2", + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/loader": "^3.10.3", + "@component-controls/pages": "^3.10.3", + "@component-controls/search-fusejs": "^3.10.3", + "@component-controls/store": "^3.10.3", + "@component-controls/storybook-custom-docs": "^3.10.3", + "@component-controls/webpack-configs": "^3.10.3", "@emotion/react": "^11.1.1", "@emotion/styled": "^11.0.0", "typescript": "^4.2.4" diff --git a/lerna.json b/lerna.json index b3bb93f83..c6f94e07b 100644 --- a/lerna.json +++ b/lerna.json @@ -9,7 +9,7 @@ "search/**/*", "ui/**/*" ], - "version": "3.10.2", + "version": "3.10.3", "npmClient": "yarn", "useWorkspaces": true } diff --git a/misc/storybook-custom-docs/CHANGELOG.md b/misc/storybook-custom-docs/CHANGELOG.md index 75129080e..b2617974f 100644 --- a/misc/storybook-custom-docs/CHANGELOG.md +++ b/misc/storybook-custom-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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/storybook-custom-docs + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/storybook-custom-docs diff --git a/misc/storybook-custom-docs/package.json b/misc/storybook-custom-docs/package.json index a249799ec..dc0531e71 100644 --- a/misc/storybook-custom-docs/package.json +++ b/misc/storybook-custom-docs/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/storybook-custom-docs", - "version": "3.10.2", + "version": "3.10.3", "description": "Storybook custom docs pages", "keywords": [ "addon", @@ -35,7 +35,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^3.10.2" + "@component-controls/core": "^3.10.3" }, "devDependencies": { "@component-controls/ts-markdown-docs": "^3.8.2", diff --git a/plugins/addon-catalog/CHANGELOG.md b/plugins/addon-catalog/CHANGELOG.md index 2253eadd7..6e6fef084 100644 --- a/plugins/addon-catalog/CHANGELOG.md +++ b/plugins/addon-catalog/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/addon-catalog + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/addon-catalog diff --git a/plugins/addon-catalog/package.json b/plugins/addon-catalog/package.json index 2a5eb2ae6..233dd31e0 100644 --- a/plugins/addon-catalog/package.json +++ b/plugins/addon-catalog/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/addon-catalog", - "version": "3.10.2", + "version": "3.10.3", "description": "Component-controls addon to display a catalog of components", "keywords": [ "components", @@ -35,10 +35,10 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/store": "^3.10.2", + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/store": "^3.10.3", "timeago.js": "^4.0.2" }, "devDependencies": { diff --git a/plugins/addon-images/CHANGELOG.md b/plugins/addon-images/CHANGELOG.md index e1192763b..7ca936f85 100644 --- a/plugins/addon-images/CHANGELOG.md +++ b/plugins/addon-images/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/addon-images + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/addon-images diff --git a/plugins/addon-images/package.json b/plugins/addon-images/package.json index 1d5fe8347..9cd096eae 100644 --- a/plugins/addon-images/package.json +++ b/plugins/addon-images/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/addon-images", - "version": "3.10.2", + "version": "3.10.3", "description": "Embed images in your documentation sites", "keywords": [ "figma", @@ -37,12 +37,12 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2", - "@component-controls/store": "^3.10.2" + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3", + "@component-controls/store": "^3.10.3" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@emotion/jest": "^11.3.0", "@types/react": "^16.9.34", "jest-url-loader": "^0.1.0", diff --git a/plugins/addon-notes/CHANGELOG.md b/plugins/addon-notes/CHANGELOG.md index 1cf41aec7..b666f69ce 100644 --- a/plugins/addon-notes/CHANGELOG.md +++ b/plugins/addon-notes/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/addon-notes + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/addon-notes diff --git a/plugins/addon-notes/package.json b/plugins/addon-notes/package.json index 2cfbd80f0..d6cc65146 100644 --- a/plugins/addon-notes/package.json +++ b/plugins/addon-notes/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/addon-notes", - "version": "3.10.2", + "version": "3.10.3", "description": "Embed markdown documents in your documentation sites", "keywords": [ "figma", @@ -37,12 +37,12 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2", - "@component-controls/store": "^3.10.2" + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3", + "@component-controls/store": "^3.10.3" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@emotion/jest": "^11.3.0", "@types/react": "^16.9.34", "jest-url-loader": "^0.1.0", diff --git a/plugins/addon-stats/CHANGELOG.md b/plugins/addon-stats/CHANGELOG.md index d5a9cbd0f..68c386a78 100644 --- a/plugins/addon-stats/CHANGELOG.md +++ b/plugins/addon-stats/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/addon-stats + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/addon-stats diff --git a/plugins/addon-stats/package.json b/plugins/addon-stats/package.json index b4f7863e8..25e185b84 100644 --- a/plugins/addon-stats/package.json +++ b/plugins/addon-stats/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/addon-stats", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls stats addon", "keywords": [ "addon", @@ -35,9 +35,9 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2", - "@component-controls/core": "^3.10.2" + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3", + "@component-controls/core": "^3.10.3" }, "devDependencies": { "@emotion/jest": "^11.3.0", diff --git a/plugins/axe-plugin/CHANGELOG.md b/plugins/axe-plugin/CHANGELOG.md index adb75a3b9..258f8d4cf 100644 --- a/plugins/axe-plugin/CHANGELOG.md +++ b/plugins/axe-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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/axe-plugin + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 3e55b544a..1553ba0a3 100644 --- a/plugins/axe-plugin/package.json +++ b/plugins/axe-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/axe-plugin", - "version": "3.10.2", + "version": "3.10.3", "description": "Axe ally testing plugin", "keywords": [ "addon", @@ -37,15 +37,15 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/store": "^3.10.2", + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/store": "^3.10.3", "@primer/octicons-react": "^10.0.0", "axe-core": "4.1.2" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@component-controls/ts-markdown-docs": "^3.8.2", "@emotion/jest": "^11.3.0", "@types/react": "^16.9.34", diff --git a/plugins/cc-cli/CHANGELOG.md b/plugins/cc-cli/CHANGELOG.md index d2ba116d8..d6bdf9403 100644 --- a/plugins/cc-cli/CHANGELOG.md +++ b/plugins/cc-cli/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/cc-cli + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/cc-cli diff --git a/plugins/cc-cli/package.json b/plugins/cc-cli/package.json index e63984301..ef88f6348 100644 --- a/plugins/cc-cli/package.json +++ b/plugins/cc-cli/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/cc-cli", - "version": "3.10.2", + "version": "3.10.3", "description": "Command line tool to generate testing templates", "keywords": [ "jest", @@ -43,13 +43,13 @@ "cc-cli": "./bin/index.js" }, "dependencies": { - "@component-controls/instrument": "^3.10.2", + "@component-controls/instrument": "^3.10.3", "@component-controls/jest-axe-matcher": "^3.8.1", "@component-controls/logger": "^3.10.0", - "@component-controls/store": "^3.10.2", - "@component-controls/test-renderers": "^3.10.2", - "@component-controls/webpack-compile": "^3.10.2", - "@component-controls/webpack-configs": "^3.10.2", + "@component-controls/store": "^3.10.3", + "@component-controls/test-renderers": "^3.10.3", + "@component-controls/webpack-compile": "^3.10.3", + "@component-controls/webpack-configs": "^3.10.3", "dot": "^1.1.3", "path": "^0.12.7" }, diff --git a/plugins/figma-embed/CHANGELOG.md b/plugins/figma-embed/CHANGELOG.md index ef3743f2c..ce9e48440 100644 --- a/plugins/figma-embed/CHANGELOG.md +++ b/plugins/figma-embed/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/figma-embed + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/figma-embed diff --git a/plugins/figma-embed/package.json b/plugins/figma-embed/package.json index a5b6a5823..78c9cae68 100644 --- a/plugins/figma-embed/package.json +++ b/plugins/figma-embed/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/figma-embed", - "version": "3.10.2", + "version": "3.10.3", "description": "Embed figma files in your documentation", "keywords": [ "figma", @@ -37,12 +37,12 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2", - "@component-controls/store": "^3.10.2" + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3", + "@component-controls/store": "^3.10.3" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@emotion/jest": "^11.3.0", "@types/react": "^16.9.34", "react": "^17.0.1", diff --git a/plugins/test-renderers/CHANGELOG.md b/plugins/test-renderers/CHANGELOG.md index 53d29207b..78a2b275a 100644 --- a/plugins/test-renderers/CHANGELOG.md +++ b/plugins/test-renderers/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/test-renderers + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/test-renderers diff --git a/plugins/test-renderers/package.json b/plugins/test-renderers/package.json index c3f37fc66..851c68777 100644 --- a/plugins/test-renderers/package.json +++ b/plugins/test-renderers/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/test-renderers", - "version": "3.10.2", + "version": "3.10.3", "description": "React test renderers: rtl, rtr and enzyme", "keywords": [ "react", @@ -37,9 +37,9 @@ }, "license": "MIT", "dependencies": { - "@component-controls/config": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/render": "^3.10.2", + "@component-controls/config": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/render": "^3.10.3", "jest": "^26.4.2", "jsdom": "^16.5.3", "path": "^0.12.7", diff --git a/plugins/viewport-plugin/CHANGELOG.md b/plugins/viewport-plugin/CHANGELOG.md index 7cc2ce07e..c6c233313 100644 --- a/plugins/viewport-plugin/CHANGELOG.md +++ b/plugins/viewport-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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/viewport-plugin + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 a2aa2b4af..d846d197c 100644 --- a/plugins/viewport-plugin/package.json +++ b/plugins/viewport-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/viewport-plugin", - "version": "3.10.2", + "version": "3.10.3", "description": "Viewport plugin", "keywords": [ "addon", @@ -37,11 +37,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2" + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@emotion/jest": "^11.3.0", "@types/react": "^16.9.34", "react": "^17.0.1", diff --git a/props-info/react-docgen-typescript/CHANGELOG.md b/props-info/react-docgen-typescript/CHANGELOG.md index 12a4812d0..a9d31ffdc 100644 --- a/props-info/react-docgen-typescript/CHANGELOG.md +++ b/props-info/react-docgen-typescript/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/react-docgen-typescript-info + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 784500119..01d10e8e1 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": "3.10.2", + "version": "3.10.3", "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": "^3.10.2", + "@component-controls/core": "^3.10.3", "react-docgen-typescript": "^1.22.0" }, "devDependencies": { diff --git a/props-info/react-docgen/CHANGELOG.md b/props-info/react-docgen/CHANGELOG.md index bc13a4df2..749b47ac3 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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/react-docgen-info + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 eb841abea..d421ceec6 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": "3.10.2", + "version": "3.10.3", "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": "^3.10.2", + "@component-controls/core": "^3.10.3", "react-docgen": "^5.3.0" }, "devDependencies": { diff --git a/search/algolia/CHANGELOG.md b/search/algolia/CHANGELOG.md index 4ad2ac316..8aa16bd49 100644 --- a/search/algolia/CHANGELOG.md +++ b/search/algolia/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/search-algolia + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/search-algolia diff --git a/search/algolia/package.json b/search/algolia/package.json index 9aae7e4f7..07d8c45af 100644 --- a/search/algolia/package.json +++ b/search/algolia/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/search-algolia", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls Algolia search and index", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -31,7 +31,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^3.10.2", + "@component-controls/core": "^3.10.3", "@component-controls/logger": "^3.10.0", "algoliasearch": "^4.8.3" }, diff --git a/search/fusejs/CHANGELOG.md b/search/fusejs/CHANGELOG.md index 00c157a1a..8c8404b37 100644 --- a/search/fusejs/CHANGELOG.md +++ b/search/fusejs/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/search-fusejs + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/search-fusejs diff --git a/search/fusejs/package.json b/search/fusejs/package.json index 39e016299..dcf83d425 100644 --- a/search/fusejs/package.json +++ b/search/fusejs/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/search-fusejs", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls Fuse.js search and index", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -31,7 +31,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^3.10.2", + "@component-controls/core": "^3.10.3", "@component-controls/logger": "^3.10.0", "fuse.js": "^6.4.3" }, diff --git a/ui/app/CHANGELOG.md b/ui/app/CHANGELOG.md index c963361fe..fc820518d 100644 --- a/ui/app/CHANGELOG.md +++ b/ui/app/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/app + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/app diff --git a/ui/app/package.json b/ui/app/package.json index 09f283138..c55e6eb72 100644 --- a/ui/app/package.json +++ b/ui/app/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/app", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls standalone application.", "sideEffects": false, "main": "dist/index.js", @@ -32,15 +32,15 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^3.10.2", - "@component-controls/components": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/routes": "^3.10.2", - "@component-controls/store": "^3.10.2", + "@component-controls/blocks": "^3.10.3", + "@component-controls/components": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/routes": "^3.10.3", + "@component-controls/store": "^3.10.3", "query-string": "^6.13.5" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@component-controls/ts-markdown-docs": "^3.8.2", "@emotion/jest": "^11.3.0", "@types/query-string": "^6.3.0", diff --git a/ui/blocks/CHANGELOG.md b/ui/blocks/CHANGELOG.md index 787d8b2f2..7516d25c1 100644 --- a/ui/blocks/CHANGELOG.md +++ b/ui/blocks/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/blocks + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) diff --git a/ui/blocks/package.json b/ui/blocks/package.json index 661e7d60d..6e1fa56bb 100644 --- a/ui/blocks/package.json +++ b/ui/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/blocks", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls core documentation blocks.", "sideEffects": false, "main": "dist/index.js", @@ -32,12 +32,12 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/editors": "^3.10.2", - "@component-controls/render": "^3.10.2", - "@component-controls/search-algolia": "^3.10.2", - "@component-controls/store": "^3.10.2", + "@component-controls/components": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/editors": "^3.10.3", + "@component-controls/render": "^3.10.3", + "@component-controls/search-algolia": "^3.10.3", + "@component-controls/store": "^3.10.3", "@theme-ui/css": "^0.6.0-alpha.7", "ansi_up": "^5.0.1", "copy-to-clipboard": "^3.2.1", @@ -51,7 +51,7 @@ "theme-ui": "^0.6.0-alpha.7" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@component-controls/ts-markdown-docs": "^3.8.2", "@emotion/jest": "^11.3.0", "@primer/octicons-react": "^10.0.0", diff --git a/ui/components/CHANGELOG.md b/ui/components/CHANGELOG.md index efda213fa..e906a9560 100644 --- a/ui/components/CHANGELOG.md +++ b/ui/components/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/components + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/components diff --git a/ui/components/package.json b/ui/components/package.json index 8e8d830cf..7f0c17769 100644 --- a/ui/components/package.json +++ b/ui/components/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/components", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls commonly used UI components.", "sideEffects": false, "main": "dist/index.js", @@ -54,7 +54,7 @@ "tinycolor2": "^1.4.1" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@component-controls/ts-markdown-docs": "^3.8.2", "@emotion/jest": "^11.3.0", "@theme-ui/css": "^0.6.0-alpha.7", diff --git a/ui/design-tokens/CHANGELOG.md b/ui/design-tokens/CHANGELOG.md index d4251c326..468b66c55 100644 --- a/ui/design-tokens/CHANGELOG.md +++ b/ui/design-tokens/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/design-tokens + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **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 25ad49ded..a2066a8a3 100644 --- a/ui/design-tokens/package.json +++ b/ui/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/design-tokens", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls design tokens components.", "sideEffects": false, "main": "dist/index.js", @@ -32,14 +32,14 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^3.10.2", + "@component-controls/components": "^3.10.3", "copy-to-clipboard": "^3.2.1", "simple-color-converter": "^2.1.9", "tinycolor2": "^1.4.1" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", - "@component-controls/core": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", + "@component-controls/core": "^3.10.3", "@component-controls/ts-markdown-docs": "^3.8.2", "@primer/octicons-react": "^10.0.0", "@types/react": "^16.9.34", diff --git a/ui/editors/CHANGELOG.md b/ui/editors/CHANGELOG.md index 15f4b2fe8..3854a78f4 100644 --- a/ui/editors/CHANGELOG.md +++ b/ui/editors/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/editors + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/editors diff --git a/ui/editors/package.json b/ui/editors/package.json index 7a5482a41..882ad5f8e 100644 --- a/ui/editors/package.json +++ b/ui/editors/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/editors", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls editors for component control values.", "sideEffects": false, "main": "dist/index.js", @@ -32,14 +32,14 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^3.10.2", - "@component-controls/core": "^3.10.2", - "@component-controls/store": "^3.10.2", + "@component-controls/components": "^3.10.3", + "@component-controls/core": "^3.10.3", + "@component-controls/store": "^3.10.3", "global": "^4.3.2", "react-colorful": "^5.0.0" }, "devDependencies": { - "@component-controls/cc-cli": "^3.10.2", + "@component-controls/cc-cli": "^3.10.3", "@component-controls/ts-markdown-docs": "^3.8.2", "@emotion/jest": "^11.3.0", "@primer/octicons-react": "^10.0.0", diff --git a/ui/pages/CHANGELOG.md b/ui/pages/CHANGELOG.md index 0c3d6a692..06d64dd7b 100644 --- a/ui/pages/CHANGELOG.md +++ b/ui/pages/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. +## [3.10.3](https://github.com/ccontrols/component-controls/compare/v3.10.2...v3.10.3) (2021-05-09) + +**Note:** Version bump only for package @component-controls/pages + + + + + ## [3.10.2](https://github.com/ccontrols/component-controls/compare/v3.10.1...v3.10.2) (2021-05-09) **Note:** Version bump only for package @component-controls/pages diff --git a/ui/pages/package.json b/ui/pages/package.json index 882d38f55..9bdf8bd63 100644 --- a/ui/pages/package.json +++ b/ui/pages/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/pages", - "version": "3.10.2", + "version": "3.10.3", "description": "Component controls pre-built documentation page templates.", "sideEffects": false, "main": "dist/index.js", @@ -45,12 +45,12 @@ }, "license": "MIT", "dependencies": { - "@component-controls/addon-images": "^3.10.2", - "@component-controls/addon-notes": "^3.10.2", - "@component-controls/axe-plugin": "^3.10.2", - "@component-controls/blocks": "^3.10.2", - "@component-controls/figma-embed": "^3.10.2", - "@component-controls/viewport-plugin": "^3.10.2" + "@component-controls/addon-images": "^3.10.3", + "@component-controls/addon-notes": "^3.10.3", + "@component-controls/axe-plugin": "^3.10.3", + "@component-controls/blocks": "^3.10.3", + "@component-controls/figma-embed": "^3.10.3", + "@component-controls/viewport-plugin": "^3.10.3" }, "devDependencies": { "@component-controls/ts-markdown-docs": "^3.8.2",