diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa52bb86..9e29d6ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* decorators typecheck at loading ([d157bae](https://github.com/ccontrols/component-controls/commit/d157bae2baa30ea5292889e0abc0bcee172a5322)) +* emotion alias for sb manager ([72ab298](https://github.com/ccontrols/component-controls/commit/72ab2986aaff728ffe8d9085c0504897defc1d1e)) +* memoize ally table to avoid reset ([79e4456](https://github.com/ccontrols/component-controls/commit/79e4456eb3b33ec0e228a600a605de66a00e82cb)) +* remove log ([ade7cd7](https://github.com/ccontrols/component-controls/commit/ade7cd7e0c265cc33e21f8598c6b3ac40e40ca5a)) +* spelling for SkipLinksItemProps ([2c11e3a](https://github.com/ccontrols/component-controls/commit/2c11e3a3ae0e09d8d5b24f95124d8e098474bb7f)) +* sx prop upgrade ([37d43fc](https://github.com/ccontrols/component-controls/commit/37d43fce6d916379002631c5c8084870def25148)) +* sx props on story ([ccb1749](https://github.com/ccontrols/component-controls/commit/ccb174964127aa9c56142178e3900092f76ff89c)) +* update popover style color ([87e44b2](https://github.com/ccontrols/component-controls/commit/87e44b2e94f0749b2e47941419e9e6777bd14220)) +* workarounds for storybook emotion v10 ([b7be12b](https://github.com/ccontrols/component-controls/commit/b7be12b540167f25edcdd937ca14070f03d5cfcd)) + + +### chore + +* upgrade nextjs emption 11 ([7fc4168](https://github.com/ccontrols/component-controls/commit/7fc4168308f53a7a989550628d35f7e3b5dd6c10)) + + +### Features + +* add aria-labels for bckg and rtl ([4b7b684](https://github.com/ccontrols/component-controls/commit/4b7b6849ee1e747288fa7e305c09292373895e95)) + + +### BREAKING CHANGES + +* emotion 11 and nextjs 10 required + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) diff --git a/core/config/CHANGELOG.md b/core/config/CHANGELOG.md index 5a721a449..691c80251 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/config + + + + + # [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) diff --git a/core/config/package.json b/core/config/package.json index df7fa18bb..b41134bcb 100644 --- a/core/config/package.json +++ b/core/config/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/config", - "version": "1.44.0", + "version": "2.0.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.44.0", + "@component-controls/core": "^2.0.0", "esm": "^3.2.25", "glob": "^7.1.6", "glob-base": "^0.3.0", @@ -39,7 +39,7 @@ "yargs": "^15.3.1" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/faker": "^4.1.9", "@types/glob": "^7.1.3", "@types/glob-base": "^0.3.0", diff --git a/core/core/CHANGELOG.md b/core/core/CHANGELOG.md index 36c150275..886183d58 100644 --- a/core/core/CHANGELOG.md +++ b/core/core/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/core + + + + + # [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) diff --git a/core/core/package.json b/core/core/package.json index f1dd39ac9..5f8355553 100644 --- a/core/core/package.json +++ b/core/core/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/core", - "version": "1.44.0", + "version": "2.0.0", "description": "Component controls core types and utility functions", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -32,7 +32,7 @@ }, "license": "MIT", "dependencies": { - "@component-controls/logger": "^1.37.0", + "@component-controls/logger": "^2.0.0", "@storybook/csf": "^0.0.1", "deepmerge": "^4.2.2", "escape-html": "^1.0.3", @@ -40,7 +40,7 @@ "typescript": "^4.0.5" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/faker": "^4.1.9", "@types/jest": "^26.0.10", "@types/react": "^16.9.34", diff --git a/core/instrument/CHANGELOG.md b/core/instrument/CHANGELOG.md index 7711d507e..7875f24e7 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/instrument + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package @component-controls/instrument diff --git a/core/instrument/package.json b/core/instrument/package.json index 4a6751c2b..dc8885b66 100644 --- a/core/instrument/package.json +++ b/core/instrument/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/instrument", - "version": "1.44.1", + "version": "2.0.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.44.0", + "@component-controls/core": "^2.0.0", "@hutson/parse-repository-url": "^5.0.0", "@mdx-js/loader": "^1.5.5", "@mdx-js/react": "^1.6.5", @@ -52,7 +52,7 @@ }, "devDependencies": { "@babel/types": "^7.12.6", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@rollup/plugin-node-resolve": "^7.1.1", "@types/find-cache-dir": "^3.2.0", "@types/hosted-git-info": "^3.0.0", diff --git a/core/loader/CHANGELOG.md b/core/loader/CHANGELOG.md index 28c95e55e..d9e2374d3 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/loader + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package @component-controls/loader diff --git a/core/loader/package.json b/core/loader/package.json index 76703136b..01a242765 100644 --- a/core/loader/package.json +++ b/core/loader/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/loader", - "version": "1.44.1", + "version": "2.0.0", "description": "Webpack loader for component controls instrumentation", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -35,17 +35,17 @@ }, "license": "MIT", "dependencies": { - "@component-controls/config": "^1.44.0", - "@component-controls/core": "^1.44.0", - "@component-controls/instrument": "^1.44.1", - "@component-controls/logger": "^1.37.0", + "@component-controls/config": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/instrument": "^2.0.0", + "@component-controls/logger": "^2.0.0", "js-string-escape": "^1.0.1", "loader-utils": "^1.2.3", "typescript": "^4.0.5", "webpack": "^4.41.6" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "@types/loader-utils": "^1.1.3", "cross-env": "^5.2.1", diff --git a/core/logger/CHANGELOG.md b/core/logger/CHANGELOG.md index 7e2ed4c63..ee387b7eb 100644 --- a/core/logger/CHANGELOG.md +++ b/core/logger/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/logger + + + + + # [1.37.0](https://github.com/ccontrols/component-controls/compare/v1.36.14...v1.37.0) (2020-11-01) **Note:** Version bump only for package @component-controls/logger diff --git a/core/logger/package.json b/core/logger/package.json index 1550b577b..e1b29af4d 100644 --- a/core/logger/package.json +++ b/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/logger", - "version": "1.37.0", + "version": "2.0.0", "description": "compilation logging utilities", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -33,7 +33,7 @@ "chalk": "^4.0.0" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "cross-env": "^5.2.1", "eslint": "^6.5.1", diff --git a/core/render/CHANGELOG.md b/core/render/CHANGELOG.md index 32906faeb..045d8419c 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/render + + + + + # [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 diff --git a/core/render/package.json b/core/render/package.json index cdbf963e3..bac2e6314 100644 --- a/core/render/package.json +++ b/core/render/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/render", - "version": "1.44.0", + "version": "2.0.0", "description": "framework render functions", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -32,10 +32,10 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^1.44.0" + "@component-controls/core": "^2.0.0" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "@types/react": "^16.9.34", "cross-env": "^5.2.1", diff --git a/core/store/CHANGELOG.md b/core/store/CHANGELOG.md index 369462aba..1ad72ab19 100644 --- a/core/store/CHANGELOG.md +++ b/core/store/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* decorators typecheck at loading ([d157bae](https://github.com/ccontrols/component-controls/commit/d157bae2baa30ea5292889e0abc0bcee172a5322)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package @component-controls/store diff --git a/core/store/package.json b/core/store/package.json index 3599c359a..b49ac00e6 100644 --- a/core/store/package.json +++ b/core/store/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/store", - "version": "1.44.1", + "version": "2.0.0", "description": "Component controls shared store", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -38,16 +38,16 @@ "license": "MIT", "dependencies": { "@analytics/google-analytics": "^0.4.0", - "@component-controls/core": "^1.44.0", - "@component-controls/loader": "^1.44.1", - "@component-controls/render": "^1.44.0", + "@component-controls/core": "^2.0.0", + "@component-controls/loader": "^2.0.0", + "@component-controls/render": "^2.0.0", "analytics": "^0.5.2", "broadcast-channel": "^3.1.0", "recoil": "^0.0.10", "typescript": "^4.0.5" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "@types/react": "^16.9.34", "@types/recoil": "^0.0.1", diff --git a/core/webpack-compile/CHANGELOG.md b/core/webpack-compile/CHANGELOG.md index 8888f02d0..6f1dc8b54 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/webpack-compile + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 fdd9c44cb..3584d386f 100644 --- a/core/webpack-compile/package.json +++ b/core/webpack-compile/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/webpack-compile", - "version": "1.44.1", + "version": "2.0.0", "description": "Webpack compile api", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -37,17 +37,17 @@ }, "license": "MIT", "dependencies": { - "@component-controls/config": "^1.44.0", - "@component-controls/loader": "^1.44.1", - "@component-controls/logger": "^1.37.0", - "@component-controls/webpack-configs": "^1.44.1", + "@component-controls/config": "^2.0.0", + "@component-controls/loader": "^2.0.0", + "@component-controls/logger": "^2.0.0", + "@component-controls/webpack-configs": "^2.0.0", "memory-fs": "^0.5.0", "typescript": "^4.0.5", "webpack": "^4.43.0", "yargs": "^15.3.1" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "@types/memory-fs": "^0.3.2", "cross-env": "^5.2.1", diff --git a/core/webpack-configs/CHANGELOG.md b/core/webpack-configs/CHANGELOG.md index f4ce2ceeb..e3f530c8b 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/webpack-configs + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 ed14d6b7f..6217fdcc2 100644 --- a/core/webpack-configs/package.json +++ b/core/webpack-configs/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/webpack-configs", - "version": "1.44.1", + "version": "2.0.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.44.1", - "@component-controls/logger": "^1.37.0", - "@component-controls/react-docgen-info": "^1.44.0", - "@component-controls/react-docgen-typescript-info": "^1.44.0", - "@component-controls/store": "^1.44.1", + "@component-controls/instrument": "^2.0.0", + "@component-controls/logger": "^2.0.0", + "@component-controls/react-docgen-info": "^2.0.0", + "@component-controls/react-docgen-typescript-info": "^2.0.0", + "@component-controls/store": "^2.0.0", "babel-loader": "^8.0.6", "babel-preset-react-app": "^9.0.0", "core-js": "^3.7.0", @@ -55,7 +55,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.9.0", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "@types/node": "^14.14.5", "@types/optimize-css-assets-webpack-plugin": "^5.0.1", diff --git a/examples/custom-pages-storybook-5/CHANGELOG.md b/examples/custom-pages-storybook-5/CHANGELOG.md index 8ba9ee82b..4250b8aed 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package custom-pages-storybook-5 + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 683337481..ce33a0400 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.44.1", + "version": "2.0.0", "main": "index.js", "license": "MIT", "scripts": { @@ -18,8 +18,8 @@ "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/preset-react": "^7.9.4", - "@component-controls/storybook": "^1.44.1", - "@component-controls/storybook-custom-docs": "^1.41.1", + "@component-controls/storybook": "^2.0.0", + "@component-controls/storybook-custom-docs": "^2.0.0", "@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 658d4a19e..92cfceaf0 100644 --- a/examples/custom-pages-storybook-6/CHANGELOG.md +++ b/examples/custom-pages-storybook-6/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* workarounds for storybook emotion v10 ([b7be12b](https://github.com/ccontrols/component-controls/commit/b7be12b540167f25edcdd937ca14070f03d5cfcd)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 c37cf1268..2458c125f 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.44.1", + "version": "2.0.0", "main": "index.js", "license": "MIT", "scripts": { @@ -18,8 +18,8 @@ "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/preset-react": "^7.9.4", - "@component-controls/storybook": "^1.44.1", - "@component-controls/storybook-custom-docs": "^1.41.1", + "@component-controls/storybook": "^2.0.0", + "@component-controls/storybook-custom-docs": "^2.0.0", "@storybook/addon-docs": "^6.2.0-alpha.3", "@storybook/client-api": "^6.2.0-alpha.3", "@storybook/react": "^6.2.0-alpha.3", diff --git a/examples/docz-migration/CHANGELOG.md b/examples/docz-migration/CHANGELOG.md index 440360961..dea1fd4a3 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package docz-migration-component-controls + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 6d207c317..f6c5238e7 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.44.1", + "version": "2.0.0", "description": "Docz migration to component-controls", "license": "MIT", "keywords": [ @@ -18,7 +18,7 @@ }, "main": "index.js", "dependencies": { - "@component-controls/gatsby-theme-stories": "^1.44.1", + "@component-controls/gatsby-theme-stories": "^2.0.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 c4c2434e1..b437b9f80 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package component-controls-gatsby-starter + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package component-controls-gatsby-starter diff --git a/examples/gatsby/package.json b/examples/gatsby/package.json index 3eae5303f..a2f2ff9af 100644 --- a/examples/gatsby/package.json +++ b/examples/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "component-controls-gatsby-starter", "private": true, - "version": "1.44.1", + "version": "2.0.0", "main": "index.js", "license": "MIT", "scripts": { @@ -14,11 +14,11 @@ "directory": "examples/gatsby" }, "dependencies": { - "@component-controls/axe-plugin": "^1.44.1", - "@component-controls/blocks": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/gatsby-theme-stories": "^1.44.1", - "@component-controls/viewport-plugin": "^1.44.1", + "@component-controls/axe-plugin": "^2.0.0", + "@component-controls/blocks": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/gatsby-theme-stories": "^2.0.0", + "@component-controls/viewport-plugin": "^2.0.0", "@theme-ui/presets": "^0.6.0-alpha.1", "gatsby": "^2.27.4", "react": "^17.0.1", diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 34aa44850..613a6d678 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### chore + +* upgrade nextjs emption 11 ([7fc4168](https://github.com/ccontrols/component-controls/commit/7fc4168308f53a7a989550628d35f7e3b5dd6c10)) + + +### BREAKING CHANGES + +* emotion 11 and nextjs 10 required + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package component-controls-nextjs-starter diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index db5be2d13..5430d76da 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "component-controls-nextjs-starter", "private": true, - "version": "1.44.1", + "version": "2.0.0", "main": "index.js", "license": "MIT", "scripts": { @@ -16,11 +16,11 @@ "directory": "examples/nextjs" }, "dependencies": { - "@component-controls/axe-plugin": "^1.44.1", - "@component-controls/blocks": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/nextjs-plugin": "^1.44.1", - "@component-controls/viewport-plugin": "^1.44.1", + "@component-controls/axe-plugin": "^2.0.0", + "@component-controls/blocks": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/nextjs-plugin": "^2.0.0", + "@component-controls/viewport-plugin": "^2.0.0", "@theme-ui/presets": "^0.6.0-alpha.1", "next": "^10.0.3", "react": "^17.0.1", diff --git a/examples/simple/CHANGELOG.md b/examples/simple/CHANGELOG.md index 55592b10c..ff0629221 100644 --- a/examples/simple/CHANGELOG.md +++ b/examples/simple/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. +# [2.0.0](https://github.com/atanasster/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### chore + +* upgrade nextjs emption 11 ([7fc4168](https://github.com/atanasster/component-controls/commit/7fc4168308f53a7a989550628d35f7e3b5dd6c10)) + + +### BREAKING CHANGES + +* emotion 11 and nextjs 10 required + + + + + ## [1.44.1](https://github.com/atanasster/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package component-controls-simple diff --git a/examples/simple/package.json b/examples/simple/package.json index a06b05444..75b3e9b7e 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.44.1", + "version": "2.0.0", "main": "index.js", "license": "MIT", "scripts": { @@ -12,7 +12,7 @@ "start-next": "next -p 9031" }, "dependencies": { - "@component-controls/gatsby-theme-stories": "^1.44.1", + "@component-controls/gatsby-theme-stories": "^2.0.0", "gatsby": "^2.27.4", "next": "^10.0.3", "react": "^17.0.1", diff --git a/examples/starter/CHANGELOG.md b/examples/starter/CHANGELOG.md index 78997abfa..3335f2b54 100644 --- a/examples/starter/CHANGELOG.md +++ b/examples/starter/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. +# [2.0.0](https://github.com/atanasster/gatsby-controls-starter/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### chore + +* upgrade nextjs emption 11 ([7fc4168](https://github.com/atanasster/gatsby-controls-starter/commit/7fc4168308f53a7a989550628d35f7e3b5dd6c10)) + + +### BREAKING CHANGES + +* emotion 11 and nextjs 10 required + + + + + ## [1.44.1](https://github.com/atanasster/gatsby-controls-starter/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package component-controls-starter diff --git a/examples/starter/package.json b/examples/starter/package.json index de0a4990e..b9d781c8e 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.44.1", + "version": "2.0.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.44.1", - "@component-controls/blocks": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/gatsby-theme-stories": "^1.44.1", - "@component-controls/nextjs-plugin": "^1.44.1", - "@component-controls/viewport-plugin": "^1.44.1", + "@component-controls/axe-plugin": "^2.0.0", + "@component-controls/blocks": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/gatsby-theme-stories": "^2.0.0", + "@component-controls/nextjs-plugin": "^2.0.0", + "@component-controls/viewport-plugin": "^2.0.0", "gatsby": "^2.27.4", "next": "^10.0.3", "react": "^17.0.1", diff --git a/examples/stories/CHANGELOG.md b/examples/stories/CHANGELOG.md index f389eddd7..342cb14b8 100644 --- a/examples/stories/CHANGELOG.md +++ b/examples/stories/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### chore + +* upgrade nextjs emption 11 ([7fc4168](https://github.com/ccontrols/component-controls/commit/7fc4168308f53a7a989550628d35f7e3b5dd6c10)) + + +### BREAKING CHANGES + +* emotion 11 and nextjs 10 required + + + + + # [1.43.0](https://github.com/ccontrols/component-controls/compare/v1.42.12...v1.43.0) (2020-11-28) diff --git a/examples/stories/package.json b/examples/stories/package.json index bec7a82d4..cc1da6146 100644 --- a/examples/stories/package.json +++ b/examples/stories/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.43.0", + "version": "2.0.0", "name": "component-controls-stories", "license": "MIT", "repository": { diff --git a/examples/storybook-6-no-docs/CHANGELOG.md b/examples/storybook-6-no-docs/CHANGELOG.md index f9a5e7378..756a10dd5 100644 --- a/examples/storybook-6-no-docs/CHANGELOG.md +++ b/examples/storybook-6-no-docs/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* emotion alias for sb manager ([72ab298](https://github.com/ccontrols/component-controls/commit/72ab2986aaff728ffe8d9085c0504897defc1d1e)) +* workarounds for storybook emotion v10 ([b7be12b](https://github.com/ccontrols/component-controls/commit/b7be12b540167f25edcdd937ca14070f03d5cfcd)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 bee5a8be8..b341894e5 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.44.1", + "version": "2.0.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.44.1", - "@component-controls/blocks": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/store": "^1.44.1", - "@component-controls/storybook": "^1.44.1", - "@component-controls/viewport-plugin": "^1.44.1", + "@component-controls/axe-plugin": "^2.0.0", + "@component-controls/blocks": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/store": "^2.0.0", + "@component-controls/storybook": "^2.0.0", + "@component-controls/viewport-plugin": "^2.0.0", "@storybook/react": "^6.2.0-alpha.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 f980d9def..61eb47592 100644 --- a/examples/storybook-6/CHANGELOG.md +++ b/examples/storybook-6/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* emotion alias for sb manager ([72ab298](https://github.com/ccontrols/component-controls/commit/72ab2986aaff728ffe8d9085c0504897defc1d1e)) +* workarounds for storybook emotion v10 ([b7be12b](https://github.com/ccontrols/component-controls/commit/b7be12b540167f25edcdd937ca14070f03d5cfcd)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 6c8961330..b5921d91f 100644 --- a/examples/storybook-6/package.json +++ b/examples/storybook-6/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.44.1", + "version": "2.0.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.44.1", - "@component-controls/blocks": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/store": "^1.44.1", - "@component-controls/storybook": "^1.44.1", - "@component-controls/viewport-plugin": "^1.44.1", + "@component-controls/axe-plugin": "^2.0.0", + "@component-controls/blocks": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/store": "^2.0.0", + "@component-controls/storybook": "^2.0.0", + "@component-controls/viewport-plugin": "^2.0.0", "@storybook/addon-docs": "^6.2.0-alpha.3", "@storybook/react": "^6.2.0-alpha.3", "babel-loader": "^8.0.6", diff --git a/integrations/gatsby-theme-stories/CHANGELOG.md b/integrations/gatsby-theme-stories/CHANGELOG.md index c43a169c5..31ffe5ca1 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/gatsby-theme-stories + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 9d1f23471..17e94b372 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.44.1", + "version": "2.0.0", "description": "Gatsby theme to create stories documentation sites", "keywords": [ "story", @@ -38,19 +38,19 @@ }, "license": "MIT", "dependencies": { - "@component-controls/app": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/pages": "^1.44.1", - "@component-controls/webpack-compile": "^1.44.1", - "@component-controls/webpack-configs": "^1.44.1", + "@component-controls/app": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/pages": "^2.0.0", + "@component-controls/webpack-compile": "^2.0.0", + "@component-controls/webpack-configs": "^2.0.0", "gatsby-plugin-theme-ui": "^0.3.0", "gatsby-plugin-typescript": "^2.4.24", "react-helmet": "^6.0.0", "theme-ui": "^0.6.0-alpha.1" }, "devDependencies": { - "@component-controls/logger": "^1.37.0", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/logger": "^2.0.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/react": "^16.9.34", "eslint-plugin-react-hooks": "^4.1.2", "gatsby": "^2.27.4", diff --git a/integrations/nextjs-plugin/CHANGELOG.md b/integrations/nextjs-plugin/CHANGELOG.md index 016f463c1..1e0f5a939 100644 --- a/integrations/nextjs-plugin/CHANGELOG.md +++ b/integrations/nextjs-plugin/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### chore + +* upgrade nextjs emption 11 ([7fc4168](https://github.com/ccontrols/component-controls/commit/7fc4168308f53a7a989550628d35f7e3b5dd6c10)) + + +### BREAKING CHANGES + +* emotion 11 and nextjs 10 required + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 5065a5297..737044329 100644 --- a/integrations/nextjs-plugin/package.json +++ b/integrations/nextjs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/nextjs-plugin", - "version": "1.44.1", + "version": "2.0.0", "description": "Nextjs plugin to create stories documentation sites", "keywords": [ "story", @@ -36,15 +36,15 @@ }, "license": "MIT", "dependencies": { + "@component-controls/app": "^2.0.0", + "@component-controls/webpack-compile": "^2.0.0", + "@component-controls/webpack-configs": "^2.0.0", "@emotion/babel-plugin": "^11.0.0", - "@component-controls/app": "^1.44.1", - "@component-controls/webpack-compile": "^1.44.1", - "@component-controls/webpack-configs": "^1.44.1", "next": "^10.0.3" }, "devDependencies": { - "@component-controls/logger": "^1.37.0", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/logger": "^2.0.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "typescript": "^4.0.5" }, "publishConfig": { diff --git a/integrations/storybook/CHANGELOG.md b/integrations/storybook/CHANGELOG.md index 6afe20c1b..247ea8339 100644 --- a/integrations/storybook/CHANGELOG.md +++ b/integrations/storybook/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* emotion alias for sb manager ([72ab298](https://github.com/ccontrols/component-controls/commit/72ab2986aaff728ffe8d9085c0504897defc1d1e)) +* workarounds for storybook emotion v10 ([b7be12b](https://github.com/ccontrols/component-controls/commit/b7be12b540167f25edcdd937ca14070f03d5cfcd)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package @component-controls/storybook diff --git a/integrations/storybook/package.json b/integrations/storybook/package.json index 6c87ed77e..06c824407 100644 --- a/integrations/storybook/package.json +++ b/integrations/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/storybook", - "version": "1.44.1", + "version": "2.0.0", "description": "Storybook Addon For live editing of component controls", "keywords": [ "addon", @@ -38,20 +38,20 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.44.1", - "@component-controls/components": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/loader": "^1.44.1", - "@component-controls/pages": "^1.44.1", - "@component-controls/store": "^1.44.1", - "@component-controls/storybook-custom-docs": "^1.41.1", - "@component-controls/webpack-configs": "^1.44.1", - "@emotion/styled": "^11.0.0", + "@component-controls/blocks": "^2.0.0", + "@component-controls/components": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/loader": "^2.0.0", + "@component-controls/pages": "^2.0.0", + "@component-controls/store": "^2.0.0", + "@component-controls/storybook-custom-docs": "^2.0.0", + "@component-controls/webpack-configs": "^2.0.0", "@emotion/react": "^11.1.1", + "@emotion/styled": "^11.0.0", "typescript": "^4.0.5" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@emotion/babel-plugin": "^11.0.0", "@storybook/addons": "^6.2.0-alpha.3", "@storybook/api": "^6.2.0-alpha.3", diff --git a/lerna.json b/lerna.json index 504f174f3..d115545d6 100644 --- a/lerna.json +++ b/lerna.json @@ -8,7 +8,7 @@ "props-info/**/*", "ui/**/*" ], - "version": "1.44.1", + "version": "2.0.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/misc/storybook-custom-docs/CHANGELOG.md b/misc/storybook-custom-docs/CHANGELOG.md index 2f8bedef9..27c2eb7bc 100644 --- a/misc/storybook-custom-docs/CHANGELOG.md +++ b/misc/storybook-custom-docs/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* workarounds for storybook emotion v10 ([b7be12b](https://github.com/ccontrols/component-controls/commit/b7be12b540167f25edcdd937ca14070f03d5cfcd)) + + + + + ## [1.41.1](https://github.com/ccontrols/component-controls/compare/v1.41.0...v1.41.1) (2020-11-24) **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 209c49c24..5bb59384a 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": "1.41.1", + "version": "2.0.0", "description": "Storybook custom docs pages", "keywords": [ "addon", @@ -35,7 +35,7 @@ }, "license": "MIT", "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@storybook/addons": "^6.2.0-alpha.3", "@storybook/api": "^6.2.0-alpha.3", "@storybook/client-api": "^6.2.0-alpha.3", diff --git a/misc/ts-markdown/CHANGELOG.md b/misc/ts-markdown/CHANGELOG.md index 3a9bbbe4f..13c530ce2 100644 --- a/misc/ts-markdown/CHANGELOG.md +++ b/misc/ts-markdown/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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/ts-markdown-docs + + + + + # [1.37.0](https://github.com/ccontrols/component-controls/compare/v1.36.14...v1.37.0) (2020-11-01) **Note:** Version bump only for package @component-controls/ts-markdown-docs diff --git a/misc/ts-markdown/package.json b/misc/ts-markdown/package.json index a3f37da7e..5d4bdd1f1 100644 --- a/misc/ts-markdown/package.json +++ b/misc/ts-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/ts-markdown-docs", - "version": "1.37.0", + "version": "2.0.0", "description": "Typescript documentation generator for markdown files", "keywords": [ "markdown", diff --git a/plugins/axe-plugin/CHANGELOG.md b/plugins/axe-plugin/CHANGELOG.md index 2754c4d8f..df528111c 100644 --- a/plugins/axe-plugin/CHANGELOG.md +++ b/plugins/axe-plugin/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* memoize ally table to avoid reset ([79e4456](https://github.com/ccontrols/component-controls/commit/79e4456eb3b33ec0e228a600a605de66a00e82cb)) +* remove log ([ade7cd7](https://github.com/ccontrols/component-controls/commit/ade7cd7e0c265cc33e21f8598c6b3ac40e40ca5a)) + + +### chore + +* upgrade nextjs emption 11 ([7fc4168](https://github.com/ccontrols/component-controls/commit/7fc4168308f53a7a989550628d35f7e3b5dd6c10)) + + +### BREAKING CHANGES + +* emotion 11 and nextjs 10 required + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 8c11b6d81..9a1610c6b 100644 --- a/plugins/axe-plugin/package.json +++ b/plugins/axe-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/axe-plugin", - "version": "1.44.1", + "version": "2.0.0", "description": "Axe ally testing plugin", "keywords": [ "addon", @@ -35,17 +35,17 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.44.1", - "@component-controls/components": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/store": "^1.44.1", + "@component-controls/blocks": "^2.0.0", + "@component-controls/components": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/store": "^2.0.0", "@primer/octicons-react": "^10.0.0", "axe-core": "^4.1.1", "react-google-charts": "^3.0.15" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.44.1", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/jest-snapshots": "^2.0.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/react": "^16.9.34", "@types/recoil": "^0.0.1", "react": "^17.0.1", diff --git a/plugins/jest-snapshots/CHANGELOG.md b/plugins/jest-snapshots/CHANGELOG.md index 5af347687..f79ecb9bd 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/jest-snapshots + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 16a4c303c..e7026e350 100644 --- a/plugins/jest-snapshots/package.json +++ b/plugins/jest-snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/jest-snapshots", - "version": "1.44.1", + "version": "2.0.0", "description": "Viewport plugin", "keywords": [ "addon", @@ -43,13 +43,13 @@ "cc-jest": "./bin/index.js" }, "dependencies": { - "@component-controls/store": "^1.44.1", - "@component-controls/webpack-compile": "^1.44.1", - "@component-controls/webpack-configs": "^1.44.1", + "@component-controls/store": "^2.0.0", + "@component-controls/webpack-compile": "^2.0.0", + "@component-controls/webpack-configs": "^2.0.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^10.4.9", - "enzyme": "^3.11.0", "@wojtekmaj/enzyme-adapter-react-17": "^0.3.1", + "enzyme": "^3.11.0", "enzyme-to-json": "^3.5.0", "jest-cli": "^26.4.2", "rc-util": "^5.0.7", diff --git a/plugins/viewport-plugin/CHANGELOG.md b/plugins/viewport-plugin/CHANGELOG.md index a112c666b..06e8320de 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/viewport-plugin + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 87d5af646..afd01b578 100644 --- a/plugins/viewport-plugin/package.json +++ b/plugins/viewport-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/viewport-plugin", - "version": "1.44.1", + "version": "2.0.0", "description": "Viewport plugin", "keywords": [ "addon", @@ -34,11 +34,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.44.1", - "@component-controls/components": "^1.44.1" + "@component-controls/blocks": "^2.0.0", + "@component-controls/components": "^2.0.0" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.44.1", + "@component-controls/jest-snapshots": "^2.0.0", "@types/react": "^16.9.34", "react": "^17.0.1", "theme-ui": "^0.6.0-alpha.1", diff --git a/props-info/react-docgen-typescript/CHANGELOG.md b/props-info/react-docgen-typescript/CHANGELOG.md index 0f5906340..7b4656c49 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/react-docgen-typescript-info + + + + + # [1.44.0](https://github.com/ccontrols/component-controls/compare/v1.43.0...v1.44.0) (2020-11-30) diff --git a/props-info/react-docgen-typescript/package.json b/props-info/react-docgen-typescript/package.json index 12b71d66f..a1c1b88fc 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.44.0", + "version": "2.0.0", "description": "Component controls react-docgen-typescript props info loader", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,11 +30,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^1.44.0", + "@component-controls/core": "^2.0.0", "react-docgen-typescript": "^1.20.5" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "@types/react": "^16.9.34", "cross-env": "^5.2.1", diff --git a/props-info/react-docgen/CHANGELOG.md b/props-info/react-docgen/CHANGELOG.md index 5547a50c2..07eff31fa 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/react-docgen-info + + + + + # [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 diff --git a/props-info/react-docgen/package.json b/props-info/react-docgen/package.json index ac7fbfe59..a38d0f4c1 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.44.0", + "version": "2.0.0", "description": "Component controls react-docgen props info loader", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -30,11 +30,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/core": "^1.44.0", + "@component-controls/core": "^2.0.0", "react-docgen": "^5.3.0" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "@types/prop-types": "^15.7.3", "@types/react": "^16.9.34", diff --git a/ui/app/CHANGELOG.md b/ui/app/CHANGELOG.md index 474f828d0..c7b3f102a 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* spelling for SkipLinksItemProps ([2c11e3a](https://github.com/ccontrols/component-controls/commit/2c11e3a3ae0e09d8d5b24f95124d8e098474bb7f)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package @component-controls/app diff --git a/ui/app/package.json b/ui/app/package.json index 256f7a8db..c8bf73d9b 100644 --- a/ui/app/package.json +++ b/ui/app/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/app", - "version": "1.44.1", + "version": "2.0.0", "description": "Component controls standalone application.", "sideEffects": false, "main": "dist/index.js", @@ -31,16 +31,16 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.44.1", - "@component-controls/components": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/pages": "^1.44.1", - "@component-controls/store": "^1.44.1", + "@component-controls/blocks": "^2.0.0", + "@component-controls/components": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/pages": "^2.0.0", + "@component-controls/store": "^2.0.0", "query-string": "^6.13.5" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.44.1", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/jest-snapshots": "^2.0.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/query-string": "^6.3.0", "@types/react": "^16.9.34", "@types/react-helmet": "^6.0.0", diff --git a/ui/blocks/CHANGELOG.md b/ui/blocks/CHANGELOG.md index 63c484faa..d826e4608 100644 --- a/ui/blocks/CHANGELOG.md +++ b/ui/blocks/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* sx prop upgrade ([37d43fc](https://github.com/ccontrols/component-controls/commit/37d43fce6d916379002631c5c8084870def25148)) +* sx props on story ([ccb1749](https://github.com/ccontrols/component-controls/commit/ccb174964127aa9c56142178e3900092f76ff89c)) + + +### Features + +* add aria-labels for bckg and rtl ([4b7b684](https://github.com/ccontrols/component-controls/commit/4b7b6849ee1e747288fa7e305c09292373895e95)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) diff --git a/ui/blocks/package.json b/ui/blocks/package.json index 64983c6e2..14a96be04 100644 --- a/ui/blocks/package.json +++ b/ui/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/blocks", - "version": "1.44.1", + "version": "2.0.0", "description": "Component controls core documentation blocks.", "sideEffects": false, "main": "dist/index.js", @@ -31,11 +31,11 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/editors": "^1.44.1", - "@component-controls/render": "^1.44.0", - "@component-controls/store": "^1.44.1", + "@component-controls/components": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/editors": "^2.0.0", + "@component-controls/render": "^2.0.0", + "@component-controls/store": "^2.0.0", "@theme-ui/css": "^0.6.0-alpha.1", "copy-to-clipboard": "^3.2.1", "fuse.js": "^6.4.1", @@ -49,8 +49,8 @@ "theme-ui": "^0.6.0-alpha.1" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.44.1", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/jest-snapshots": "^2.0.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@primer/octicons-react": "^10.0.0", "@theme-ui/presets": "^0.6.0-alpha.1", "@types/mdx-js__react": "^1.5.1", diff --git a/ui/components/CHANGELOG.md b/ui/components/CHANGELOG.md index ce303bb7e..b21cded62 100644 --- a/ui/components/CHANGELOG.md +++ b/ui/components/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* spelling for SkipLinksItemProps ([2c11e3a](https://github.com/ccontrols/component-controls/commit/2c11e3a3ae0e09d8d5b24f95124d8e098474bb7f)) +* sx prop upgrade ([37d43fc](https://github.com/ccontrols/component-controls/commit/37d43fce6d916379002631c5c8084870def25148)) +* update popover style color ([87e44b2](https://github.com/ccontrols/component-controls/commit/87e44b2e94f0749b2e47941419e9e6777bd14220)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) diff --git a/ui/components/package.json b/ui/components/package.json index 834357ea0..12beb8acd 100644 --- a/ui/components/package.json +++ b/ui/components/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/components", - "version": "1.44.1", + "version": "2.0.0", "description": "Component controls commonly used UI components.", "sideEffects": false, "main": "dist/index.js", @@ -49,8 +49,8 @@ "theme-ui": "^0.6.0-alpha.1" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.44.1", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/jest-snapshots": "^2.0.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@theme-ui/css": "^0.6.0-alpha.1", "@types/markdown-to-jsx": "^6.11.0", "@types/react": "^16.9.34", diff --git a/ui/design-tokens/CHANGELOG.md b/ui/design-tokens/CHANGELOG.md index 4d650d096..e4dde2121 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* sx prop upgrade ([37d43fc](https://github.com/ccontrols/component-controls/commit/37d43fce6d916379002631c5c8084870def25148)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **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 e567b2fda..70b87b0b1 100644 --- a/ui/design-tokens/package.json +++ b/ui/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/design-tokens", - "version": "1.44.1", + "version": "2.0.0", "description": "Component controls design tokens components.", "sideEffects": false, "main": "dist/index.js", @@ -31,15 +31,15 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^1.44.1", + "@component-controls/components": "^2.0.0", "copy-to-clipboard": "^3.2.1", "simple-color-converter": "^2.1.9", "tinycolor2": "^1.4.1" }, "devDependencies": { - "@component-controls/core": "^1.44.0", - "@component-controls/jest-snapshots": "^1.44.1", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/core": "^2.0.0", + "@component-controls/jest-snapshots": "^2.0.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@primer/octicons-react": "^10.0.0", "@types/react": "^16.9.34", "@types/tinycolor2": "^1.4.2", diff --git a/ui/editors/CHANGELOG.md b/ui/editors/CHANGELOG.md index 08a5f26f9..dd1066c91 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + + +### Bug Fixes + +* sx prop upgrade ([37d43fc](https://github.com/ccontrols/component-controls/commit/37d43fce6d916379002631c5c8084870def25148)) + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package @component-controls/editors diff --git a/ui/editors/package.json b/ui/editors/package.json index e00446bf1..38413c7dc 100644 --- a/ui/editors/package.json +++ b/ui/editors/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/editors", - "version": "1.44.1", + "version": "2.0.0", "description": "Component controls editors for component control values.", "sideEffects": false, "main": "dist/index.js", @@ -31,16 +31,16 @@ }, "license": "MIT", "dependencies": { - "@component-controls/components": "^1.44.1", - "@component-controls/core": "^1.44.0", - "@component-controls/store": "^1.44.1", + "@component-controls/components": "^2.0.0", + "@component-controls/core": "^2.0.0", + "@component-controls/store": "^2.0.0", "global": "^4.3.2", "polished": "^3.4.4", "react-colorful": "^4.4.1" }, "devDependencies": { - "@component-controls/jest-snapshots": "^1.44.1", - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/jest-snapshots": "^2.0.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@primer/octicons-react": "^10.0.0", "@types/jest": "^26.0.10", "@types/react": "^16.9.34", diff --git a/ui/pages/CHANGELOG.md b/ui/pages/CHANGELOG.md index 9dfdaff66..e208e2c78 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. +# [2.0.0](https://github.com/ccontrols/component-controls/compare/v1.44.1...v2.0.0) (2020-12-05) + +**Note:** Version bump only for package @component-controls/pages + + + + + ## [1.44.1](https://github.com/ccontrols/component-controls/compare/v1.44.0...v1.44.1) (2020-11-30) **Note:** Version bump only for package @component-controls/pages diff --git a/ui/pages/package.json b/ui/pages/package.json index b9107f86e..c14e5b2f5 100644 --- a/ui/pages/package.json +++ b/ui/pages/package.json @@ -1,6 +1,6 @@ { "name": "@component-controls/pages", - "version": "1.44.1", + "version": "2.0.0", "description": "Component controls pre-built documentation page templates.", "sideEffects": false, "main": "dist/index.js", @@ -31,10 +31,10 @@ }, "license": "MIT", "dependencies": { - "@component-controls/blocks": "^1.44.1" + "@component-controls/blocks": "^2.0.0" }, "devDependencies": { - "@component-controls/ts-markdown-docs": "^1.37.0", + "@component-controls/ts-markdown-docs": "^2.0.0", "@types/jest": "^26.0.10", "@types/react": "^16.9.34", "cross-env": "^5.2.1",