Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport/7.0.0 #425

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [7.0.0](https://github.com/iCHEF/gypcrete/compare/v6.1.0...v7.0.0) (2024-01-26)


### Bug Fixes

* Fix warning message in SelectRow.js ([26f200f](https://github.com/iCHEF/gypcrete/commit/26f200f8fab14f3bb67dedb69a2deb44eee00749))


### Features

* upgrade react to v18 ([f6366f4](https://github.com/iCHEF/gypcrete/commit/f6366f452ccde2955931984a556bc3637b56bb7a))



# [6.1.0](https://github.com/iCHEF/gypcrete/compare/v6.0.0...v6.1.0) (2023-09-15)


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": "6.1.0",
"version": "7.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": "6.1.0",
"version": "7.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": "6.1.0",
"version": "7.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": "6.1.0",
"version": "7.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": "^18.2.0"
},
"dependencies": {
"@ichef/gypcrete": "^6.1.0",
"@ichef/gypcrete": "^7.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": "6.1.0",
"version": "7.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": "^18.2.0"
},
"dependencies": {
"@ichef/gypcrete": "^6.1.0",
"@ichef/gypcrete": "^7.0.0",
"classnames": "^2.2.5",
"react-avatar-editor": "^13.0.1",
"warning": "^4.0.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete-storybook",
"version": "6.1.0",
"version": "7.0.0",
"description": "React Storybook for Gypcrete",
"private": true,
"repository": "iCHEF/gypcrete",
Expand All @@ -20,14 +20,14 @@
"ghpages": "npm run clean && npm run build:storybook"
},
"dependencies": {
"@ichef/gypcrete": "^6.1.0",
"@ichef/gypcrete-form": "^6.1.0",
"@ichef/gypcrete-imageeditor": "^6.1.0",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@ichef/gypcrete": "^7.0.0",
"@ichef/gypcrete-form": "^7.0.0",
"@ichef/gypcrete-imageeditor": "^7.0.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addons": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"autoprefixer": "^7.2.5",
"mini-css-extract-plugin": "^2.7.6",
Expand Down
Loading