Skip to content

Commit

Permalink
Merge pull request #36 from Jordan-Kowal/release/3.1.2
Browse files Browse the repository at this point in the history
Release/3.1.2
  • Loading branch information
Jordan-Kowal authored Dec 31, 2024
2 parents 26911e9 + a9b423c commit 80a0646
Show file tree
Hide file tree
Showing 7 changed files with 472 additions and 975 deletions.
2 changes: 0 additions & 2 deletions .tool-versions

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
- 🎨 **Frontend**:
- 🚂 **Deploy**:

## [v3.1.2] - 2024-12-31

### 🔧 Others

- 💻 **Backend**: Upgraded deps
- 🎨 **Frontend**: Upgraded deps
- 💫 **DX**: Removed `.tool-versions`

## [v3.1.1] - 2024-11-15

### 🐞 Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ✨ Django React Starter ✨

![Coverage](https://badgen.net/badge/coverage/%3E90%25/pink)
![Tag](https://badgen.net/badge/tag/3.1.1/orange)
![Tag](https://badgen.net/badge/tag/3.1.2/orange)
![Licence](https://badgen.net/badge/licence/MIT)

- [✨ Django React Starter ✨](#-django-react-starter-)
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "backend"
version = "3.0.2"
version = "3.1.2"
requires-python = ">=3.12"
dependencies = [
"celery>=5.4.0",
Expand Down
54 changes: 28 additions & 26 deletions backend/uv.lock

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

10 changes: 3 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.0.2",
"version": "3.1.2",
"private": true,
"homepage": "/",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"antd": "5.22.7",
"classnames": "2.5.1",
"dayjs": "1.11.13",
"jkscript": "3.2.3",
"jkscript": "3.2.4",
"million": "3.1.11",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down Expand Up @@ -65,11 +65,7 @@
"vitest": "2.1.8"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
Loading

0 comments on commit 80a0646

Please sign in to comment.