Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Dec 5, 2020
1 parent 4d9942e commit e42a3dd
Show file tree
Hide file tree
Showing 72 changed files with 578 additions and 166 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
8 changes: 8 additions & 0 deletions core/config/CHANGELOG.md
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions core/core/CHANGELOG.md
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -32,15 +32,15 @@
},
"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",
"faker": "^4.1.0",
"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",
Expand Down
8 changes: 8 additions & 0 deletions core/instrument/CHANGELOG.md
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions core/loader/CHANGELOG.md
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions core/logger/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions core/render/CHANGELOG.md
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions core/store/CHANGELOG.md
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions core/webpack-compile/CHANGELOG.md
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions core/webpack-configs/CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit e42a3dd

Please sign in to comment.