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 22, 2023
1 parent 0b0ce8b commit 443f415
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-rice-battle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-swans-tickle.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
@@ -1,5 +1,11 @@
# @vue-macros/api

## 0.7.0

### Minor Changes

- [#372](https://github.com/sxzz/vue-macros/pull/372) [`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42) Thanks [@sxzz](https://github.com/sxzz)! - rewrite TypeScript resolver

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/api",
"version": "0.6.3",
"version": "0.7.0",
"packageManager": "[email protected]",
"description": "General API for Vue Macros.",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/better-define/CHANGELOG.md
@@ -1,5 +1,16 @@
# @vue-macros/better-define

## 1.6.0

### Minor Changes

- [#372](https://github.com/sxzz/vue-macros/pull/372) [`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42) Thanks [@sxzz](https://github.com/sxzz)! - rewrite TypeScript resolver

### Patch Changes

- Updated dependencies [[`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42)]:
- @vue-macros/api@0.7.0

## 1.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/better-define/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/better-define",
"version": "1.5.5",
"version": "1.6.0",
"packageManager": "[email protected]",
"description": "better-define feature from Vue Macros.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/define-emit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/define-emit

## 0.1.4

### Patch Changes

- Updated dependencies [[`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42)]:
- @vue-macros/api@0.7.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/define-emit/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-emit",
"version": "0.1.3",
"version": "0.1.4",
"packageManager": "[email protected]",
"description": "define-emit feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/define-prop/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-macros/define-prop

## 0.1.5

### Patch Changes

- [#372](https://github.com/sxzz/vue-macros/pull/372) [`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42) Thanks [@sxzz](https://github.com/sxzz)! - rewrite TypeScript resolver

- Updated dependencies [[`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42)]:
- @vue-macros/api@0.7.0

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/define-prop/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-prop",
"version": "0.1.4",
"version": "0.1.5",
"packageManager": "[email protected]",
"description": "define-prop feature from Vue Macros.",
"keywords": [
Expand Down
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
12 changes: 12 additions & 0 deletions packages/macros/CHANGELOG.md
@@ -1,5 +1,17 @@
# unplugin-vue-macros

## 2.1.8

### Patch Changes

- Updated dependencies [[`cd1455e`](https://github.com/sxzz/vue-macros/commit/cd1455e5a75c43fd7ac370d015a2063ae5232a68), [`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42)]:
- @vue-macros/reactivity-transform@0.3.8
- @vue-macros/better-define@1.6.0
- @vue-macros/define-prop@0.1.5
- @vue-macros/define-props@1.0.5
- @vue-macros/define-emit@0.1.4
- @vue-macros/define-models@1.0.3

## 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 443f415

Please sign in to comment.