Skip to content

Commit

Permalink
v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 30, 2021
1 parent 3e595d0 commit c01b9d9
Show file tree
Hide file tree
Showing 94 changed files with 595 additions and 201 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)


### Bug Fixes

* add modified date to files key ([5a68300](https://github.com/ccontrols/component-controls/commit/5a683004201a6469c608b0063c9412317f860028))
* update tests ([0373b1f](https://github.com/ccontrols/component-controls/commit/0373b1f9bf6db0aaa842efe21dbeb8083265d4d6))


### Features

* ability to store test files next to stories ([644fb4d](https://github.com/ccontrols/component-controls/commit/644fb4d14d8969e47319aa6c3e1566dba50ea491))





## [3.8.3](https://github.com/ccontrols/component-controls/compare/v3.8.2...v3.8.3) (2021-04-30)


Expand Down
8 changes: 8 additions & 0 deletions core/config/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/config





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/config
Expand Down
8 changes: 4 additions & 4 deletions core/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/config",
"version": "3.8.2",
"version": "3.9.0",
"description": "Component controls configuration reading utilities",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/core": "^3.8.2",
"@component-controls/instrument": "^3.8.2",
"@component-controls/render": "^3.8.2",
"@component-controls/core": "^3.9.0",
"@component-controls/instrument": "^3.9.0",
"@component-controls/render": "^3.9.0",
"esm": "^3.2.25",
"glob": "^7.1.6",
"glob-base": "^0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions core/core/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/core





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/core
Expand Down
2 changes: 1 addition & 1 deletion core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/core",
"version": "3.8.2",
"version": "3.9.0",
"description": "Component controls core types and utility functions",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
17 changes: 17 additions & 0 deletions core/instrument/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)


### Bug Fixes

* add modified date to files key ([5a68300](https://github.com/ccontrols/component-controls/commit/5a683004201a6469c608b0063c9412317f860028))
* update tests ([0373b1f](https://github.com/ccontrols/component-controls/commit/0373b1f9bf6db0aaa842efe21dbeb8083265d4d6))


### Features

* ability to store test files next to stories ([644fb4d](https://github.com/ccontrols/component-controls/commit/644fb4d14d8969e47319aa6c3e1566dba50ea491))





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/instrument
Expand Down
6 changes: 3 additions & 3 deletions core/instrument/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/instrument",
"version": "3.8.2",
"version": "3.9.0",
"description": "Component controls instrumentation library",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@babel/generator": "^7.12.5",
"@babel/parser": "^7.12.5",
"@babel/traverse": "^7.12.5",
"@component-controls/core": "^3.8.2",
"@component-controls/jest-extract": "^3.8.2",
"@component-controls/core": "^3.9.0",
"@component-controls/jest-extract": "^3.9.0",
"@hutson/parse-repository-url": "^5.0.0",
"@mdx-js/loader": "^1.5.5",
"@mdx-js/react": "^1.6.5",
Expand Down
8 changes: 8 additions & 0 deletions core/jest-extract/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/jest-extract





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/jest-extract
Expand Down
4 changes: 2 additions & 2 deletions core/jest-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/jest-extract",
"version": "3.8.2",
"version": "3.9.0",
"description": "Given a test file, extracts the tests, test results and coverage data",
"keywords": [
"jest",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/core": "^3.8.2",
"@component-controls/core": "^3.9.0",
"babel-jest": "^26.6.3",
"fastq": "^1.11.0",
"jest": "^26.4.2",
Expand Down
8 changes: 8 additions & 0 deletions core/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/loader





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/loader
Expand Down
8 changes: 4 additions & 4 deletions core/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/loader",
"version": "3.8.2",
"version": "3.9.0",
"description": "Webpack loader for component controls instrumentation",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/config": "^3.8.2",
"@component-controls/core": "^3.8.2",
"@component-controls/instrument": "^3.8.2",
"@component-controls/config": "^3.9.0",
"@component-controls/core": "^3.9.0",
"@component-controls/instrument": "^3.9.0",
"@component-controls/logger": "^3.8.2",
"js-string-escape": "^1.0.1",
"loader-utils": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions core/render/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/render





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/render
Expand Down
4 changes: 2 additions & 2 deletions core/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/render",
"version": "3.8.2",
"version": "3.9.0",
"description": "framework render functions",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/core": "^3.8.2"
"@component-controls/core": "^3.9.0"
},
"devDependencies": {
"@component-controls/ts-markdown-docs": "^3.8.2",
Expand Down
8 changes: 8 additions & 0 deletions core/routes/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/routes





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/routes
Expand Down
4 changes: 2 additions & 2 deletions core/routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/routes",
"version": "3.8.2",
"version": "3.9.0",
"description": "component-controls routes utilities",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/core": "^3.8.2"
"@component-controls/core": "^3.9.0"
},
"devDependencies": {
"@component-controls/ts-markdown-docs": "^3.8.2",
Expand Down
8 changes: 8 additions & 0 deletions core/store/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/store





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/store
Expand Down
8 changes: 4 additions & 4 deletions core/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/store",
"version": "3.8.2",
"version": "3.9.0",
"description": "Component controls shared store",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"license": "MIT",
"dependencies": {
"@analytics/google-analytics": "^0.4.0",
"@component-controls/core": "^3.8.2",
"@component-controls/loader": "^3.8.2",
"@component-controls/core": "^3.9.0",
"@component-controls/loader": "^3.9.0",
"@component-controls/logger": "^3.8.2",
"@component-controls/render": "^3.8.2",
"@component-controls/render": "^3.9.0",
"analytics": "^0.5.2",
"broadcast-channel": "^3.1.0",
"path": "^0.12.7",
Expand Down
8 changes: 8 additions & 0 deletions core/webpack-compile/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/webpack-compile





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/webpack-compile
Expand Down
8 changes: 4 additions & 4 deletions core/webpack-compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/webpack-compile",
"version": "3.8.2",
"version": "3.9.0",
"description": "Webpack compile api",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/config": "^3.8.2",
"@component-controls/loader": "^3.8.2",
"@component-controls/config": "^3.9.0",
"@component-controls/loader": "^3.9.0",
"@component-controls/logger": "^3.8.2",
"@component-controls/webpack-configs": "^3.8.2",
"@component-controls/webpack-configs": "^3.9.0",
"memory-fs": "^0.5.0",
"path": "^0.12.7",
"typescript": "^4.0.5",
Expand Down
8 changes: 8 additions & 0 deletions core/webpack-configs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package @component-controls/webpack-configs





## [3.8.2](https://github.com/ccontrols/component-controls/compare/v3.8.1...v3.8.2) (2021-04-30)

**Note:** Version bump only for package @component-controls/webpack-configs
Expand Down
10 changes: 5 additions & 5 deletions core/webpack-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/webpack-configs",
"version": "3.8.2",
"version": "3.9.0",
"description": "Webpack preset configurations",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,11 +30,11 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/instrument": "^3.8.2",
"@component-controls/instrument": "^3.9.0",
"@component-controls/logger": "^3.8.2",
"@component-controls/react-docgen-info": "^3.8.2",
"@component-controls/react-docgen-typescript-info": "^3.8.2",
"@component-controls/store": "^3.8.2",
"@component-controls/react-docgen-info": "^3.9.0",
"@component-controls/react-docgen-typescript-info": "^3.9.0",
"@component-controls/store": "^3.9.0",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"core-js": "^3.9.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-pages-storybook-5/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.9.0](https://github.com/ccontrols/component-controls/compare/v3.8.3...v3.9.0) (2021-04-30)

**Note:** Version bump only for package custom-pages-storybook-5





## [3.8.3](https://github.com/ccontrols/component-controls/compare/v3.8.2...v3.8.3) (2021-04-30)

**Note:** Version bump only for package custom-pages-storybook-5
Expand Down
Loading

0 comments on commit c01b9d9

Please sign in to comment.