Skip to content

Commit

Permalink
Merge pull request #131 from dreammall-earth/v1.0.0
Browse files Browse the repository at this point in the history
chore(release): 1.0.0
  • Loading branch information
ulfgebhardt authored Dec 21, 2023
2 parents cac7340 + c07e03f commit f089c43
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 13 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,25 @@ 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).

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

- 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)
- feat(presenter): optimize and fixes [`#124`](https://github.com/dreammall-earth/dreammall.earth/pull/124)
- refactor(backend): refactor config [`#122`](https://github.com/dreammall-earth/dreammall.earth/pull/122)
- feat(backend): send newsletter contact from backend to brevo [`#98`](https://github.com/dreammall-earth/dreammall.earth/pull/98)
- feat(presenter): form feedback and design update [`#118`](https://github.com/dreammall-earth/dreammall.earth/pull/118)
- fix(presenter): fix buttons [`#121`](https://github.com/dreammall-earth/dreammall.earth/pull/121)
- feat(presenter): form validation [`#116`](https://github.com/dreammall-earth/dreammall.earth/pull/116)
- feat(backend): validation rules for inputs of contact form and newsletter [`#114`](https://github.com/dreammall-earth/dreammall.earth/pull/114)
- feat(backend): unit tests brevo api [`#110`](https://github.com/dreammall-earth/dreammall.earth/pull/110)

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

- update readme [`6d54dd3`](https://github.com/dreammall-earth/dreammall.earth/commit/6d54dd34542b4304c5cf08bd875a8976845d2a0e)
- generate proper release versions [`049c80a`](https://github.com/dreammall-earth/dreammall.earth/commit/049c80ab15274d42ee90fd021954870971737651)
- fix release script [`1b18653`](https://github.com/dreammall-earth/dreammall.earth/commit/1b186535f2feacd3ee420ac603c7b7abf0da6c1f)
> 19 December 2023
- feat(other): release mechanic, release 0.9.0 [`#113`](https://github.com/dreammall-earth/dreammall.earth/pull/113)

#### [v0.9.2](https://github.com/dreammall-earth/dreammall.earth/compare/0.9.1...v0.9.2)

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": "0.9.3",
"version": "1.0.0",
"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": "0.9.3",
"version": "1.0.0",
"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": "0.9.3",
"version": "1.0.0",
"description": "The IT4C Boilerplate for frontends",
"main": "build/index.cjs",
"type": "module",
Expand Down

0 comments on commit f089c43

Please sign in to comment.