diff --git a/application/frontend/CHANGELOG.md b/application/frontend/CHANGELOG.md new file mode 100644 index 0000000..e9b9eb8 --- /dev/null +++ b/application/frontend/CHANGELOG.md @@ -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)) diff --git a/application/frontend/package-lock.json b/application/frontend/package-lock.json index ca460e7..5f969bb 100644 --- a/application/frontend/package-lock.json +++ b/application/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "trafficlight", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "trafficlight", - "version": "0.1.0", + "version": "1.0.0", "dependencies": { "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", diff --git a/application/frontend/package.json b/application/frontend/package.json index 1d02a71..a5d779b 100644 --- a/application/frontend/package.json +++ b/application/frontend/package.json @@ -1,6 +1,6 @@ { "name": "trafficlight", - "version": "0.1.0", + "version": "1.0.0", "private": true, "dependencies": { "@emotion/react": "^11.13.0",