Skip to content

Commit a61016a

Browse files
Upgraded version to 0.0.6
1 parent 1bd012b commit a61016a

File tree

7 files changed

+1066
-1179
lines changed

7 files changed

+1066
-1179
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ frontend TypeScript client, `nextjs-frontend`.
77
The backend and the frontend are versioned together, that is, they have the same version number.
88
When you update the backend, you should also update the frontend to the same version.
99

10+
## 0.0.6 <small>September 1, 2025</small> {id="0.0.6"}
11+
12+
- Upgrade Next.js version to 15.5.0
13+
1014
## 0.0.5 <small>July 9, 2025</small> {id="0.0.5"}
1115

1216
- Items Pagination

docs/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ You can check the .env.example file for more information about the variables.
5353

5454
**Frontend (`nextjs-frontend/.env.local`):**
5555

56-
Copy the `.env.example` files to `.env`. These values are unlikely to change, so you can leave them as they are.
56+
Copy the `.env.example` files to `.env.local`. These values are unlikely to change, so you can leave them as they are.
5757
```bash
58-
cd nextjs-frontend && cp .env.example .env
58+
cd nextjs-frontend && cp .env.example .env.local
5959
```
6060

6161
### Running the Database

fastapi_backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "app"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = ""
55
authors = [{ name = "Anderson Resende", email = "[email protected]" }]
66
requires-python = ">=3.12,<3.13"

fastapi_backend/uv.lock

Lines changed: 421 additions & 422 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextjs-frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextjs-frontend/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-frontend",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -72,5 +72,6 @@
7272
"overrides": {
7373
"@types/react": "19.1.11",
7474
"@types/react-dom": "19.1.7"
75-
}
76-
}
75+
},
76+
"packageManager": "[email protected]+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
77+
}

0 commit comments

Comments
 (0)