Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and cumt-robin committed Jun 28, 2024
1 parent 48ebfdb commit 003502e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-dragons-do.md

This file was deleted.

6 changes: 6 additions & 0 deletions app/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# backend

## 3.4.0

### Minor Changes

- 48ebfdb: 创作时支持分类模糊搜索

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion app/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "3.3.0",
"version": "3.4.0",
"private": true,
"scripts": {
"dev": "pm2 start process-dev.json",
Expand Down
6 changes: 6 additions & 0 deletions app/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# frontend

## 3.3.0

### Minor Changes

- 48ebfdb: 创作时支持分类模糊搜索

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.2.0",
"version": "3.3.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
Expand Down

0 comments on commit 003502e

Please sign in to comment.