Skip to content

Commit

Permalink
chore: release main (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 6, 2024
1 parent 8dc8080 commit 89df602
Show file tree
Hide file tree
Showing 13 changed files with 96 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/types": "3.1.1",
"packages/lib": "4.1.2",
"packages/app": "4.1.3",
"packages/docs": "2.1.2",
"packages/prettier-config": "1.1.0",
"packages/eslint-config": "2.1.1"
"packages/types": "4.0.0",
"packages/lib": "5.0.0",
"packages/app": "5.0.0",
"packages/docs": "2.2.0",
"packages/prettier-config": "1.2.0",
"packages/eslint-config": "2.2.0"
}
23 changes: 23 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [5.0.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v4.1.3...essencium-app-v5.0.0) (2024-02-06)


### ⚠ BREAKING CHANGES

* change role object of user to list of role objects ([#505](https://github.com/Frachtwerk/essencium-frontend/issues/505))

### Features

* add feedback widget ([e55062d](https://github.com/Frachtwerk/essencium-frontend/commit/e55062dc55051f3e188b2e118b9fdf4a1f59b71f))
* add language setup test for other tests ([#481](https://github.com/Frachtwerk/essencium-frontend/issues/481)) ([c281f49](https://github.com/Frachtwerk/essencium-frontend/commit/c281f496ec78be991c7d06e57b74aea2707ae759))
* add pnpm v8 support ([c01d9d0](https://github.com/Frachtwerk/essencium-frontend/commit/c01d9d09890eb512c7de933ce417e636ccb68b07))


### Bug Fixes

* set inital state of foldedNav to true ([#470](https://github.com/Frachtwerk/essencium-frontend/issues/470)) ([e1f4fa8](https://github.com/Frachtwerk/essencium-frontend/commit/e1f4fa8e8ad97f52695ec3cc58c96550d52e8ff2))


### Code Refactoring

* change role object of user to list of role objects ([#505](https://github.com/Frachtwerk/essencium-frontend/issues/505)) ([8dc8080](https://github.com/Frachtwerk/essencium-frontend/commit/8dc8080c157a6a33d164a809e181b30d8c010cb6))

## [4.1.3](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v4.1.2...essencium-app-v4.1.3) (2024-01-13)


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

## [2.2.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-docs-v2.1.2...essencium-docs-v2.2.0) (2024-02-06)


### Features

* add pnpm v8 support ([c01d9d0](https://github.com/Frachtwerk/essencium-frontend/commit/c01d9d09890eb512c7de933ce417e636ccb68b07))

## [2.1.2](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-docs-v2.1.1...essencium-docs-v2.1.2) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/essencium-docs",
"version": "2.1.2",
"version": "2.2.0",
"description": "Essencium Frontend Docs",
"homepage": "https://github.com/Frachtwerk/essencium-frontend/blob/main/README.md",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://github.com/Frachtwerk/essencium-frontend/compare/eslint-config-essencium-v2.1.1...eslint-config-essencium-v2.2.0) (2024-02-06)


### Features

* add pnpm v8 support ([c01d9d0](https://github.com/Frachtwerk/essencium-frontend/commit/c01d9d09890eb512c7de933ce417e636ccb68b07))

## [2.1.1](https://github.com/Frachtwerk/essencium-frontend/compare/eslint-config-essencium-v2.1.0...eslint-config-essencium-v2.1.1) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/eslint-config-essencium",
"version": "2.1.1",
"version": "2.2.0",
"description": "This is the shared ESLint config for Essencium.",
"keywords": [
"eslint",
Expand Down
23 changes: 23 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [5.0.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v4.1.2...essencium-lib-v5.0.0) (2024-02-06)


### ⚠ BREAKING CHANGES

* change role object of user to list of role objects ([#505](https://github.com/Frachtwerk/essencium-frontend/issues/505))

### Features

* add feedback widget ([e55062d](https://github.com/Frachtwerk/essencium-frontend/commit/e55062dc55051f3e188b2e118b9fdf4a1f59b71f))
* add pnpm v8 support ([c01d9d0](https://github.com/Frachtwerk/essencium-frontend/commit/c01d9d09890eb512c7de933ce417e636ccb68b07))


### Bug Fixes

* fix darkmode for rights ([#475](https://github.com/Frachtwerk/essencium-frontend/issues/475)) ([5045ff6](https://github.com/Frachtwerk/essencium-frontend/commit/5045ff6cdf817fa1bb2b29d6d60858b0ad2086f1))
* set inital state of foldedNav to true ([#470](https://github.com/Frachtwerk/essencium-frontend/issues/470)) ([e1f4fa8](https://github.com/Frachtwerk/essencium-frontend/commit/e1f4fa8e8ad97f52695ec3cc58c96550d52e8ff2))


### Code Refactoring

* change role object of user to list of role objects ([#505](https://github.com/Frachtwerk/essencium-frontend/issues/505)) ([8dc8080](https://github.com/Frachtwerk/essencium-frontend/commit/8dc8080c157a6a33d164a809e181b30d8c010cb6))

## [4.1.2](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v4.1.1...essencium-lib-v4.1.2) (2024-01-13)


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": "4.1.2",
"version": "5.0.0",
"description": "This is the component library for the Essencium frontend.",
"keywords": [
"starter",
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/Frachtwerk/essencium-frontend/compare/prettier-config-essencium-v1.1.0...prettier-config-essencium-v1.2.0) (2024-02-06)


### Features

* add pnpm v8 support ([c01d9d0](https://github.com/Frachtwerk/essencium-frontend/commit/c01d9d09890eb512c7de933ce417e636ccb68b07))

## [1.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/prettier-config-essencium-v1.0.0...prettier-config-essencium-v1.1.0) (2023-12-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/prettier-config-essencium",
"version": "1.1.0",
"version": "1.2.0",
"description": "This is the shared Prettier config for Essencium.",
"keywords": [
"prettier-config",
Expand Down
17 changes: 17 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [4.0.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-types-v3.1.1...essencium-types-v4.0.0) (2024-02-06)


### ⚠ BREAKING CHANGES

* change role object of user to list of role objects ([#505](https://github.com/Frachtwerk/essencium-frontend/issues/505))

### Features

* add feedback widget ([e55062d](https://github.com/Frachtwerk/essencium-frontend/commit/e55062dc55051f3e188b2e118b9fdf4a1f59b71f))
* add pnpm v8 support ([c01d9d0](https://github.com/Frachtwerk/essencium-frontend/commit/c01d9d09890eb512c7de933ce417e636ccb68b07))


### Code Refactoring

* change role object of user to list of role objects ([#505](https://github.com/Frachtwerk/essencium-frontend/issues/505)) ([8dc8080](https://github.com/Frachtwerk/essencium-frontend/commit/8dc8080c157a6a33d164a809e181b30d8c010cb6))

## [3.1.1](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-types-v3.1.0...essencium-types-v3.1.1) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frachtwerk/essencium-types",
"version": "3.1.1",
"version": "4.0.0",
"description": "This is the shared types library.",
"keywords": [
"starter",
Expand Down

0 comments on commit 89df602

Please sign in to comment.