Skip to content

Commit b6c2aa4

Browse files
author
github-actions
committed
build: bump version to 7.3.0
1 parent c768ec5 commit b6c2aa4

File tree

7 files changed

+30
-11
lines changed

7 files changed

+30
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [7.3.0](https://github.com/iCHEF/gypcrete/compare/v7.2.0...v7.3.0) (2025-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* correct cardProps declaration position in Card component ([2920446](https://github.com/iCHEF/gypcrete/commit/2920446f610d506ce1a86bdf6cf4cd57a93af818))
7+
* update gap of card layout ([fff4453](https://github.com/iCHEF/gypcrete/commit/fff4453e63b57cd01cc5ef0da2fbae63d33b709c))
8+
9+
10+
### Features
11+
12+
* add CardContainer component with styles and Storybook examples ([e1865f4](https://github.com/iCHEF/gypcrete/commit/e1865f40b88aab9c258c653a317d26f8efa743e1))
13+
* add cardLayoutProps to CardLayout for passing additional attributes ([123ed3f](https://github.com/iCHEF/gypcrete/commit/123ed3f010f82062e5bc37c0be3779c675434fdc))
14+
* add new SVG icons for Card component ([7e94bfa](https://github.com/iCHEF/gypcrete/commit/7e94bfa00dbc3eae87b2ed8ab87248f6f0c5bf24))
15+
* generate various Icon components from svg ([4b83ac7](https://github.com/iCHEF/gypcrete/commit/4b83ac75e537dd585fc05f717168a81be863c14a))
16+
* implement Card component with styles and tests ([3e31ce6](https://github.com/iCHEF/gypcrete/commit/3e31ce68f99589c5e36ee4e34e88bb14e8af85b3))
17+
18+
19+
120
# [7.2.0](https://github.com/iCHEF/gypcrete/compare/v7.1.0...v7.2.0) (2025-05-16)
221

322

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": "7.2.0",
5+
"version": "7.3.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": "7.2.0",
3+
"version": "7.3.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": "7.2.0",
3+
"version": "7.3.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": "7.2.0",
3+
"version": "7.3.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": "^18.2.0"
3636
},
3737
"dependencies": {
38-
"@ichef/gypcrete": "^7.2.0",
38+
"@ichef/gypcrete": "^7.3.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": "7.2.0",
3+
"version": "7.3.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": "^18.2.0"
3636
},
3737
"dependencies": {
38-
"@ichef/gypcrete": "^7.2.0",
38+
"@ichef/gypcrete": "^7.3.0",
3939
"classnames": "^2.2.5",
4040
"react-avatar-editor": "^13.0.1",
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": "7.2.0",
3+
"version": "7.3.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": "^7.2.0",
24-
"@ichef/gypcrete-form": "^7.2.0",
25-
"@ichef/gypcrete-imageeditor": "^7.2.0",
23+
"@ichef/gypcrete": "^7.3.0",
24+
"@ichef/gypcrete-form": "^7.3.0",
25+
"@ichef/gypcrete-imageeditor": "^7.3.0",
2626
"@storybook/addon-actions": "^6.5.12",
2727
"@storybook/addon-docs": "^6.5.12",
2828
"@storybook/addons": "^6.5.12",

0 commit comments

Comments
 (0)