-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
### 0.1.1 (2023-01-02) | ||
|
||
|
||
### Features | ||
|
||
* πΈ add .env.sample ([4da6b78](https://github.com/yeukfei02/incidental/commit/4da6b783969bdaab0e0101430ab5ed2ad8ee19d3)) | ||
* πΈ add assignIncident, updateIncidentStatus api ([988559b](https://github.com/yeukfei02/incidental/commit/988559b1fcbb65f82d9cd325c46831b97fa66fa4)) | ||
* πΈ add create and list incident api ([6b63f47](https://github.com/yeukfei02/incidental/commit/6b63f47f7072e3cff630f1da358e71758126c8ee)) | ||
* πΈ add create incident ui, AdminDashboard, NormalUserDashb ([90bae9a](https://github.com/yeukfei02/incidental/commit/90bae9a205b2bc714ed66201f870219cd4ad26d7)) | ||
* πΈ add createIncidents in seed.ts ([a66f960](https://github.com/yeukfei02/incidental/commit/a66f960dc8169cb80a5cf97e2c7a876429c2c449)) | ||
* πΈ add CustomBreadcrumbs ([14a34a5](https://github.com/yeukfei02/incidental/commit/14a34a5ef38e235a5b79b77207e18eb62de15467)) | ||
* πΈ add CustomSnackBar ([2209f6d](https://github.com/yeukfei02/incidental/commit/2209f6d33885327c4f28eca76a814e0ede7a1700)) | ||
* πΈ add deleteIncidentById api and update ui ([cd52be5](https://github.com/yeukfei02/incidental/commit/cd52be550477224b8c604ffe69485a6d3d65e4fc)) | ||
* πΈ add getIncidentById api and searchText in getIncidents ([5b05f16](https://github.com/yeukfei02/incidental/commit/5b05f16889c970176419fc265da305e99a2e48c4)) | ||
* πΈ add getNormalUsers api and fix ui ([ac33bbb](https://github.com/yeukfei02/incidental/commit/ac33bbb37f8d3ca3847f52a8ab5498c873361d4e)) | ||
* πΈ add getUserById api and fix ui ([26cac44](https://github.com/yeukfei02/incidental/commit/26cac44d511918b68ea56a45f944df4233d01483)) | ||
* πΈ add Pagination and update getIncidents api ([9b4cbd7](https://github.com/yeukfei02/incidental/commit/9b4cbd7b4c1155ae102b40d972c707059ca5c2bb)) | ||
* πΈ add privateRoute ui ([f471546](https://github.com/yeukfei02/incidental/commit/f47154676af17d1f3fe79a50478b2cfd4b23e3ad)) | ||
* πΈ add react project ([5b04f2f](https://github.com/yeukfei02/incidental/commit/5b04f2f60cd7246bc15c733104eebb1cc22eddfb)) | ||
* πΈ add ServeStatic web ([595c96a](https://github.com/yeukfei02/incidental/commit/595c96a82e907ed917c5221a5470a885509fc87d)) | ||
* πΈ add signup, login, dashboard, mainView ui ([4dcc2b7](https://github.com/yeukfei02/incidental/commit/4dcc2b7201a81244d447f05a022a6126bfb40e5b)) | ||
* πΈ add snackbar ([f2f85e5](https://github.com/yeukfei02/incidental/commit/f2f85e5db5aec33813fd1143c9d686459aaadce1)) | ||
* πΈ add sort by date api and ui ([dd0bac3](https://github.com/yeukfei02/incidental/commit/dd0bac3e74966d4f39bfc00b50152e2f28d09556)) | ||
* πΈ add tailwindcss ([4806bd1](https://github.com/yeukfei02/incidental/commit/4806bd18102238b87810353f91890eaa0c35577f)) | ||
* πΈ add type and status in ui ([56f1040](https://github.com/yeukfei02/incidental/commit/56f1040c4db54e2b3cdda8ce9c846ef8d94616c0)) | ||
* πΈ add updateUserById api and fix ui ([2c33875](https://github.com/yeukfei02/incidental/commit/2c33875e160299665ed9d12a837ecac9f08cf537)) | ||
* πΈ create project ([dbb60ec](https://github.com/yeukfei02/incidental/commit/dbb60ec7fdd19228c89f680b201188908f569085)) | ||
* πΈ update profile, settings ui and other ui ([0d08584](https://github.com/yeukfei02/incidental/commit/0d08584ae3bf1502198ca566a953bc11c0c6a2df)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* π fix api and ui ([937770d](https://github.com/yeukfei02/incidental/commit/937770dc59c3de0072b9ebe81fb9440a5a657354)) | ||
* π fix api and ui ([2764de9](https://github.com/yeukfei02/incidental/commit/2764de9e5695310cc93b8c3eeb187c48aed5da91)) | ||
* π fix api response and fix ui ([74381b3](https://github.com/yeukfei02/incidental/commit/74381b33e887dce046be76af6d75041395d8ad5e)) | ||
* π fix breadCrumbs text ([2851b6e](https://github.com/yeukfei02/incidental/commit/2851b6efc48225f50d92d9a6d6d3a39bd6d8875e)) | ||
* π fix card view ui ([865ffd2](https://github.com/yeukfei02/incidental/commit/865ffd2eaa0792da2c06072e4e2111fc39ae320f)) | ||
* π fix creator_id in not empty ([0cc6424](https://github.com/yeukfei02/incidental/commit/0cc64246030f702a4cccc9327920c8db2eaf4747)) | ||
* π fix filename ([b27d96c](https://github.com/yeukfei02/incidental/commit/b27d96c6ab5b2ec4fdd049f948988ef61094e9aa)) | ||
* π fix lint ([8ecb7a5](https://github.com/yeukfei02/incidental/commit/8ecb7a52aebd3e06310588d126e87c6771d52fc4)) | ||
* π fix lint ([1955533](https://github.com/yeukfei02/incidental/commit/19555332360638f4bcaaadf87b734916d192eed5)) | ||
* π fix lint ([f248592](https://github.com/yeukfei02/incidental/commit/f248592bee2418877946cdd88b9b251458b4fea1)) | ||
* π fix lint ([4f9f44b](https://github.com/yeukfei02/incidental/commit/4f9f44b82f3c2a8908b2f095c3c743ace3da197d)) | ||
* π fix lint ([2c06645](https://github.com/yeukfei02/incidental/commit/2c066453fd252f7a5751a471b5a0617159163d59)) | ||
* π fix linting ([04ce0ac](https://github.com/yeukfei02/incidental/commit/04ce0acef89bee6c82111e0e7a18ee21ab8e81c2)) | ||
* π fix page bug ([77b6a41](https://github.com/yeukfei02/incidental/commit/77b6a411c355272a8c98353e53411d5e9649a747)) | ||
* π fix readme.md ([2dca0bb](https://github.com/yeukfei02/incidental/commit/2dca0bb537eb9b866bed07d9825857e7a52e9be7)) | ||
* π fix rootUrl func ([0e73502](https://github.com/yeukfei02/incidental/commit/0e735020db06b2c45495de0f50848d30c816f19a)) | ||
* π fix seed.ts ([2d59b7a](https://github.com/yeukfei02/incidental/commit/2d59b7a6c7bc344c1e97bc7b6b976bbdbc36c6e7)) | ||
* π fix ui ([f9e6a99](https://github.com/yeukfei02/incidental/commit/f9e6a99876bdd7478812687db45cca07290d0485)) | ||
* π fix ui ([922b073](https://github.com/yeukfei02/incidental/commit/922b073c20fd1a71d4921bd0a3a5832994429c92)) | ||
* π fix user api response ([849a952](https://github.com/yeukfei02/incidental/commit/849a952cd713d6bab9a4929b599d4daa5f92127d)) | ||
* π rename component name ([1b0f2a9](https://github.com/yeukfei02/incidental/commit/1b0f2a9d9065ed56a6d2a0dd910ffbe0f6eba85d)) | ||
* π rename status to UNASSIGNED ([40dfae6](https://github.com/yeukfei02/incidental/commit/40dfae6fe23aaf3bd9359af3c19fda120e568f01)) | ||
* π update cardview logic ([ac47c08](https://github.com/yeukfei02/incidental/commit/ac47c086510e5ea020a34b210e0fa57eea429642)) | ||
* π update schema.prisma ([cbd0c8b](https://github.com/yeukfei02/incidental/commit/cbd0c8b7341108f787699107367514953cbecd3f)) | ||
* π update ui api service ([2abaac8](https://github.com/yeukfei02/incidental/commit/2abaac8b51e0365410026ca0e99ade75d177bc7e)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "incidental", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "index.js", | ||
"repository": "https://github.com/yeukfei02/incidental.git", | ||
"author": "Donald Wu <[email protected]>", | ||
|