Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 12, 2020
1 parent 741898b commit f291e4f
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 10 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.5.0](https://github.com/ccontrols/component-controls/compare/v0.4.0...v0.5.0) (2020-02-12)


### Features

* legacy context mode ([741898b](https://github.com/ccontrols/component-controls/commit/741898b6088ece230523af16631a301667b27fa3))





# [0.4.0](https://github.com/ccontrols/component-controls/compare/v0.3.5...v0.4.0) (2020-02-12)


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.

# [0.5.0](https://github.com/ccontrols/component-controls/compare/v0.4.0...v0.5.0) (2020-02-12)

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





# [0.4.0](https://github.com/ccontrols/component-controls/compare/v0.3.5...v0.4.0) (2020-02-12)

**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": "0.4.0",
"version": "0.5.0",
"description": "Component controls core utility routines",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/specification": "^0.4.0",
"@component-controls/specification": "^0.5.0",
"escape-html": "^1.0.3",
"faker": "^4.1.0",
"typescript": "3.5.3"
Expand Down
8 changes: 8 additions & 0 deletions core/editors/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.5.0](https://github.com/ccontrols/component-controls/compare/v0.4.0...v0.5.0) (2020-02-12)

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





# [0.4.0](https://github.com/ccontrols/component-controls/compare/v0.3.5...v0.4.0) (2020-02-12)

**Note:** Version bump only for package @component-controls/editors
Expand Down
6 changes: 3 additions & 3 deletions core/editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/editors",
"version": "0.4.0",
"version": "0.5.0",
"description": "Component controls specification and utility routines",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/core": "^0.4.0",
"@component-controls/specification": "^0.4.0",
"@component-controls/core": "^0.5.0",
"@component-controls/specification": "^0.5.0",
"copy-to-clipboard": "^3.2.1",
"global": "^4.3.2",
"polished": "^3.4.4",
Expand Down
8 changes: 8 additions & 0 deletions core/specification/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.5.0](https://github.com/ccontrols/component-controls/compare/v0.4.0...v0.5.0) (2020-02-12)

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





# [0.4.0](https://github.com/ccontrols/component-controls/compare/v0.3.5...v0.4.0) (2020-02-12)

**Note:** Version bump only for package @component-controls/specification
Expand Down
2 changes: 1 addition & 1 deletion core/specification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@component-controls/specification",
"version": "0.4.0",
"version": "0.5.0",
"description": "Component controls specification with typescript definitions",
"main": "dist/index.js",
"module": "dist/index.esm.js",
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.5.0](https://github.com/ccontrols/component-controls/compare/v0.4.0...v0.5.0) (2020-02-12)


### Features

* legacy context mode ([741898b](https://github.com/ccontrols/component-controls/commit/741898b6088ece230523af16631a301667b27fa3))





# [0.4.0](https://github.com/ccontrols/component-controls/compare/v0.3.5...v0.4.0) (2020-02-12)


Expand Down
6 changes: 3 additions & 3 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.4.0",
"version": "0.5.0",
"description": "Storybook Addon For live editing of component controls",
"keywords": [
"addon",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"license": "MIT",
"dependencies": {
"@component-controls/editors": "^0.4.0",
"@component-controls/specification": "^0.4.0",
"@component-controls/editors": "^0.5.0",
"@component-controls/specification": "^0.5.0",
"@theme-ui/presets": "^0.3.0",
"copy-to-clipboard": "^3.0.8",
"core-js": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"core/**/*",
"integrations/**/*"
],
"version": "0.4.0",
"version": "0.5.0",
"npmClient": "yarn",
"useWorkspaces": true
}

0 comments on commit f291e4f

Please sign in to comment.