Skip to content

Commit

Permalink
chore: release main (#463)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: adjust changelogs

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Philipp Kaiser <philipp.kaiser@frachtwerk.de>
  • Loading branch information
github-actions[bot] and PhilKsr authored Jan 12, 2024
1 parent c2de52f commit 54e8d16
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/types": "3.1.0",
"packages/lib": "4.1.0",
"packages/app": "4.1.1",
"packages/docs": "2.1.1",
"packages/types": "3.1.1",
"packages/lib": "4.1.1",
"packages/app": "4.1.2",
"packages/docs": "2.1.2",
"packages/prettier-config": "1.1.0",
"packages/eslint-config": "2.1.0"
"packages/eslint-config": "2.1.1"
}
14 changes: 13 additions & 1 deletion packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Bug Fixes

* fix axios vulnerability ([7130f81](https://github.com/Frachtwerk/essencium-frontend/commit/7130f812b76396ec76a36e9cbcf310a02dc8c5d5))
* fix chaijs vulnerability ([#465](https://github.com/Frachtwerk/essencium-frontend/issues/465)) ([2b36a8f](https://github.com/Frachtwerk/essencium-frontend/commit/2b36a8f10e11e2b9693a3e75cd3fdccc37cff137))
* fix vite vulnerability in package app ([b80f788](https://github.com/Frachtwerk/essencium-frontend/commit/b80f788e436e797ffc94908f673be3baa1dee8fb))
* fix zod vulnerability ([d963ef3](https://github.com/Frachtwerk/essencium-frontend/commit/d963ef3bd8f5a3e74bf868ff3229adde3e0feeee))
* fix next vulnerability ([298b6b8](https://github.com/Frachtwerk/essencium-frontend/commit/298b6b80e1bb9d6c288146d734ee617c6ce97602))
* update nx ([#471](https://github.com/Frachtwerk/essencium-frontend/issues/471)) ([c2de52f](https://github.com/Frachtwerk/essencium-frontend/commit/c2de52f0d6e232a8f0c31788e8c2398d582576a9))

## [4.1.1](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v4.1.0...essencium-app-v4.1.1) (2023-12-10)


Expand Down Expand Up @@ -144,7 +156,7 @@
* create page for adding a new user ([4c1f089](https://github.com/Frachtwerk/essencium-frontend/commit/4c1f089c659ac9c44723ba8b32d22c9d16ff2ec9))
* display translation for locale property ([545eaec](https://github.com/Frachtwerk/essencium-frontend/commit/545eaecddc2bfa971d9670847dfc9b8dd27b1875))
* enable server-side sorting for the existing table views ([b000896](https://github.com/Frachtwerk/essencium-frontend/commit/b0008967f03057eb211a7bc1d8916de40fdebe19))
* **frontend:** add delete confirmation dialog to usersView ([5d6b6f6](https://github.com/Frachtwerk/essencium-frontend/commit/5d6b6f600e8c58d21246595f70438f872061c966))
* add delete confirmation dialog to usersView ([5d6b6f6](https://github.com/Frachtwerk/essencium-frontend/commit/5d6b6f600e8c58d21246595f70438f872061c966))
* implement basic filter functionality for users table ([7bc3a2a](https://github.com/Frachtwerk/essencium-frontend/commit/7bc3a2a2ec2e1a1ed3c9666ab06d02f18b729ace))
* protect routes and render navlinks conditionally ([c6dc83b](https://github.com/Frachtwerk/essencium-frontend/commit/c6dc83b28873063d6799fbaeac853f1ce0d06f6b))
* set dynamic title ([54d154a](https://github.com/Frachtwerk/essencium-frontend/commit/54d154a0c7500c0fc908d453f6b5ca948f491956))
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.1",
"version": "4.1.2",
"private": true,
"description": "This is the boilerplate based on the Essencium frontend library.",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* fix next vulnerability ([298b6b8](https://github.com/Frachtwerk/essencium-frontend/commit/298b6b80e1bb9d6c288146d734ee617c6ce97602))
* update nx ([#471](https://github.com/Frachtwerk/essencium-frontend/issues/471)) ([c2de52f](https://github.com/Frachtwerk/essencium-frontend/commit/c2de52f0d6e232a8f0c31788e8c2398d582576a9))

## [2.1.1](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-docs-v2.1.0...essencium-docs-v2.1.1) (2023-12-10)


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.1",
"version": "2.1.2",
"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.1.1](https://github.com/Frachtwerk/essencium-frontend/compare/eslint-config-essencium-v2.1.0...eslint-config-essencium-v2.1.1) (2024-01-12)


### Bug Fixes

* update nx ([#471](https://github.com/Frachtwerk/essencium-frontend/issues/471)) ([c2de52f](https://github.com/Frachtwerk/essencium-frontend/commit/c2de52f0d6e232a8f0c31788e8c2398d582576a9))

## [2.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/eslint-config-essencium-v2.0.0...eslint-config-essencium-v2.1.0) (2023-12-07)


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.0",
"version": "2.1.1",
"description": "This is the shared ESLint config for Essencium.",
"keywords": [
"eslint",
Expand Down
13 changes: 13 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.1.1](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v4.1.0...essencium-lib-v4.1.1) (2024-01-12)


### Bug Fixes

* fix axios vulnerability ([b186b72](https://github.com/Frachtwerk/essencium-frontend/commit/b186b7225635c77ae8a92dbe5f7c77fb564a06bf))
* fix babel vulnerability ([#462](https://github.com/Frachtwerk/essencium-frontend/issues/462)) ([a94234e](https://github.com/Frachtwerk/essencium-frontend/commit/a94234ee94b5da8a105b1d7294b5808b2f98db3f))
* fix postcss vulnerability ([c67b199](https://github.com/Frachtwerk/essencium-frontend/commit/c67b19919600427f09a17995b787518dcda308c1))
* fix vite vulnerability in package app ([b80f788](https://github.com/Frachtwerk/essencium-frontend/commit/b80f788e436e797ffc94908f673be3baa1dee8fb))
* fix zod vulnerability ([d963ef3](https://github.com/Frachtwerk/essencium-frontend/commit/d963ef3bd8f5a3e74bf868ff3229adde3e0feeee))
* fix next vulnerability ([298b6b8](https://github.com/Frachtwerk/essencium-frontend/commit/298b6b80e1bb9d6c288146d734ee617c6ce97602))
* update nx ([#471](https://github.com/Frachtwerk/essencium-frontend/issues/471)) ([c2de52f](https://github.com/Frachtwerk/essencium-frontend/commit/c2de52f0d6e232a8f0c31788e8c2398d582576a9))

## [4.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-lib-v4.0.0...essencium-lib-v4.1.0) (2023-12-07)


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

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


### Bug Fixes

* fix zod vulnerability ([d963ef3](https://github.com/Frachtwerk/essencium-frontend/commit/d963ef3bd8f5a3e74bf868ff3229adde3e0feeee))
* fix next vulnerability ([298b6b8](https://github.com/Frachtwerk/essencium-frontend/commit/298b6b80e1bb9d6c288146d734ee617c6ce97602))
* update nx ([#471](https://github.com/Frachtwerk/essencium-frontend/issues/471)) ([c2de52f](https://github.com/Frachtwerk/essencium-frontend/commit/c2de52f0d6e232a8f0c31788e8c2398d582576a9))

## [3.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-types-v3.0.0...essencium-types-v3.1.0) (2023-12-07)


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.0",
"version": "3.1.1",
"description": "This is the shared types library.",
"keywords": [
"starter",
Expand Down

2 comments on commit 54e8d16

@vercel
Copy link

@vercel vercel bot commented on 54e8d16 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 54e8d16 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.