Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 16, 2023
1 parent edc5df8 commit c6ecfaf
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-rice-battle.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/define-props/package.json
Expand Up @@ -86,7 +86,7 @@
"dev": "DEV=true tsup"
},
"peerDependencies": {
"@vue-macros/reactivity-transform": "^0.3.7",
"@vue-macros/reactivity-transform": "^0.3.8",
"vue": "^2.7.0 || ^3.2.25"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/macros/CHANGELOG.md
@@ -1,5 +1,13 @@
# unplugin-vue-macros

## 2.1.8

### Patch Changes

- Updated dependencies [[`cd1455e`](https://github.com/sxzz/vue-macros/commit/cd1455e5a75c43fd7ac370d015a2063ae5232a68)]:
- @vue-macros/reactivity-transform@0.3.8
- @vue-macros/define-props@1.0.5

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-macros",
"version": "2.1.7",
"version": "2.1.8",
"packageManager": "[email protected]",
"description": "Explore and extend more macros and syntax sugar to Vue.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/nuxt

## 1.3.9

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/nuxt",
"version": "1.3.8",
"version": "1.3.9",
"packageManager": "[email protected]",
"description": "nuxt feature from Vue Macros.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/reactivity-transform/CHANGELOG.md
@@ -1,5 +1,11 @@
# @vue-macros/reactivity-transform

## 0.3.8

### Patch Changes

- [`cd1455e`](https://github.com/sxzz/vue-macros/commit/cd1455e5a75c43fd7ac370d015a2063ae5232a68) Thanks [@sxzz](https://github.com/sxzz)! - remove return value of defineProps for Reactivity Transform

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivity-transform/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/reactivity-transform",
"version": "0.3.7",
"version": "0.3.8",
"packageManager": "[email protected]",
"description": "reactivity-transform feature from Vue Macros.",
"keywords": [
Expand Down

0 comments on commit c6ecfaf

Please sign in to comment.