Skip to content

Commit

Permalink
chore(release): v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
IceyWu committed Apr 4, 2024
1 parent 3044f4e commit 2728d33
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

## v0.0.12


### 🚀 Enhancements

- Add websocket chat ([4a6020d](https://github.com/Life-Palette/LifePalette-Web/commit/4a6020d))
- Add websocket chat ([7b5d50b](https://github.com/Life-Palette/LifePalette-Web/commit/7b5d50b))
- Add socket chat ([59f3819](https://github.com/Life-Palette/LifePalette-Web/commit/59f3819))

### 🩹 Fixes

- Rename Skeleton file ([da28e83](https://github.com/Life-Palette/LifePalette-Web/commit/da28e83))
- Refact ts ([5dd5a6f](https://github.com/Life-Palette/LifePalette-Web/commit/5dd5a6f))
- Lint ([bdb78ef](https://github.com/Life-Palette/LifePalette-Web/commit/bdb78ef))
- Change import name ([3044f4e](https://github.com/Life-Palette/LifePalette-Web/commit/3044f4e))

### 📖 Documentation

- Update preview address ([54733c2](https://github.com/Life-Palette/LifePalette-Web/commit/54733c2))
- Update preview url ([295372b](https://github.com/Life-Palette/LifePalette-Web/commit/295372b))
- Update README ([6fc369a](https://github.com/Life-Palette/LifePalette-Web/commit/6fc369a))
- Update README ([87f2186](https://github.com/Life-Palette/LifePalette-Web/commit/87f2186))

### 🏡 Chore

- Add lottie-web dep ([49a5fce](https://github.com/Life-Palette/LifePalette-Web/commit/49a5fce))
- Add lottie-web ([15d1e3c](https://github.com/Life-Palette/LifePalette-Web/commit/15d1e3c))
- Up README ([f62c709](https://github.com/Life-Palette/LifePalette-Web/commit/f62c709))
- Delete yarn.lock ([986a742](https://github.com/Life-Palette/LifePalette-Web/commit/986a742))
- Update dep ([7bce7fc](https://github.com/Life-Palette/LifePalette-Web/commit/7bce7fc))
- Update deps ([e1d22e8](https://github.com/Life-Palette/LifePalette-Web/commit/e1d22e8))
- Update version ([f05ae47](https://github.com/Life-Palette/LifePalette-Web/commit/f05ae47))
- **deps-dev:** Bump vite from 5.1.6 to 5.1.7 ([16a7ede](https://github.com/Life-Palette/LifePalette-Web/commit/16a7ede))
- **deps-dev:** Bump ip from 2.0.0 to 2.0.1 ([eae4cb6](https://github.com/Life-Palette/LifePalette-Web/commit/eae4cb6))
- **deps-dev:** Bump follow-redirects from 1.15.5 to 1.15.6 ([280c3c0](https://github.com/Life-Palette/LifePalette-Web/commit/280c3c0))
- Add ci ([ed1f193](https://github.com/Life-Palette/LifePalette-Web/commit/ed1f193))

### ❤️ Contributors

- IceyWu ([@Life-Palette](http://github.com/Life-Palette))

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lp",
"version": "0.0.11",
"description": "LP",
"version": "0.0.12",
"description": "Record your memories and craft your own masterpiece of life",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -129,7 +129,7 @@
"vue-demi": "npm:vue-demi@latest"
},
"repository": {
"url": "https://github.com/IceyWu/cloud-template"
"url": "https://github.com/Life-Palette/LifePalette-Web"
},
"author": "IceyWu <https://github.com/IceyWu/>",
"browserslist": [
Expand Down Expand Up @@ -158,4 +158,4 @@
"vue-virtual-scroller": "2.0.0-beta.8",
"vue-waterfall-plugin-next": "^2.3.1"
}
}
}

0 comments on commit 2728d33

Please sign in to comment.