Skip to content

Commit

Permalink
Merge pull request #133 from dreammall-earth/v1.0.1
Browse files Browse the repository at this point in the history
chore(release): 1.0.1
  • Loading branch information
ulfgebhardt authored Dec 22, 2023
2 parents 6753277 + 0805e88 commit 915877f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.0.0](https://github.com/dreammall-earth/dreammall.earth/compare/0.9.3...1.0.0)
#### [1.0.1](https://github.com/dreammall-earth/dreammall.earth/compare/1.0.0...1.0.1)

- fix(presenter): fix invisible hamburger menu on Safari iOS [`#132`](https://github.com/dreammall-earth/dreammall.earth/pull/132)

### [1.0.0](https://github.com/dreammall-earth/dreammall.earth/compare/0.9.3...1.0.0)

> 21 December 2023
- chore(release): 1.0.0 [`#131`](https://github.com/dreammall-earth/dreammall.earth/pull/131)
- feat(presenter): final adjustments [`#130`](https://github.com/dreammall-earth/dreammall.earth/pull/130)
- refactor(backend): email api [`#123`](https://github.com/dreammall-earth/dreammall.earth/pull/123)
- fix(presenter): impressum update [`#111`](https://github.com/dreammall-earth/dreammall.earth/pull/111)
Expand Down
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate-backend",
"version": "1.0.0",
"version": "1.0.1",
"description": "The IT4C Boilerplate for backends",
"main": "build/index.ts",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dreammall.earth",
"version": "1.0.0",
"version": "1.0.1",
"description": "Dreammall.earth website & product page",
"main": "build/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions presenter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion presenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate-frontend",
"version": "1.0.0",
"version": "1.0.1",
"description": "The IT4C Boilerplate for frontends",
"main": "build/index.cjs",
"type": "module",
Expand Down

0 comments on commit 915877f

Please sign in to comment.