Skip to content

Commit

Permalink
Merge pull request #195 from iCHEF/backport/2.0.1
Browse files Browse the repository at this point in the history
Backport 2.0.1
  • Loading branch information
zhusee2 committed Jan 10, 2019
2 parents 22c3ed6 + 3b1ef9b commit 5dd9058
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
N/A

## [2.0.1]
### Changed
- [Core] Fix `closable()` mixin to or not to call `onClose()` correctly on inside-clicks. (#193)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.0.0",
"version": "2.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete-build",
"version": "2.0.0",
"version": "2.0.1",
"description": "iCHEF web components library, built with React.",
"private": true,
"homepage": "https://ichef.github.io/gypcrete",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete",
"version": "2.0.0",
"version": "2.0.1",
"description": "iCHEF web components library, built with React.",
"homepage": "https://ichef.github.io/gypcrete",
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/core",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete-form",
"version": "2.0.0",
"version": "2.0.1",
"description": "Form components built on Gypcrete",
"homepage": "https://ichef.github.io/gypcrete",
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/form",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react": "^16.6.0"
},
"dependencies": {
"@ichef/gypcrete": "^2.0.0",
"@ichef/gypcrete": "^2.0.1",
"classnames": "^2.2.5",
"immutable": "^3.8.2",
"keycode": "^2.1.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete-imageeditor",
"version": "2.0.0",
"version": "2.0.1",
"description": "Image cropper built with Gypcrete",
"homepage": "https://ichef.github.io/gypcrete",
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/imageeditor",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react": "^16.6.0"
},
"dependencies": {
"@ichef/gypcrete": "^2.0.0",
"@ichef/gypcrete": "^2.0.1",
"classnames": "^2.2.5",
"react-avatar-editor": "^11.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete-storybook",
"version": "2.0.0",
"version": "2.0.1",
"description": "React Storybook for Gypcrete",
"private": true,
"repository": "iCHEF/gypcrete",
Expand All @@ -20,9 +20,9 @@
"ghpages": "npm run clean && npm run build:storybook"
},
"dependencies": {
"@ichef/gypcrete": "^2.0.0",
"@ichef/gypcrete-form": "^2.0.0",
"@ichef/gypcrete-imageeditor": "^2.0.0",
"@ichef/gypcrete": "^2.0.1",
"@ichef/gypcrete-form": "^2.0.1",
"@ichef/gypcrete-imageeditor": "^2.0.1",
"@storybook/addon-actions": "^4.0.0",
"@storybook/addon-info": "^4.0.0",
"@storybook/addon-options": "^4.0.0",
Expand Down

0 comments on commit 5dd9058

Please sign in to comment.