Skip to content

Commit b88334f

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

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.3](https://github.com/jungvonmatt/wekit/compare/v0.7.2...v0.7.3) (2022-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* bump dependencies ([a8d3c8a](https://github.com/jungvonmatt/wekit/commit/a8d3c8a1cd687d6aba3800d8ed313f197786a407))
12+
* **image:** adds defaults for type & srcset ([29d60f2](https://github.com/jungvonmatt/wekit/commit/29d60f215d9476e5b01c43d39ca3849a2adbda70))
13+
* **menu:** renames menu field in page to submenu ([ce37fd8](https://github.com/jungvonmatt/wekit/commit/ce37fd8c3dc9f21813d5edcadec195b25f1d96a2))
14+
* **spacing:** reduce default spacing ([d5cbfa2](https://github.com/jungvonmatt/wekit/commit/d5cbfa21e39ac8425d0b4ad29697e11ef40acf8f))
15+
* **spacings:** only use bottom spacings ([bf74818](https://github.com/jungvonmatt/wekit/commit/bf748189c4fe133c748ebfc04181e2cbe9580f11))
16+
17+
18+
### Performance Improvements
19+
20+
* **resource-hints:** Adds preload tag for stage images ([18489b3](https://github.com/jungvonmatt/wekit/commit/18489b36726d9324aa1bb7108c6fff62d0bbe9da))
21+
22+
23+
24+
25+
626
## [0.7.2](https://github.com/jungvonmatt/wekit/compare/v0.7.1...v0.7.2) (2022-03-22)
727

828

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.2",
2+
"version": "0.7.3",
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.3](https://github.com/jungvonmatt/wekit/compare/v0.7.2...v0.7.3) (2022-06-23)
7+
8+
9+
### Performance Improvements
10+
11+
* **resource-hints:** Adds preload tag for stage images ([18489b3](https://github.com/jungvonmatt/wekit/commit/18489b36726d9324aa1bb7108c6fff62d0bbe9da))
12+
13+
14+
15+
16+
617
## [0.7.2](https://github.com/jungvonmatt/wekit/compare/v0.7.1...v0.7.2) (2022-03-22)
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.2",
3+
"version": "0.7.3",
44
"description": "Create WEKit app",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)