Skip to content

Commit

Permalink
Merge pull request #9 from xiaohuohumax/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xiaohuohumax authored Mar 7, 2024
2 parents baac343 + fb0ac5a commit b1a2465
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/large-years-yell.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lrc/example-node

## 1.0.1

### Patch Changes

- Updated dependencies [[`baac343`](https://github.com/xiaohuohumax/LrcFile-Analysis/commit/baac34385dbe4f36d35fcdeefe184d8fe2568c8a)]:
- @xiaohuohumax/lrc-parser@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lrc/example-node",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"type": "module",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lrc/example-vue

## 1.0.1

### Patch Changes

- Updated dependencies [[`baac343`](https://github.com/xiaohuohumax/LrcFile-Analysis/commit/baac34385dbe4f36d35fcdeefe184d8fe2568c8a)]:
- @xiaohuohumax/lrc-parser@1.0.1
- @xiaohuohumax/lrc-util@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lrc/example-vue",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite"
Expand Down
6 changes: 6 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xiaohuohumax/lrc-parser

## 1.0.1

### Patch Changes

- [`baac343`](https://github.com/xiaohuohumax/LrcFile-Analysis/commit/baac34385dbe4f36d35fcdeefe184d8fe2568c8a) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 添加注释

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xiaohuohumax/lrc-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "LRC歌词文件解析器",
"type": "module",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @xiaohuohumax/lrc-util

## 1.0.1

### Patch Changes

- [`baac343`](https://github.com/xiaohuohumax/LrcFile-Analysis/commit/baac34385dbe4f36d35fcdeefe184d8fe2568c8a) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 添加注释

- Updated dependencies [[`baac343`](https://github.com/xiaohuohumax/LrcFile-Analysis/commit/baac34385dbe4f36d35fcdeefe184d8fe2568c8a)]:
- @xiaohuohumax/lrc-parser@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xiaohuohumax/lrc-util",
"version": "1.0.0",
"version": "1.0.1",
"description": "LRC歌词文件解析辅助工具, 获取当前歌词, 下一句等等",
"type": "module",
"keywords": [
Expand Down

0 comments on commit b1a2465

Please sign in to comment.