Skip to content

Commit 4d0474f

Browse files
author
Ben Zörb
committed
chore(release): updated release notes and package versions [ci skip]
1 parent dc70553 commit 4d0474f

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.5](https://github.com/jungvonmatt/wekit/compare/v0.7.4...v0.7.5) (2022-06-27)
7+
8+
9+
### Features
10+
11+
* **scripts:** adds watch script to package.json ([f05e770](https://github.com/jungvonmatt/wekit/commit/f05e770a4392309c67948c5d7fb25d5dac69ea46))
12+
13+
14+
15+
16+
617
## [0.7.4](https://github.com/jungvonmatt/wekit/compare/v0.7.3...v0.7.4) (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.4",
2+
"version": "0.7.5",
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.5](https://github.com/jungvonmatt/wekit/compare/v0.7.4...v0.7.5) (2022-06-27)
7+
8+
9+
### Features
10+
11+
* **scripts:** adds watch script to package.json ([f05e770](https://github.com/jungvonmatt/wekit/commit/f05e770a4392309c67948c5d7fb25d5dac69ea46))
12+
13+
14+
15+
16+
617
## [0.7.4](https://github.com/jungvonmatt/wekit/compare/v0.7.3...v0.7.4) (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.4",
3+
"version": "0.7.5",
44
"description": "Create WEKit app",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)