Skip to content

Commit

Permalink
v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jun 27, 2020
1 parent fe0e7ea commit 1f980a0
Show file tree
Hide file tree
Showing 48 changed files with 270 additions and 72 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)


### Bug Fixes

* gatsby story remove meta ([fe0e7ea](https://github.com/ccontrols/component-controls/commit/fe0e7eabe78526630b2645ed068333bcaf882d7d))





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)


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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.3](https://github.com/ccontrols/component-controls/compare/v1.5.2...v1.5.3) (2020-06-25)


Expand Down
4 changes: 2 additions & 2 deletions core/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/config",
"version": "1.5.3",
"version": "1.5.7",
"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.5.1",
"@component-controls/core": "^1.5.7",
"chalk": "^4.0.0",
"glob": "^7.1.6",
"typescript": "^3.8.3",
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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.1](https://github.com/ccontrols/component-controls/compare/v1.5.0...v1.5.1) (2020-06-25)

**Note:** Version bump only for package @component-controls/core
Expand Down
4 changes: 2 additions & 2 deletions core/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/core",
"version": "1.5.1",
"version": "1.5.7",
"description": "Component controls core types and utility functions",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/components": "^1.5.1",
"@component-controls/components": "^1.5.7",
"deepmerge": "^4.2.2",
"escape-html": "^1.0.3",
"faker": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions core/instrument/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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)

**Note:** Version bump only for package @component-controls/instrument
Expand Down
4 changes: 2 additions & 2 deletions core/instrument/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/instrument",
"version": "1.5.6",
"version": "1.5.7",
"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.9.4",
"@babel/parser": "^7.9.4",
"@babel/traverse": "^7.9.0",
"@component-controls/core": "^1.5.1",
"@component-controls/core": "^1.5.7",
"@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/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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)

**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": "1.5.6",
"version": "1.5.7",
"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": "^1.5.3",
"@component-controls/core": "^1.5.1",
"@component-controls/instrument": "^1.5.6",
"@component-controls/config": "^1.5.7",
"@component-controls/core": "^1.5.7",
"@component-controls/instrument": "^1.5.7",
"@storybook/csf": "^0.0.1",
"chalk": "^4.0.0",
"js-string-escape": "^1.0.1",
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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)

**Note:** Version bump only for package @component-controls/store
Expand Down
6 changes: 3 additions & 3 deletions core/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/store",
"version": "1.5.6",
"version": "1.5.7",
"description": "Component controls shared storage store",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/core": "^1.5.1",
"@component-controls/loader": "^1.5.6",
"@component-controls/core": "^1.5.7",
"@component-controls/loader": "^1.5.7",
"@storybook/csf": "^0.0.1",
"broadcast-channel": "^3.1.0",
"typescript": "^3.8.3"
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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)

**Note:** Version bump only for package @component-controls/webpack-compile
Expand Down
6 changes: 3 additions & 3 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": "1.5.6",
"version": "1.5.7",
"description": "Webpack compile api",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/loader": "^1.5.6",
"@component-controls/webpack-configs": "^1.5.6",
"@component-controls/loader": "^1.5.7",
"@component-controls/webpack-configs": "^1.5.7",
"memory-fs": "^0.5.0",
"typescript": "^3.8.3",
"webpack": "^4.43.0"
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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)


Expand Down
8 changes: 4 additions & 4 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": "1.5.6",
"version": "1.5.7",
"description": "Webpack preset configurations",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/instrument": "^1.5.6",
"@component-controls/react-docgen-info": "^1.5.1",
"@component-controls/react-docgen-typescript-info": "^1.5.1",
"@component-controls/instrument": "^1.5.7",
"@component-controls/react-docgen-info": "^1.5.7",
"@component-controls/react-docgen-typescript-info": "^1.5.7",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.0",
"deepmerge": "^4.2.2",
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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)

**Note:** Version bump only for package custom-pages-storybook-5
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-pages-storybook-5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "custom-pages-storybook-5",
"private": true,
"version": "1.5.6",
"version": "1.5.7",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@component-controls/storybook": "^1.5.6",
"@component-controls/storybook": "^1.5.7",
"@component-controls/storybook-custom-docs": "^1.5.0",
"@storybook/addon-docs": "^5.3.18",
"@storybook/api": "^5.3.18",
Expand Down
8 changes: 8 additions & 0 deletions examples/custom-pages-storybook-6/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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

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





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)

**Note:** Version bump only for package custom-pages-storybook-6
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-pages-storybook-6/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "custom-pages-storybook-6",
"private": true,
"version": "1.5.6",
"version": "1.5.7",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@component-controls/storybook": "^1.5.6",
"@component-controls/storybook": "^1.5.7",
"@component-controls/storybook-custom-docs": "^1.5.0",
"@storybook/addon-docs": "next",
"@storybook/client-api": "next",
Expand Down
11 changes: 11 additions & 0 deletions examples/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)


### Bug Fixes

* gatsby story remove meta ([fe0e7ea](https://github.com/ccontrols/component-controls/commit/fe0e7eabe78526630b2645ed068333bcaf882d7d))





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)

**Note:** Version bump only for package component-controls-gatsby
Expand Down
6 changes: 3 additions & 3 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "component-controls-gatsby",
"private": true,
"version": "1.5.6",
"version": "1.5.7",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"directory": "examples/gatsby"
},
"dependencies": {
"@component-controls/gatsby-theme-stories": "^1.5.6",
"@component-controls/pages": "^1.5.6",
"@component-controls/gatsby-theme-stories": "^1.5.7",
"@component-controls/pages": "^1.5.7",
"gatsby": "^2.22.10",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down
8 changes: 8 additions & 0 deletions examples/stories/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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

**Note:** Version bump only for package component-controls-stories





## [1.5.4](https://github.com/ccontrols/component-controls/compare/v1.5.3...v1.5.4) (2020-06-26)

**Note:** Version bump only for package component-controls-stories
Expand Down
2 changes: 1 addition & 1 deletion examples/stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.5.4",
"version": "1.5.7",
"name": "component-controls-stories",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions examples/storybook-6-no-docs/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.

## [1.5.7](https://github.com/ccontrols/component-controls/compare/v1.5.6...v1.5.7) (2020-06-27)

**Note:** Version bump only for package component-controls-storybook-6-no-docs





## [1.5.6](https://github.com/ccontrols/component-controls/compare/v1.5.5...v1.5.6) (2020-06-26)

**Note:** Version bump only for package component-controls-storybook-6-no-docs
Expand Down
Loading

0 comments on commit 1f980a0

Please sign in to comment.