Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 1.0.1 #133

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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