Skip to content

Commit

Permalink
v1.36.12
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Oct 29, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 44b500d commit b6ba32f
Showing 54 changed files with 324 additions and 99 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)


### Bug Fixes

* update @component-controls/render version ([d93003f](https://github.com/ccontrols/component-controls/commit/d93003fc3d3e2fc43ec1c41ade23193afaf28ca9))





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package component-controls
8 changes: 8 additions & 0 deletions core/instrument/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

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





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package @component-controls/instrument
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": "1.36.11",
"version": "1.36.12",
"description": "Component controls instrumentation library",
"main": "dist/index.js",
"module": "dist/index.esm.js",
8 changes: 8 additions & 0 deletions core/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

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





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package @component-controls/loader
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": "1.36.11",
"version": "1.36.12",
"description": "Webpack loader for component controls instrumentation",
"main": "dist/index.js",
"module": "dist/index.esm.js",
@@ -37,7 +37,7 @@
"dependencies": {
"@component-controls/config": "^1.36.8",
"@component-controls/core": "^1.36.8",
"@component-controls/instrument": "^1.36.11",
"@component-controls/instrument": "^1.36.12",
"@component-controls/logger": "^1.36.8",
"js-string-escape": "^1.0.1",
"loader-utils": "^1.2.3",
11 changes: 11 additions & 0 deletions core/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)


### Bug Fixes

* update @component-controls/render version ([d93003f](https://github.com/ccontrols/component-controls/commit/d93003fc3d3e2fc43ec1c41ade23193afaf28ca9))





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package @component-controls/store
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": "1.36.11",
"version": "1.36.12",
"description": "Component controls shared store",
"main": "dist/index.js",
"module": "dist/index.esm.js",
@@ -39,7 +39,7 @@
"dependencies": {
"@analytics/google-analytics": "^0.4.0",
"@component-controls/core": "^1.36.8",
"@component-controls/loader": "^1.36.11",
"@component-controls/loader": "^1.36.12",
"@component-controls/render": "^1.36.8",
"analytics": "^0.5.2",
"broadcast-channel": "^3.1.0",
8 changes: 8 additions & 0 deletions core/webpack-compile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

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





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package @component-controls/webpack-compile
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.36.11",
"version": "1.36.12",
"description": "Webpack compile api",
"main": "dist/index.js",
"module": "dist/index.esm.js",
@@ -38,9 +38,9 @@
"license": "MIT",
"dependencies": {
"@component-controls/config": "^1.36.8",
"@component-controls/loader": "^1.36.11",
"@component-controls/loader": "^1.36.12",
"@component-controls/logger": "^1.36.8",
"@component-controls/webpack-configs": "^1.36.11",
"@component-controls/webpack-configs": "^1.36.12",
"memory-fs": "^0.5.0",
"typescript": "^4.0.5",
"webpack": "^4.43.0",
8 changes: 8 additions & 0 deletions core/webpack-configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

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





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package @component-controls/webpack-configs
6 changes: 3 additions & 3 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.36.11",
"version": "1.36.12",
"description": "Webpack preset configurations",
"main": "dist/index.js",
"module": "dist/index.esm.js",
@@ -30,11 +30,11 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/instrument": "^1.36.11",
"@component-controls/instrument": "^1.36.12",
"@component-controls/logger": "^1.36.8",
"@component-controls/react-docgen-info": "^1.36.8",
"@component-controls/react-docgen-typescript-info": "^1.36.8",
"@component-controls/store": "^1.36.11",
"@component-controls/store": "^1.36.12",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^9.0.0",
"css-loader": "^5.0.0",
8 changes: 8 additions & 0 deletions examples/custom-pages-storybook-5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

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





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package custom-pages-storybook-5
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.36.11",
"version": "1.36.12",
"main": "index.js",
"license": "MIT",
"scripts": {
@@ -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.36.11",
"@component-controls/storybook": "^1.36.12",
"@component-controls/storybook-custom-docs": "^1.36.8",
"@storybook/addon-docs": "^5.3.18",
"@storybook/api": "^5.3.18",
8 changes: 8 additions & 0 deletions examples/custom-pages-storybook-6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

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





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package custom-pages-storybook-6
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.36.11",
"version": "1.36.12",
"main": "index.js",
"license": "MIT",
"scripts": {
@@ -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.36.11",
"@component-controls/storybook": "^1.36.12",
"@component-controls/storybook-custom-docs": "^1.36.8",
"@storybook/addon-docs": "next",
"@storybook/client-api": "next",
8 changes: 8 additions & 0 deletions examples/docz-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

**Note:** Version bump only for package docz-migration-component-controls





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package docz-migration-component-controls
4 changes: 2 additions & 2 deletions examples/docz-migration/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "docz-migration-component-controls",
"private": true,
"author": "Atanas Stoyanov",
"version": "1.36.11",
"version": "1.36.12",
"description": "Docz migration to component-controls",
"license": "MIT",
"keywords": [
@@ -18,7 +18,7 @@
},
"main": "index.js",
"dependencies": {
"@component-controls/gatsby-theme-stories": "^1.36.11",
"@component-controls/gatsby-theme-stories": "^1.36.12",
"docz": "latest",
"gatsby": "^2.24.53",
"prop-types": "^15.7.2",
8 changes: 8 additions & 0 deletions examples/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

**Note:** Version bump only for package component-controls-gatsby-starter





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package component-controls-gatsby-starter
10 changes: 5 additions & 5 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "component-controls-gatsby-starter",
"private": true,
"version": "1.36.11",
"version": "1.36.12",
"main": "index.js",
"license": "MIT",
"scripts": {
@@ -14,11 +14,11 @@
"directory": "examples/gatsby"
},
"dependencies": {
"@component-controls/axe-plugin": "^1.36.11",
"@component-controls/blocks": "^1.36.11",
"@component-controls/axe-plugin": "^1.36.12",
"@component-controls/blocks": "^1.36.12",
"@component-controls/core": "^1.36.8",
"@component-controls/gatsby-theme-stories": "^1.36.11",
"@component-controls/viewport-plugin": "^1.36.11",
"@component-controls/gatsby-theme-stories": "^1.36.12",
"@component-controls/viewport-plugin": "^1.36.12",
"@theme-ui/presets": "^0.4.0-rc.1",
"gatsby": "^2.22.10",
"react": "^16.13.1",
8 changes: 8 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/ccontrols/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

**Note:** Version bump only for package component-controls-nextjs-starter





## [1.36.11](https://github.com/ccontrols/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package component-controls-nextjs-starter
10 changes: 5 additions & 5 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "component-controls-nextjs-starter",
"private": true,
"version": "1.36.11",
"version": "1.36.12",
"main": "index.js",
"license": "MIT",
"scripts": {
@@ -16,11 +16,11 @@
"directory": "examples/nextjs"
},
"dependencies": {
"@component-controls/axe-plugin": "^1.36.11",
"@component-controls/blocks": "^1.36.11",
"@component-controls/axe-plugin": "^1.36.12",
"@component-controls/blocks": "^1.36.12",
"@component-controls/core": "^1.36.8",
"@component-controls/nextjs-plugin": "^1.36.11",
"@component-controls/viewport-plugin": "^1.36.11",
"@component-controls/nextjs-plugin": "^1.36.12",
"@component-controls/viewport-plugin": "^1.36.12",
"@emotion/core": "^10.0.27",
"@theme-ui/presets": "^0.4.0-rc.1",
"emotion": "^10.0.27",
8 changes: 8 additions & 0 deletions examples/simple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.36.12](https://github.com/atanasster/component-controls/compare/v1.36.11...v1.36.12) (2020-10-29)

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





## [1.36.11](https://github.com/atanasster/component-controls/compare/v1.36.10...v1.36.11) (2020-10-29)

**Note:** Version bump only for package component-controls-simple
4 changes: 2 additions & 2 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "component-controls-simple",
"description": "component-controls example with css styles",
"private": true,
"version": "1.36.11",
"version": "1.36.12",
"main": "index.js",
"license": "MIT",
"scripts": {
@@ -12,7 +12,7 @@
"start-next": "next -p 9031"
},
"dependencies": {
"@component-controls/gatsby-theme-stories": "^1.36.11",
"@component-controls/gatsby-theme-stories": "^1.36.12",
"@emotion/core": "^10.0.27",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
Loading

0 comments on commit b6ba32f

Please sign in to comment.