Skip to content

Commit

Permalink
build: bump version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 27, 2023
1 parent b986c24 commit 9319314
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [6.0.0](https://github.com/iCHEF/gypcrete/compare/v5.3.0...v6.0.0) (2023-06-27)


### Features

* replace create-react-context with the native React Context API ([39b825c](https://github.com/iCHEF/gypcrete/commit/39b825ccf92f6ad3073841285931b516fffa3dc8))
* upgrade react-textarea-autosize ([58ac7b7](https://github.com/iCHEF/gypcrete/commit/58ac7b762606bc72ff71a2cf03394a11821e35fe))



# [5.3.0](https://github.com/iCHEF/gypcrete/compare/v5.2.0...v5.3.0) (2023-03-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.3.0",
"version": "6.0.0",
"npmClient": "yarn",
"command": {
"version": {
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": "5.3.0",
"version": "6.0.0",
"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": "5.2.0",
"version": "6.0.0",
"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": "5.2.0",
"version": "6.0.0",
"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 @@ -35,7 +35,7 @@
"react": "^17.0.2"
},
"dependencies": {
"@ichef/gypcrete": "^5.2.0",
"@ichef/gypcrete": "^6.0.0",
"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": "5.3.0",
"version": "6.0.0",
"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 @@ -35,7 +35,7 @@
"react": "^17.0.2"
},
"dependencies": {
"@ichef/gypcrete": "^5.2.0",
"@ichef/gypcrete": "^6.0.0",
"classnames": "^2.2.5",
"react-avatar-editor": "^11.0.2",
"warning": "^4.0.3"
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": "5.3.0",
"version": "6.0.0",
"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": "^5.2.0",
"@ichef/gypcrete-form": "^5.2.0",
"@ichef/gypcrete-imageeditor": "^5.3.0",
"@ichef/gypcrete": "^6.0.0",
"@ichef/gypcrete-form": "^6.0.0",
"@ichef/gypcrete-imageeditor": "^6.0.0",
"@storybook/addon-actions": "^5.3.2",
"@storybook/addon-docs": "^5.3.2",
"@storybook/addon-info": "^5.3.2",
Expand Down

0 comments on commit 9319314

Please sign in to comment.