Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-08-15)

### Features

* **backend:** Python Django, REST and DB ([#4](#4)) ([66f57d0](66f57d0))
* **frontend, ci:** add configurations ([d78557d](d78557d))
* **frontend:** add an application ([38ce889](38ce889))
* **frontend:** create web folder with use react ts vite ([3dc5495](3dc5495))
  • Loading branch information
semantic-release-bot committed Aug 15, 2024
1 parent 66f57d0 commit 06b6d31
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions application/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.0 (2024-08-15)


### Features

* **backend:** Python Django, REST and DB ([#4](https://github.com/digitable-lol/light-traffic/issues/4)) ([66f57d0](https://github.com/digitable-lol/light-traffic/commit/66f57d0d24a5dd5667ff05ce6c32b83c81751daa))
* **frontend, ci:** add configurations ([d78557d](https://github.com/digitable-lol/light-traffic/commit/d78557d52bb512a24e66240e6e83f5708e7c3c52))
* **frontend:** add an application ([38ce889](https://github.com/digitable-lol/light-traffic/commit/38ce88966db43e43c1471ebb65dcf3276567986c))
* **frontend:** create web folder with use react ts vite ([3dc5495](https://github.com/digitable-lol/light-traffic/commit/3dc5495612df7e8de1d9804a815ee37809120966))
4 changes: 2 additions & 2 deletions application/frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion application/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trafficlight",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.0",
Expand Down

0 comments on commit 06b6d31

Please sign in to comment.