Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lexmin0412/readue into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmin0412 committed Apr 17, 2024
2 parents 873f987 + 20697eb commit 264b1a6
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2024-04-17)

**Note:** Version bump only for package readue





## 0.1.1 (2024-04-17)

**Note:** Version bump only for package readue
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.1",
"version": "0.1.2",
"npmClient": "pnpm"
}
8 changes: 8 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2024-04-17)

**Note:** Version bump only for package @readue/api





## 0.1.1 (2024-04-17)

**Note:** Version bump only for package @readue/api
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readue/api",
"version": "0.1.1",
"version": "0.1.2",
"description": "Readue Node API",
"keywords": [
"readue"
Expand All @@ -18,8 +18,8 @@
"lib"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2024-04-17)

**Note:** Version bump only for package @readue/app





## 0.1.1 (2024-04-17)

**Note:** Version bump only for package @readue/app
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readue/app",
"description": "Readue App, 提供 Readue 的可视化界面",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.2 (2024-04-17)

**Note:** Version bump only for package @readue/cli





## 0.1.1 (2024-04-17)

**Note:** Version bump only for package @readue/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readue/cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Readue 命令行接口",
"bin": {
"readue": "./bin/readue.js",
Expand Down

0 comments on commit 264b1a6

Please sign in to comment.