Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed Mar 30, 2024
1 parent 2ff44ac commit d1d7139
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 1.1.0 (2024-3-30)

### Bug Fixes

- **deploy:** dockerfile ([82d4157](https://github.com/h7ml/shark/commit/82d4157084cb2ef8174324d2fc76de62f826b8c0))
- **deploy:** vercel deploy error ([2b0ae1e](https://github.com/h7ml/shark/commit/2b0ae1ee3d6301d18d4a9618a72d38678feddb28))
- **lint:** disables stylelint ([ccd90b3](https://github.com/h7ml/shark/commit/ccd90b3f37b3214578a588622f95d4b3f77613e4))
- **script:** prepare ([568adaf](https://github.com/h7ml/shark/commit/568adafb5d04a0896c59eec180b4221809882a58))

### Features

- 初始化项目 ([2d79521](https://github.com/h7ml/shark/commit/2d795215fa4edeb86c74941bb4afff0298e260b1))
- 解决刷新404问题 ([8b1c959](https://github.com/h7ml/shark/commit/8b1c959018b10ddfee8059e19af451eb9a6f9f27))
- 解决vercel刷新404 ([e6e5943](https://github.com/h7ml/shark/commit/e6e594374ca40f4f436c4dcb3aba4a56551dc5d6))
- dashboard ([d05acab](https://github.com/h7ml/shark/commit/d05acab6cd4f514fcc05474f70d546bae7d5efa8))
- layout ([02dffa8](https://github.com/h7ml/shark/commit/02dffa8cfc4808a084ad5d7132aae2cc2157eabc))
- **lint:** fix ([f41192d](https://github.com/h7ml/shark/commit/f41192dcdbe12cb38c086daf85efe42b5b992335))
- login ([d9317d9](https://github.com/h7ml/shark/commit/d9317d90fcaa7bc6dda5dda88d7226a361238692))
- **page:** multiDimensionDataAnalysis 自适应 ([ae1a5b3](https://github.com/h7ml/shark/commit/ae1a5b3f0a6be1592cf8dc803f16d27d79c34f64))
- **pages:** account ([8b7507e](https://github.com/h7ml/shark/commit/8b7507efc45ce673516c465e04d08c896880da8d))
- **pages:** account/settings ([9b9b92b](https://github.com/h7ml/shark/commit/9b9b92b136d1e71f210a4f100ae098c592f613ba))
- **pages:** exception ([a4e49c3](https://github.com/h7ml/shark/commit/a4e49c3679516a4588a87d8c83438ed98b14aeb0))
- **pages:** login captcha ([a8be0c9](https://github.com/h7ml/shark/commit/a8be0c908ad299bf701c152a0e28f2869cbfb015))
- **pages:** table ([6a420fa](https://github.com/h7ml/shark/commit/6a420fa4b13dfbcce8d46dca2b22c38e369f04e6))
- **pages:** user/settings from layout ([b778696](https://github.com/h7ml/shark/commit/b778696e6b44eab08275be6afdbaafd7a960dabc))
- **pages:** user/settings from layout ([7999443](https://github.com/h7ml/shark/commit/7999443989fac8406a7fcba303272377910fabef))
- **pages:** user/settings from layout ([f407c06](https://github.com/h7ml/shark/commit/f407c0682c7c1c42006692792aca21dfe4df914b))
- **pages:** visualization/multiDimensionDataAnalysis ([50488f8](https://github.com/h7ml/shark/commit/50488f88286620a8cbbff33844fb481298a81656))
- **server:** 线上开启mockserver ([8d1ebe9](https://github.com/h7ml/shark/commit/8d1ebe98cc5f70e9b0ed0867e2cfa524cccdce5d))
- **server:** mockjs ([be64d59](https://github.com/h7ml/shark/commit/be64d596387d819312eaa2e3fe352a4a260ffc65))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shark",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "shark is a web application designed to help users manage and visualize shark data. The project is built using the React framework for the frontend interface, utilizing the component library provided by Ant Design to create a user-friendly interface, and managing state using Zustand. Through these technologies, shark provides a powerful and easy-to-use platform for users to effectively manage and display shark data. Additionally, the project uses rspack for building to achieve project bundling and optimization.",
"author": {
Expand Down

0 comments on commit d1d7139

Please sign in to comment.