Skip to content

Commit 0d0edcb

Browse files
committed
chore: updated version and cleaned release story
1 parent 3d0886f commit 0d0edcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@storefront-ui/root",
33
"private": true,
4-
"version": "0.11.3",
4+
"version": "0.11.4",
55
"description": "",
66
"main": "index.js",
77
"author": "Storefront UI",

packages/vue/src/stories/releases/v0.11.x/v0.11.4/v0.11.4.stories.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import { Meta } from "@storybook/addon-docs/blocks";
77

88
## 🔨 Refactors
99

10-
- SfIcon: it's regular component instead of functional component
10+
- SfIcon: it's a regular component instead of functional component
1111

1212
## 🐛 Fixes
1313

1414
- SfSection: fixed issue with rendering empty heading
1515
- Customization stories: updated documentation file with new code examples for customization
16-
- SfProductCard - add badge showing when there are more then colors in ColorPicker
16+
- SfProductCard: add badge showing when there are more then colors in ColorPicker
1717
- SfAccordion: removed mutating children behavior that caused memory leak
1818
- SfMegaMenu: fix click:back event
1919
- SfHeader: keyup.enter event

0 commit comments

Comments
 (0)