Skip to content

Commit 68da905

Browse files
authored
Merge pull request #430 from iCHEF/port/7.0.1
Backport/7.0.1
2 parents 646f48b + b0e3564 commit 68da905

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [7.0.1](https://github.com/iCHEF/gypcrete/compare/v7.0.0...v7.0.1) (2024-02-02)
2+
3+
4+
### Features
5+
6+
* integrate storybook with chromatic ([dd911b8](https://github.com/iCHEF/gypcrete/commit/dd911b82ea31f4e1d1534574d2f70f19ac551c96))
7+
8+
9+
110
# [7.0.0](https://github.com/iCHEF/gypcrete/compare/v6.1.0...v7.0.0) (2024-01-26)
211

312

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.0.0",
5+
"version": "7.0.1",
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.0.0",
3+
"version": "7.0.1",
44
"description": "iCHEF web components library, built with React.",
55
"private": true,
66
"homepage": "https://ichef.github.io/gypcrete",

packages/storybook/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-storybook",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "React Storybook for Gypcrete",
55
"private": true,
66
"repository": "iCHEF/gypcrete",

0 commit comments

Comments
 (0)