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 23, 2024
1 parent 400f394 commit dd5c2f3
Show file tree
Hide file tree
Showing 6 changed files with 30 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.0.0",
"packages/app": "7.0.0",
"packages/lib": "7.1.0",
"packages/app": "7.0.1",
"packages/docs": "4.0.0",
"packages/prettier-config": "1.2.0",
"packages/eslint-config": "2.3.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Bug Fixes

* adjust z-index for notification ([#568](https://github.com/Frachtwerk/essencium-frontend/issues/568)) ([396114b](https://github.com/Frachtwerk/essencium-frontend/commit/396114b22a21a2d6ee882ca76be14f40159a7838))
* highlight parent navLink on child routes ([6902465](https://github.com/Frachtwerk/essencium-frontend/commit/6902465403790fc54f13cf84569f24171f90257d))
* load all users for filter ([#578](https://github.com/Frachtwerk/essencium-frontend/issues/578)) ([bf89a6e](https://github.com/Frachtwerk/essencium-frontend/commit/bf89a6effeef01fa3ec3452d912abc5b1de68f9a))

## [7.0.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v6.1.1...essencium-app-v7.0.0) (2024-04-25)


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

## [?.?.? (dd.mm.yyyy)]()
## [7.0.1 (23.05.2024)](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v7.0.0...essencium-app-v7.0.1)

### `src/utils/withBaseStylingShowNotification.ts`

- add z-index `100`

### `src/pages/users/index.tsx`

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.0",
"version": "7.0.1",
"private": true,
"description": "This is the boilerplate based on the Essencium frontend library.",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* add functionality for fixedTableSize to TablePagination ([2875a9b](https://github.com/Frachtwerk/essencium-frontend/commit/2875a9bd281f3f50b4de19f3367517ab93fe352c))


### Bug Fixes

* highlight parent navLink on child routes ([6902465](https://github.com/Frachtwerk/essencium-frontend/commit/6902465403790fc54f13cf84569f24171f90257d))

## [7.0.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v6.1.0...essencium-lib-v7.0.0) (2024-04-25)


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.0.0",
"version": "7.1.0",
"description": "This is the component library for the Essencium frontend.",
"keywords": [
"starter",
Expand Down

0 comments on commit dd5c2f3

Please sign in to comment.