diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fdaf785f..72457a2b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,54 @@ 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.1.0](https://github.com/dreammall-earth/dreammall.earth/compare/1.0.1...1.1.0) + +- refactor(presenter): rename products to produkte [`#214`](https://github.com/dreammall-earth/dreammall.earth/pull/214) +- fix(presenter): proper social preview [`#212`](https://github.com/dreammall-earth/dreammall.earth/pull/212) +- feat(presenter): vike per-page title [`#207`](https://github.com/dreammall-earth/dreammall.earth/pull/207) +- feat(presenter): design pages [`#206`](https://github.com/dreammall-earth/dreammall.earth/pull/206) +- feat(presenter): scss refactor [`#204`](https://github.com/dreammall-earth/dreammall.earth/pull/204) +- refactor(presenter): make input fields and checkbox reusable components [`#180`](https://github.com/dreammall-earth/dreammall.earth/pull/180) +- feat(presenter): automatic slider [`#205`](https://github.com/dreammall-earth/dreammall.earth/pull/205) +- refactor(presenter): improve naming conventions and folder structures [`#197`](https://github.com/dreammall-earth/dreammall.earth/pull/197) +- fix(backend): brevo response call fixes [`#203`](https://github.com/dreammall-earth/dreammall.earth/pull/203) +- feat(presenter): double opt in [`#188`](https://github.com/dreammall-earth/dreammall.earth/pull/188) +- chore(presenter): update boilerplate presenter 22.01.24 [`#198`](https://github.com/dreammall-earth/dreammall.earth/pull/198) +- chore(frontend): update packages 20 01 2024 [`#61`](https://github.com/dreammall-earth/dreammall.earth/pull/61) +- feat(presenter): improved social preview [`#186`](https://github.com/dreammall-earth/dreammall.earth/pull/186) +- fix(presenter): design fixes [`#178`](https://github.com/dreammall-earth/dreammall.earth/pull/178) +- feat(presenter): improve stories [`#179`](https://github.com/dreammall-earth/dreammall.earth/pull/179) +- docs(other): include browserstack reference as required by that service [`#181`](https://github.com/dreammall-earth/dreammall.earth/pull/181) +- feat(backend): double opt in [`#168`](https://github.com/dreammall-earth/dreammall.earth/pull/168) +- chore(presenter): update presenter from boilerplate [`#176`](https://github.com/dreammall-earth/dreammall.earth/pull/176) +- feat(presenter): increase coverage presenter [`#169`](https://github.com/dreammall-earth/dreammall.earth/pull/169) +- docs(frontend): fix readme [`#55`](https://github.com/dreammall-earth/dreammall.earth/pull/55) +- feat(frontend): stories [`#54`](https://github.com/dreammall-earth/dreammall.earth/pull/54) +- chore(frontend): update packages 13 01 2024 [`#53`](https://github.com/dreammall-earth/dreammall.earth/pull/53) +- feat(presenter): test response messages [`#167`](https://github.com/dreammall-earth/dreammall.earth/pull/167) +- feat(backend): database for newsletter double opt in [`#166`](https://github.com/dreammall-earth/dreammall.earth/pull/166) +- feat(presenter): snapshot testing [`#165`](https://github.com/dreammall-earth/dreammall.earth/pull/165) +- feat(frontend): snapshot tests [`#47`](https://github.com/dreammall-earth/dreammall.earth/pull/47) +- feat(frontend): test vike button [`#46`](https://github.com/dreammall-earth/dreammall.earth/pull/46) +- feat(frontend): build server [`#45`](https://github.com/dreammall-earth/dreammall.earth/pull/45) +- feat(frontend): utilize vike-navigate [`#44`](https://github.com/dreammall-earth/dreammall.earth/pull/44) +- fix(presenter): fix unit tests [`#161`](https://github.com/dreammall-earth/dreammall.earth/pull/161) +- chore(presenter): update packages [`#160`](https://github.com/dreammall-earth/dreammall.earth/pull/160) +- chore(frontend): update packages [`#43`](https://github.com/dreammall-earth/dreammall.earth/pull/43) +- refactor(presenter): utilize vike's client-side navigation [`#125`](https://github.com/dreammall-earth/dreammall.earth/pull/125) +- chore(presenter): update boilerplate presenter [`#134`](https://github.com/dreammall-earth/dreammall.earth/pull/134) +- fix(frontend): deleted unused debug handlers [`#35`](https://github.com/dreammall-earth/dreammall.earth/pull/35) +- Bump actions/checkout from 3 to 4 [`#33`](https://github.com/dreammall-earth/dreammall.earth/pull/33) +- chore(workflow): dependabot support [`#32`](https://github.com/dreammall-earth/dreammall.earth/pull/32) +- chore(frontend): apply vike fix [`#31`](https://github.com/dreammall-earth/dreammall.earth/pull/31) +- chore(frontend): package updates [`#30`](https://github.com/dreammall-earth/dreammall.earth/pull/30) +- fix(frontend): optimization [`#29`](https://github.com/dreammall-earth/dreammall.earth/pull/29) + #### [1.0.1](https://github.com/dreammall-earth/dreammall.earth/compare/1.0.0...1.0.1) +> 22 December 2023 + +- chore(release): 1.0.1 [`#133`](https://github.com/dreammall-earth/dreammall.earth/pull/133) - 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) diff --git a/backend/package-lock.json b/backend/package-lock.json index 4acf890530..3de066c3c4 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "boilerplate-backend", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "boilerplate-backend", - "version": "1.0.1", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "@apollo/server": "^4.9.5", diff --git a/backend/package.json b/backend/package.json index e5543e59c6..88458929e7 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate-backend", - "version": "1.0.1", + "version": "1.1.0", "description": "The IT4C Boilerplate for backends", "main": "build/index.ts", "repository": { diff --git a/package-lock.json b/package-lock.json index d1bc668924..1d9ebc3adc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dreammall.earth", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dreammall.earth", - "version": "1.0.1", + "version": "1.1.0", "license": "Apache-2.0", "devDependencies": { "@vuepress/bundler-vite": "^2.0.0-rc.0", diff --git a/package.json b/package.json index 71e22cb957..44cd592aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dreammall.earth", - "version": "1.0.1", + "version": "1.1.0", "description": "Dreammall.earth website & product page", "main": "build/index.js", "type": "module", diff --git a/presenter/package-lock.json b/presenter/package-lock.json index eea0ebacb9..4f32de5fbe 100644 --- a/presenter/package-lock.json +++ b/presenter/package-lock.json @@ -1,12 +1,12 @@ { "name": "boilerplate-frontend", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "boilerplate-frontend", - "version": "1.0.1", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "@apollo/client": "^3.8.8", diff --git a/presenter/package.json b/presenter/package.json index c7e318ed9d..3dfe627dee 100644 --- a/presenter/package.json +++ b/presenter/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate-frontend", - "version": "1.0.1", + "version": "1.1.0", "description": "The IT4C Boilerplate for frontends", "main": "build/index.cjs", "type": "module",