Skip to content

Commit 2250e49

Browse files
author
Ben Zörb
committed
chore(release): updated release notes and package versions [ci skip]
1 parent 2d64d87 commit 2250e49

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.4](https://github.com/jungvonmatt/wekit/compare/v0.7.3...v0.7.4) (2022-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **scripts:** adds storybook:build script to run before storybook ([2d64d87](https://github.com/jungvonmatt/wekit/commit/2d64d872f5820e12fff65055e164fdfbeba26a12))
12+
13+
14+
15+
16+
617
## [0.7.3](https://github.com/jungvonmatt/wekit/compare/v0.7.2...v0.7.3) (2022-06-23)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.3",
2+
"version": "0.7.4",
33
"packages": [
44
"packages/*",
55
"packages/contentful-apps/*",

packages/create-wekit-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.4](https://github.com/jungvonmatt/wekit/compare/v0.7.3...v0.7.4) (2022-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **scripts:** adds storybook:build script to run before storybook ([2d64d87](https://github.com/jungvonmatt/wekit/commit/2d64d872f5820e12fff65055e164fdfbeba26a12))
12+
13+
14+
15+
16+
617
## [0.7.3](https://github.com/jungvonmatt/wekit/compare/v0.7.2...v0.7.3) (2022-06-23)
718

819

packages/create-wekit-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jungvonmatt/create-wekit-app",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Create WEKit app",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)