Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
qhantom committed May 29, 2024
1 parent d50ed6e commit 76c3e1e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/types": "5.0.0",
"packages/lib": "7.1.0",
"packages/app": "7.0.1",
"packages/lib": "7.2.0",
"packages/app": "7.1.0",
"packages/docs": "4.0.0",
"packages/prettier-config": "1.2.0",
"packages/eslint-config": "2.3.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v7.0.1...essencium-app-v7.1.0) (2024-05-29)


### Features

* enable props forwarding for appshell mantine components ([#582](https://github.com/Frachtwerk/essencium-frontend/issues/582)) ([d50ed6e](https://github.com/Frachtwerk/essencium-frontend/commit/d50ed6edb3d86002491975f6e90b202552fb2605))

## [7.0.1](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v7.0.0...essencium-app-v7.0.1) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/app/MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Migrations

## [x.y.z (DD.MM.YYYY)](#)
## [7.1.0 (29.05.2024)](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v7.0.1...essencium-app-v7.1.0)

### `src/components/layouts/AuthLayout.module.css`

Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/essencium-app",
"version": "7.0.1",
"version": "7.1.0",
"private": true,
"description": "This is the boilerplate based on the Essencium frontend library.",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.2.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v7.1.0...essencium-lib-v7.2.0) (2024-05-29)


### Features

* enable props forwarding for appshell mantine components ([#582](https://github.com/Frachtwerk/essencium-frontend/issues/582)) ([d50ed6e](https://github.com/Frachtwerk/essencium-frontend/commit/d50ed6edb3d86002491975f6e90b202552fb2605))

## [7.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v7.0.0...essencium-lib-v7.1.0) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/essencium-lib",
"version": "7.1.0",
"version": "7.2.0",
"description": "This is the component library for the Essencium frontend.",
"keywords": [
"starter",
Expand Down

0 comments on commit 76c3e1e

Please sign in to comment.