Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2023
1 parent 17322a7 commit 0462ae0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/grumpy-books-pay.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @template/react

## 1.0.0

### Major Changes

- [`17322a7d`](https://github.com/busyhe/monorepo-template/commit/17322a7db9005b9b0f35a32ea1a1f88fe2a72d7f) Thanks [@busyhe](https://github.com/busyhe)! - remove pnpm cache
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@template/react",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @template/vue

## 3.0.0

### Major Changes

- [`17322a7d`](https://github.com/busyhe/monorepo-template/commit/17322a7db9005b9b0f35a32ea1a1f88fe2a72d7f) Thanks [@busyhe](https://github.com/busyhe)! - remove pnpm cache

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/vue",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0462ae0

Please sign in to comment.