Skip to content

Commit

Permalink
chore(release): publish new version 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hacxy committed Mar 26, 2024
1 parent dc0393b commit 78a7c19
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.2](https://github.com/oh-my-live2d/oh-my-live2d/compare/v0.15.1...v0.15.2) (2024-03-26)

### 🐛 Bug Fixes | Bug 修复

- 修复版本比对因缓存问题比对错误的bug ([dc0393b](https://github.com/oh-my-live2d/oh-my-live2d/commit/dc0393be60163c1ab909429fd9066cf8e1575f17)) by Hacxy

## [0.15.1](https://github.com/oh-my-live2d/oh-my-live2d/compare/v0.15.0...v0.15.1) (2024-03-26)

### 🐛 Bug Fixes | Bug 修复
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.15.1",
"version": "0.15.2",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/oh-my-live2d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.2](https://github.com/oh-my-live2d/oh-my-live2d/compare/v0.15.1...v0.15.2) (2024-03-26)

### 🐛 Bug Fixes | Bug 修复

- 修复版本比对因缓存问题比对错误的bug ([dc0393b](https://github.com/oh-my-live2d/oh-my-live2d/commit/dc0393be60163c1ab909429fd9066cf8e1575f17)) by Hacxy

## [0.15.1](https://github.com/oh-my-live2d/oh-my-live2d/compare/v0.15.0...v0.15.1) (2024-03-26)

### 🐛 Bug Fixes | Bug 修复
Expand Down
2 changes: 1 addition & 1 deletion packages/oh-my-live2d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oh-my-live2d",
"version": "0.15.1",
"version": "0.15.2",
"description": "live2d component for web. 看板娘组件, 支持 model2、model3、model4",
"keywords": [
"Live2D",
Expand Down
4 changes: 4 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.2](https://github.com/oh-my-live2d/oh-my-live2d/compare/v0.15.1...v0.15.2) (2024-03-26)

**Note:** Version bump only for package vite-plugin-oh-my-live2d

## [0.15.1](https://github.com/oh-my-live2d/oh-my-live2d/compare/v0.15.0...v0.15.1) (2024-03-26)

**Note:** Version bump only for package vite-plugin-oh-my-live2d
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-oh-my-live2d",
"version": "0.15.1",
"version": "0.15.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/vuepress-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.2](https://github.com/oh-my-live2d/oh-my-live2d/compare/v0.15.1...v0.15.2) (2024-03-26)

**Note:** Version bump only for package vuepress-plugin-oh-my-live2d

## [0.15.1](https://github.com/oh-my-live2d/oh-my-live2d/compare/v0.15.0...v0.15.1) (2024-03-26)

**Note:** Version bump only for package vuepress-plugin-oh-my-live2d
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-oh-my-live2d",
"version": "0.15.1",
"version": "0.15.2",
"description": "VuePress2 的 live2d 看板组件插件",
"keywords": [
"vuepress2",
Expand Down

0 comments on commit 78a7c19

Please sign in to comment.