Skip to content

Commit

Permalink
v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 24, 2020
1 parent acabbaf commit 1b2c305
Show file tree
Hide file tree
Showing 24 changed files with 132 additions and 27 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.

## [0.7.5](https://github.com/ccontrols/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)


### Bug Fixes

* enable classProperties plugin ([acabbaf](https://github.com/ccontrols/component-controls/commit/acabbaf65689d19e7fc2541e3b3c32ee0e10b64c))





## [0.7.4](https://github.com/ccontrols/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)


Expand Down
11 changes: 11 additions & 0 deletions core/instrument/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.

## [0.7.5](https://github.com/ccontrols/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)


### Bug Fixes

* enable classProperties plugin ([acabbaf](https://github.com/ccontrols/component-controls/commit/acabbaf65689d19e7fc2541e3b3c32ee0e10b64c))





## [0.7.4](https://github.com/ccontrols/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)


Expand Down
2 changes: 1 addition & 1 deletion core/instrument/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/instrument",
"version": "0.7.4",
"version": "0.7.5",
"description": "Component controls instrumentation library",
"main": "dist/index.js",
"module": "dist/index.esm.js",
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.

## [0.7.5](https://github.com/ccontrols/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

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





## [0.7.4](https://github.com/ccontrols/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package @component-controls/loader
Expand Down
4 changes: 2 additions & 2 deletions core/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/loader",
"version": "0.7.4",
"version": "0.7.5",
"description": "Webpack loader for component controls instrumentation",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/instrument": "^0.7.4",
"@component-controls/instrument": "^0.7.5",
"@component-controls/specification": "^0.7.1",
"@storybook/csf": "^0.0.1",
"loader-utils": "^1.2.3",
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.

## [0.7.5](https://github.com/ccontrols/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

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





## [0.7.4](https://github.com/ccontrols/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package @component-controls/store
Expand Down
4 changes: 2 additions & 2 deletions core/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/store",
"version": "0.7.4",
"version": "0.7.5",
"description": "Component controls shared storage store",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"@component-controls/core": "^0.7.1",
"@component-controls/loader": "^0.7.4",
"@component-controls/loader": "^0.7.5",
"@component-controls/specification": "^0.7.1",
"@storybook/csf": "^0.0.1",
"broadcast-channel": "^3.1.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.

## [0.7.5](https://github.com/ccontrols/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

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





## [0.7.4](https://github.com/ccontrols/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package @component-controls/webpack-configs
Expand Down
4 changes: 2 additions & 2 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": "0.7.4",
"version": "0.7.5",
"description": "Webpack preset configurations",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/instrument": "^0.7.4",
"@component-controls/instrument": "^0.7.5",
"deepmerge": "^4.2.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0"
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.

## [0.7.5](https://github.com/atanasster/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

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





## [0.7.4](https://github.com/atanasster/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package component-controls-storybook-6-no-docs
Expand Down
4 changes: 2 additions & 2 deletions examples/storybook-6-no-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"name": "component-controls-storybook-6-no-docs",
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/storybook": "^0.7.4",
"@component-controls/storybook": "^0.7.5",
"@storybook/react": "6.0.0-alpha.28",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/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.

## [0.7.5](https://github.com/atanasster/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

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





## [0.7.4](https://github.com/atanasster/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package component-controls-storybook-6
Expand Down
4 changes: 2 additions & 2 deletions examples/storybook-6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"name": "component-controls-storybook-6",
"license": "MIT",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/storybook": "^0.7.4",
"@component-controls/storybook": "^0.7.5",
"@storybook/addon-docs": "6.0.0-alpha.28",
"@storybook/preset-typescript": "*",
"@storybook/react": "6.0.0-alpha.28",
Expand Down
8 changes: 8 additions & 0 deletions examples/storybook-custom-docs-pages/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.

## [0.7.5](https://github.com/atanasster/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

**Note:** Version bump only for package component-controls-storybook-custom-docs-pages





## [0.7.4](https://github.com/atanasster/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package component-controls-storybook-custom-docs-pages
Expand Down
4 changes: 2 additions & 2 deletions examples/storybook-custom-docs-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"name": "component-controls-storybook-custom-docs-pages",
"license": "MIT",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/storybook": "^0.7.4",
"@component-controls/storybook": "^0.7.5",
"@component-controls/storybook-custom-docs": "^0.7.1",
"@storybook/addon-docs": "6.0.0-alpha.28",
"@storybook/preset-typescript": "*",
Expand Down
8 changes: 8 additions & 0 deletions examples/storybook-tutorial/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.

## [0.7.5](https://github.com/atanasster/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

**Note:** Version bump only for package component-controls-storybook-tutorial





## [0.7.4](https://github.com/atanasster/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package component-controls-storybook-tutorial
Expand Down
4 changes: 2 additions & 2 deletions examples/storybook-tutorial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.7.4",
"version": "0.7.5",
"name": "component-controls-storybook-tutorial",
"license": "MIT",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/storybook": "^0.7.4",
"@component-controls/storybook": "^0.7.5",
"@storybook/addon-docs": "6.0.0-alpha.28",
"@storybook/preset-typescript": "*",
"@storybook/react": "6.0.0-alpha.28",
Expand Down
11 changes: 11 additions & 0 deletions integrations/storybook/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.

## [0.7.5](https://github.com/ccontrols/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)


### Bug Fixes

* enable classProperties plugin ([acabbaf](https://github.com/ccontrols/component-controls/commit/acabbaf65689d19e7fc2541e3b3c32ee0e10b64c))





## [0.7.4](https://github.com/ccontrols/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package @component-controls/storybook
Expand Down
14 changes: 7 additions & 7 deletions integrations/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/storybook",
"version": "0.7.4",
"version": "0.7.5",
"description": "Storybook Addon For live editing of component controls",
"keywords": [
"addon",
Expand Down Expand Up @@ -36,14 +36,14 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/blocks": "^0.7.4",
"@component-controls/blocks": "^0.7.5",
"@component-controls/core": "^0.7.1",
"@component-controls/loader": "^0.7.4",
"@component-controls/pages": "^0.7.4",
"@component-controls/loader": "^0.7.5",
"@component-controls/pages": "^0.7.5",
"@component-controls/specification": "^0.7.1",
"@component-controls/store": "^0.7.4",
"@component-controls/store": "^0.7.5",
"@component-controls/storybook-custom-docs": "^0.7.1",
"@component-controls/webpack-configs": "^0.7.4",
"@component-controls/webpack-configs": "^0.7.5",
"broadcast-channel": "^3.1.0",
"core-js": "^3.0.1",
"deepmerge": "^4.2.2",
Expand All @@ -53,8 +53,8 @@
"typescript": "^3.8.3"
},
"devDependencies": {
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@component-controls/react-docgen-info": "^0.7.1",
"@component-controls/react-docgen-typescript-info": "^0.7.1",
"@storybook/addons": "6.0.0-alpha.28",
"@storybook/api": "6.0.0-alpha.28",
"@storybook/client-api": "6.0.0-alpha.28",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"props-info/**/*",
"ui/**/*"
],
"version": "0.7.4",
"version": "0.7.5",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions ui/blocks/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.

## [0.7.5](https://github.com/ccontrols/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

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





## [0.7.4](https://github.com/ccontrols/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package @component-controls/blocks
Expand Down
4 changes: 2 additions & 2 deletions ui/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/blocks",
"version": "0.7.4",
"version": "0.7.5",
"description": "Component controls core documentation blocks.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@component-controls/core": "^0.7.1",
"@component-controls/editors": "^0.7.1",
"@component-controls/specification": "^0.7.1",
"@component-controls/store": "^0.7.4",
"@component-controls/store": "^0.7.5",
"@mdx-js/react": "^1.5.8",
"@primer/octicons-react": "^9.6.0",
"@storybook/csf": "^0.0.1",
Expand Down
8 changes: 8 additions & 0 deletions ui/pages/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.

## [0.7.5](https://github.com/ccontrols/component-controls/compare/v0.7.4...v0.7.5) (2020-04-24)

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





## [0.7.4](https://github.com/ccontrols/component-controls/compare/v0.7.3...v0.7.4) (2020-04-24)

**Note:** Version bump only for package @component-controls/pages
Expand Down
4 changes: 2 additions & 2 deletions ui/pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/pages",
"version": "0.7.4",
"version": "0.7.5",
"description": "Component controls pre-built documentation page templates.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/blocks": "^0.7.4",
"@component-controls/blocks": "^0.7.5",
"react": "^16.8.3"
},
"devDependencies": {
Expand Down

0 comments on commit 1b2c305

Please sign in to comment.