Skip to content

Commit

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

* chore: update MIGRATION.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gerrit Schröer <me@gerrit.tech>
  • Loading branch information
github-actions[bot] and qhantom authored Mar 14, 2024
1 parent 01adf28 commit e45233c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/types": "4.1.0",
"packages/lib": "6.1.0",
"packages/app": "6.1.0",
"packages/app": "6.1.1",
"packages/docs": "3.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

## [6.1.1](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v6.1.0...essencium-app-v6.1.1) (2024-03-14)


### Bug Fixes

* construct api url correctly ([01adf28](https://github.com/Frachtwerk/essencium-frontend/commit/01adf28abece4d9d52cf7716b1639d040f4aa0f2))

## [6.1.0](https://github.com/Frachtwerk/essencium-frontend/compare/essencium-app-v6.0.0...essencium-app-v6.1.0) (2024-03-14)


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

## [6.1.1 (14.03.2024)](https://github.com/Frachtwerk/essencium-frontend/pull/539/files)

### `.env`

- fix how the API URL is constructed

## [6.1.0 (14.03.2024)](https://github.com/Frachtwerk/essencium-frontend/pull/528/files)

### `.env`
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": "6.1.0",
"version": "6.1.1",
"private": true,
"description": "This is the boilerplate based on the Essencium frontend library.",
"scripts": {
Expand Down

0 comments on commit e45233c

Please sign in to comment.