Skip to content

Commit 9319314

Browse files
author
github-actions
committed
build: bump version to 6.0.0
1 parent b986c24 commit 9319314

File tree

7 files changed

+21
-11
lines changed

7 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [6.0.0](https://github.com/iCHEF/gypcrete/compare/v5.3.0...v6.0.0) (2023-06-27)
2+
3+
4+
### Features
5+
6+
* replace create-react-context with the native React Context API ([39b825c](https://github.com/iCHEF/gypcrete/commit/39b825ccf92f6ad3073841285931b516fffa3dc8))
7+
* upgrade react-textarea-autosize ([58ac7b7](https://github.com/iCHEF/gypcrete/commit/58ac7b762606bc72ff71a2cf03394a11821e35fe))
8+
9+
10+
111
# [5.3.0](https://github.com/iCHEF/gypcrete/compare/v5.2.0...v5.3.0) (2023-03-10)
212

313

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "5.3.0",
5+
"version": "6.0.0",
66
"npmClient": "yarn",
77
"command": {
88
"version": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete-build",
3-
"version": "5.3.0",
3+
"version": "6.0.0",
44
"description": "iCHEF web components library, built with React.",
55
"private": true,
66
"homepage": "https://ichef.github.io/gypcrete",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "iCHEF web components library, built with React.",
55
"homepage": "https://ichef.github.io/gypcrete",
66
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/core",

packages/form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete-form",
3-
"version": "5.2.0",
3+
"version": "6.0.0",
44
"description": "Form components built on Gypcrete",
55
"homepage": "https://ichef.github.io/gypcrete",
66
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/form",
@@ -35,7 +35,7 @@
3535
"react": "^17.0.2"
3636
},
3737
"dependencies": {
38-
"@ichef/gypcrete": "^5.2.0",
38+
"@ichef/gypcrete": "^6.0.0",
3939
"classnames": "^2.2.5",
4040
"immutable": "^3.8.2",
4141
"keycode": "^2.1.9",

packages/imageeditor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete-imageeditor",
3-
"version": "5.3.0",
3+
"version": "6.0.0",
44
"description": "Image cropper built with Gypcrete",
55
"homepage": "https://ichef.github.io/gypcrete",
66
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/imageeditor",
@@ -35,7 +35,7 @@
3535
"react": "^17.0.2"
3636
},
3737
"dependencies": {
38-
"@ichef/gypcrete": "^5.2.0",
38+
"@ichef/gypcrete": "^6.0.0",
3939
"classnames": "^2.2.5",
4040
"react-avatar-editor": "^11.0.2",
4141
"warning": "^4.0.3"

packages/storybook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete-storybook",
3-
"version": "5.3.0",
3+
"version": "6.0.0",
44
"description": "React Storybook for Gypcrete",
55
"private": true,
66
"repository": "iCHEF/gypcrete",
@@ -20,9 +20,9 @@
2020
"ghpages": "npm run clean && npm run build:storybook"
2121
},
2222
"dependencies": {
23-
"@ichef/gypcrete": "^5.2.0",
24-
"@ichef/gypcrete-form": "^5.2.0",
25-
"@ichef/gypcrete-imageeditor": "^5.3.0",
23+
"@ichef/gypcrete": "^6.0.0",
24+
"@ichef/gypcrete-form": "^6.0.0",
25+
"@ichef/gypcrete-imageeditor": "^6.0.0",
2626
"@storybook/addon-actions": "^5.3.2",
2727
"@storybook/addon-docs": "^5.3.2",
2828
"@storybook/addon-info": "^5.3.2",

0 commit comments

Comments
 (0)