Skip to content

Commit

Permalink
chore: bump versions (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 24, 2023
1 parent 9432d0d commit 9c9ad84
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-seahorses-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-parrots-dance.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/better-define/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-macros/better-define

## 1.1.8

### Patch Changes

- [`9432d0d`](https://github.com/sxzz/unplugin-vue-macros/commit/9432d0d9521278e318cff0f793c3f054d173e764) Thanks [@sxzz](https://github.com/sxzz)! - escape prop key

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/better-define/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/better-define",
"version": "1.1.7",
"version": "1.1.8",
"packageManager": "[email protected]",
"description": "",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# unplugin-vue-macros

## 1.5.1

### Patch Changes

- Updated dependencies [[`9432d0d`](https://github.com/sxzz/unplugin-vue-macros/commit/9432d0d9521278e318cff0f793c3f054d173e764)]:
- @vue-macros/better-define@1.1.8

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-macros",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"description": "Explore and extend more macros and syntax sugar to Vue.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vue-macros/nuxt

## 0.3.1

### Patch Changes

- Updated dependencies [[`345294f`](https://github.com/sxzz/unplugin-vue-macros/commit/345294f6c53373d3f10bbcf295fe30f994416f8e)]:
- @vue-macros/volar@0.6.1
- [email protected]

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/nuxt",
"version": "0.3.0",
"version": "0.3.1",
"packageManager": "[email protected]",
"description": "",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/volar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-macros/volar

## 0.6.1

### Patch Changes

- [`345294f`](https://github.com/sxzz/unplugin-vue-macros/commit/345294f6c53373d3f10bbcf295fe30f994416f8e) Thanks [@sxzz](https://github.com/sxzz)! - simplify export props

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/volar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/volar",
"version": "0.6.0",
"version": "0.6.1",
"packageManager": "[email protected]",
"description": "Volar plugin for Vue Macros.",
"keywords": [
Expand Down

0 comments on commit 9c9ad84

Please sign in to comment.