Skip to content

Commit

Permalink
Version Packages (#1686)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 21, 2024
1 parent 32327d8 commit 4adf4c5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-bananas-lie.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.3.1

## 4.3.0

## 4.2.0
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.3.0",
"version": "4.3.1",
"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.3.1

### Patch Changes

- Updated dependencies []:
- [email protected]

## 4.3.0

### Minor 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.3.0",
"version": "4.3.1",
"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.3.1

### Patch Changes

- [#1685](https://github.com/Team3132/AttendanceSystem/pull/1685) [`fbcd85f`](https://github.com/Team3132/AttendanceSystem/commit/fbcd85f1048779944edc92932c96dcfd175c58f8) Thanks [@sebasptsch](https://github.com/sebasptsch)! - Remove Tauri Support (to be looked at later)

- Updated dependencies []:
- [email protected]

## 4.3.0

### 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.3.0",
"version": "4.3.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 4adf4c5

Please sign in to comment.