Skip to content

Commit a449aaf

Browse files
committed
v1.0.1
1 parent 5fc1631 commit a449aaf

File tree

42 files changed

+241
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+241
-61
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/ccontrols/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* timing issue onload for storybook-5 ([5fc1631](https://github.com/ccontrols/component-controls/commit/5fc1631cd43e92fbdec15320ae393b0cbd8f6158))
12+
13+
14+
15+
16+
617
# [0.9.0](https://github.com/ccontrols/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
718

819

core/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/ccontrols/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package @component-controls/core
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/ccontrols/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

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

core/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@component-controls/core",
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"description": "Component controls core utility routines",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -29,7 +29,7 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"@component-controls/specification": "^0.9.0",
32+
"@component-controls/specification": "^1.0.1",
3333
"escape-html": "^1.0.3",
3434
"faker": "^4.1.0",
3535
"typescript": "^3.8.3"

core/instrument/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/ccontrols/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package @component-controls/instrument
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/ccontrols/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

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

core/instrument/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@component-controls/instrument",
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"description": "Component controls instrumentation library",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -33,8 +33,8 @@
3333
"@babel/generator": "^7.9.4",
3434
"@babel/parser": "^7.9.4",
3535
"@babel/traverse": "^7.9.0",
36-
"@component-controls/core": "^0.9.0",
37-
"@component-controls/specification": "^0.9.0",
36+
"@component-controls/core": "^1.0.1",
37+
"@component-controls/specification": "^1.0.1",
3838
"@hutson/parse-repository-url": "^5.0.0",
3939
"@mdx-js/loader": "^1.5.5",
4040
"camelcase": "^6.0.0",

core/loader/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/ccontrols/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package @component-controls/loader
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/ccontrols/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

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

core/loader/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@component-controls/loader",
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"description": "Webpack loader for component controls instrumentation",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -33,8 +33,8 @@
3333
},
3434
"license": "MIT",
3535
"dependencies": {
36-
"@component-controls/instrument": "^0.9.0",
37-
"@component-controls/specification": "^0.9.0",
36+
"@component-controls/instrument": "^1.0.1",
37+
"@component-controls/specification": "^1.0.1",
3838
"@storybook/csf": "^0.0.1",
3939
"loader-utils": "^1.2.3",
4040
"typescript": "^3.8.3",

core/specification/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/ccontrols/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package @component-controls/specification
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/ccontrols/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

816

core/specification/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@component-controls/specification",
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"description": "Component controls specification with typescript definitions",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

core/store/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/ccontrols/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package @component-controls/store
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/ccontrols/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

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

core/store/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@component-controls/store",
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"description": "Component controls shared storage store",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -30,9 +30,9 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@component-controls/core": "^0.9.0",
34-
"@component-controls/loader": "^0.9.0",
35-
"@component-controls/specification": "^0.9.0",
33+
"@component-controls/core": "^1.0.1",
34+
"@component-controls/loader": "^1.0.1",
35+
"@component-controls/specification": "^1.0.1",
3636
"@storybook/csf": "^0.0.1",
3737
"broadcast-channel": "^3.1.0",
3838
"typescript": "^3.8.3"

core/webpack-configs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/ccontrols/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package @component-controls/webpack-configs
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/ccontrols/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

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

core/webpack-configs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@component-controls/webpack-configs",
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"description": "Webpack preset configurations",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -30,7 +30,7 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@component-controls/instrument": "^0.9.0",
33+
"@component-controls/instrument": "^1.0.1",
3434
"deepmerge": "^4.2.2",
3535
"typescript": "^3.8.3",
3636
"webpack": "^4.43.0"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [1.0.1](https://github.com/atanasster/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* timing issue onload for storybook-5 ([5fc1631](https://github.com/atanasster/component-controls/commit/5fc1631cd43e92fbdec15320ae393b0cbd8f6158))

examples/custom-pages-storybook-5/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "custom-storybook-pages",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "index.js",
66
"license": "MIT",
77
"scripts": {
@@ -11,7 +11,7 @@
1111
"build-storybook": "build-storybook -c .storybook -o ./docs"
1212
},
1313
"dependencies": {
14-
"@component-controls/storybook-custom-docs": "^0.9.0",
14+
"@component-controls/storybook-custom-docs": "^1.0.1",
1515
"@storybook/react": "^5.3.18",
1616
"prop-types": "^15.7.2",
1717
"react": "^16.13.1",

examples/custom-pages-storybook-6/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/atanasster/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* timing issue onload for storybook-5 ([5fc1631](https://github.com/atanasster/component-controls/commit/5fc1631cd43e92fbdec15320ae393b0cbd8f6158))
12+
13+
14+
15+
16+
617
# [0.9.0](https://github.com/atanasster/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
718

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

examples/custom-pages-storybook-6/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"name": "component-controls-storybook-custom-docs-pages",
55
"license": "MIT",
66
"scripts": {
@@ -9,9 +9,9 @@
99
"build-storybook": "build-storybook -c .storybook -o ./docs"
1010
},
1111
"dependencies": {
12-
"@component-controls/specification": "^0.9.0",
13-
"@component-controls/storybook": "^0.9.0",
14-
"@component-controls/storybook-custom-docs": "^0.9.0",
12+
"@component-controls/specification": "^1.0.1",
13+
"@component-controls/storybook": "^1.0.1",
14+
"@component-controls/storybook-custom-docs": "^1.0.1",
1515
"@storybook/addon-docs": "6.0.0-alpha.28",
1616
"@storybook/preset-typescript": "*",
1717
"@storybook/react": "6.0.0-alpha.28",

examples/stories/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/atanasster/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package component-controls-stories
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/atanasster/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

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

examples/stories/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"name": "component-controls-stories",
55
"license": "MIT"
66
}

examples/storybook-6-no-docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/atanasster/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package component-controls-storybook-6-no-docs
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/atanasster/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

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

examples/storybook-6-no-docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"name": "component-controls-storybook-6-no-docs",
55
"license": "MIT",
66
"scripts": {
@@ -9,8 +9,8 @@
99
"build-storybook": "build-storybook -c .storybook -o ./docs"
1010
},
1111
"dependencies": {
12-
"@component-controls/specification": "^0.9.0",
13-
"@component-controls/storybook": "^0.9.0",
12+
"@component-controls/specification": "^1.0.1",
13+
"@component-controls/storybook": "^1.0.1",
1414
"@storybook/react": "6.0.0-alpha.28",
1515
"babel-loader": "^8.0.6",
1616
"babel-preset-react-app": "^9.0.0",

examples/storybook-6/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/atanasster/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package component-controls-storybook-6
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/atanasster/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

816

examples/storybook-6/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"name": "component-controls-storybook-6",
55
"license": "MIT",
66
"scripts": {
@@ -10,8 +10,8 @@
1010
"build-storybook": "build-storybook -c .storybook -o ./docs"
1111
},
1212
"dependencies": {
13-
"@component-controls/specification": "^0.9.0",
14-
"@component-controls/storybook": "^0.9.0",
13+
"@component-controls/specification": "^1.0.1",
14+
"@component-controls/storybook": "^1.0.1",
1515
"@storybook/addon-docs": "6.0.0-alpha.28",
1616
"@storybook/preset-typescript": "*",
1717
"@storybook/react": "6.0.0-alpha.28",

examples/storybook-tutorial/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/atanasster/component-controls/compare/v0.9.0...v1.0.1) (2020-04-26)
7+
8+
**Note:** Version bump only for package component-controls-storybook-tutorial
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/atanasster/component-controls/compare/v0.8.2...v0.9.0) (2020-04-26)
715

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

0 commit comments

Comments
 (0)