Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Team3132/AttendanceSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Aug 19, 2024
2 parents a520386 + 86c76df commit 2c96cf5
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-jars-flow.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# backend

## 4.1.5

## 4.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "4.1.4",
"version": "4.1.5",
"description": "",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bot

## 4.1.5

### Patch Changes

- Updated dependencies []:
- [email protected]

## 4.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bot",
"version": "4.1.4",
"version": "4.1.5",
"description": "",
"author": "",
"private": false,
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@swc/cli": "0.4.0",
"@swc/core": "1.7.11",
"@swc/core": "1.7.12",
"@types/express": "4.17.21",
"@types/luxon": "3.4.2",
"@types/node": "20.16.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# frontend

## 4.1.5

### Patch Changes

- [`aa874d3`](https://github.com/Team3132/AttendanceSystem/commit/aa874d3a2cde44ed49c9075cd721e0fc86eecde1) Thanks [@sebasptsch](https://github.com/sebasptsch)! - Fix bug with dates

- Updated dependencies []:
- [email protected]

## 4.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": false,
"version": "4.1.4",
"version": "4.1.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c96cf5

Please sign in to comment.