Skip to content

Commit 4e40c4d

Browse files
Version Packages (#1989)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1c399cd commit 4e40c4d

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

.changeset/bright-crews-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dry-ghosts-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/backend/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# backend
22

3+
## 4.6.0
4+
35
## 4.5.0
46

57
## 4.4.0

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/bot/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# bot
22

3+
## 4.6.0
4+
5+
### Patch Changes
6+
7+
- [`1c399cd`](https://github.com/Team3132/AttendanceSystem/commit/1c399cd32f2f7db95d424978f76211b290c194ee) Thanks [@sebasptsch](https://github.com/sebasptsch)! - Fix time
8+
9+
- Updated dependencies []:
10+
11+
312
## 4.5.0
413

514
### Patch Changes

packages/bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bot",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "",
55
"author": "",
66
"private": false,

packages/frontend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# frontend
22

3+
## 4.6.0
4+
5+
### Minor Changes
6+
7+
- [#1979](https://github.com/Team3132/AttendanceSystem/pull/1979) [`2639e46`](https://github.com/Team3132/AttendanceSystem/commit/2639e46e9a0a40a22fc9693e6d16df9f6bfa46f0) Thanks [@sebasptsch](https://github.com/sebasptsch)! - Migration of TRPC React to TRPC Client + Tanstack Query
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
13+
314
## 4.5.0
415

516
### Minor Changes

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": false,
4-
"version": "4.5.0",
4+
"version": "4.6.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)