Skip to content

Commit

Permalink
Merge pull request #404 from iCHEF/port/5.3.0
Browse files Browse the repository at this point in the history
Backport/5.3.0
  • Loading branch information
a26620236 committed Mar 10, 2023
2 parents d408309 + 0ecf5c9 commit 00d4997
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [5.3.0](https://github.com/iCHEF/gypcrete/compare/v5.2.0...v5.3.0) (2023-03-10)


### Bug Fixes

* fix export ([399e9c6](https://github.com/iCHEF/gypcrete/commit/399e9c62dac933dad9a83a3dd6350983183df798))


### Features

* add getCroppingRect method on image editor ([a33b299](https://github.com/iCHEF/gypcrete/commit/a33b2995e06c11f20aeba901911815f17602424b))
* export getScaleFromCropRect ([c76b03a](https://github.com/iCHEF/gypcrete/commit/c76b03a86dd16e5ea397c04c034eddfe301654a4))



# [5.2.0](https://github.com/iCHEF/gypcrete/compare/v5.1.0...v5.2.0) (2022-11-04)


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.2.0",
"version": "5.3.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.2.0",
"version": "5.3.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/imageeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ichef/gypcrete-imageeditor",
"version": "5.2.0",
"version": "5.3.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
4 changes: 2 additions & 2 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.2.0",
"version": "5.3.0",
"description": "React Storybook for Gypcrete",
"private": true,
"repository": "iCHEF/gypcrete",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@ichef/gypcrete": "^5.2.0",
"@ichef/gypcrete-form": "^5.2.0",
"@ichef/gypcrete-imageeditor": "^5.2.0",
"@ichef/gypcrete-imageeditor": "^5.3.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 00d4997

Please sign in to comment.