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 9, 2024
2 parents 6fad730 + 6b3c7d5 commit 749e4d9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-wombats-ring.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.0.6

## 4.0.5

### 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.0.5",
"version": "4.0.6",
"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.0.6

### Patch Changes

- Updated dependencies []:
- [email protected]

## 4.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bot",
"version": "4.0.5",
"version": "4.0.6",
"description": "",
"author": "",
"private": false,
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.0.6

### Patch Changes

- [`70a8f2d`](https://github.com/Team3132/AttendanceSystem/commit/70a8f2d3f1b662e18ef06c4e993026790d876590) Thanks [@sebasptsch](https://github.com/sebasptsch)! - Add frontend config

- Updated dependencies []:
- [email protected]

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 749e4d9

Please sign in to comment.