diff --git a/.changeset/many-zoos-travel.md b/.changeset/many-zoos-travel.md deleted file mode 100644 index 9c8efc84f..000000000 --- a/.changeset/many-zoos-travel.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"frontend": major -"bot": major ---- - -Move to Vinxi, bundling Backend in the same process as frontend - -All environment variables should be prefixed with `VITE_` for server variables and `VITE_PUBLIC_` for client variables. diff --git a/.changeset/silent-dogs-shop.md b/.changeset/silent-dogs-shop.md deleted file mode 100644 index 1b10b35c9..000000000 --- a/.changeset/silent-dogs-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frontend": minor ---- - -Add PWA diff --git a/packages/bot/CHANGELOG.md b/packages/bot/CHANGELOG.md index b2e92bb34..36bf6ff71 100644 --- a/packages/bot/CHANGELOG.md +++ b/packages/bot/CHANGELOG.md @@ -1,5 +1,18 @@ # bot +## 5.0.0 + +### Major Changes + +- [#2055](https://github.com/Team3132/AttendanceSystem/pull/2055) [`684a0b2`](https://github.com/Team3132/AttendanceSystem/commit/684a0b262305a65c67a4eb1c318b94b539d586e2) Thanks [@sebasptsch](https://github.com/sebasptsch)! - Move to Vinxi, bundling Backend in the same process as frontend + + All environment variables should be prefixed with `VITE_` for server variables and `VITE_PUBLIC_` for client variables. + +### Patch Changes + +- Updated dependencies [[`684a0b2`](https://github.com/Team3132/AttendanceSystem/commit/684a0b262305a65c67a4eb1c318b94b539d586e2), [`c21ca87`](https://github.com/Team3132/AttendanceSystem/commit/c21ca87a2076bca1aafa0a630175c5ea2d9a3a15)]: + - frontend@5.0.0 + ## 4.6.1 ### Patch Changes diff --git a/packages/bot/package.json b/packages/bot/package.json index 8ee8db569..17ec8583e 100644 --- a/packages/bot/package.json +++ b/packages/bot/package.json @@ -1,6 +1,6 @@ { "name": "bot", - "version": "4.6.1", + "version": "5.0.0", "description": "", "author": "", "private": false, diff --git a/packages/frontend/CHANGELOG.md b/packages/frontend/CHANGELOG.md index 518be3e58..375bacff0 100644 --- a/packages/frontend/CHANGELOG.md +++ b/packages/frontend/CHANGELOG.md @@ -1,5 +1,17 @@ # frontend +## 5.0.0 + +### Major Changes + +- [#2055](https://github.com/Team3132/AttendanceSystem/pull/2055) [`684a0b2`](https://github.com/Team3132/AttendanceSystem/commit/684a0b262305a65c67a4eb1c318b94b539d586e2) Thanks [@sebasptsch](https://github.com/sebasptsch)! - Move to Vinxi, bundling Backend in the same process as frontend + + All environment variables should be prefixed with `VITE_` for server variables and `VITE_PUBLIC_` for client variables. + +### Minor Changes + +- [#2032](https://github.com/Team3132/AttendanceSystem/pull/2032) [`c21ca87`](https://github.com/Team3132/AttendanceSystem/commit/c21ca87a2076bca1aafa0a630175c5ea2d9a3a15) Thanks [@sebasptsch](https://github.com/sebasptsch)! - Add PWA + ## 4.6.1 ### Patch Changes diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 755958c62..17c4d86a6 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": false, - "version": "4.6.1", + "version": "5.0.0", "type": "module", "scripts": { "dev": "PORT=1420 vinxi dev",