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 Mar 23, 2023
1 parent f2df923 commit 5096cf4
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-falcons-crash.md

This file was deleted.

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

## 0.4.10

### Patch Changes

- [`f2df923`](https://github.com/sxzz/unplugin-vue-macros/commit/f2df923d4c10a70d38c54fef8fd27964eff2a6f4) Thanks [@sxzz](https://github.com/sxzz)! - resolve union event name for `api` and `betterDefine`, fix https://github.com/vuejs/core/issues/7943

## 0.4.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/api",
"version": "0.4.9",
"version": "0.4.10",
"packageManager": "pnpm@7.30.0",
"description": "General API for Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/better-define/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-macros/better-define

## 1.4.2

### Patch Changes

- [`f2df923`](https://github.com/sxzz/unplugin-vue-macros/commit/f2df923d4c10a70d38c54fef8fd27964eff2a6f4) Thanks [@sxzz](https://github.com/sxzz)! - resolve union event name for `api` and `betterDefine`, fix https://github.com/vuejs/core/issues/7943

- Updated dependencies [[`f2df923`](https://github.com/sxzz/unplugin-vue-macros/commit/f2df923d4c10a70d38c54fef8fd27964eff2a6f4)]:
- @vue-macros/api@0.4.10

## 1.4.1

### 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.4.1",
"version": "1.4.2",
"packageManager": "pnpm@7.30.0",
"description": "better-define feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/macros/CHANGELOG.md
@@ -1,5 +1,14 @@
# unplugin-vue-macros

## 1.11.1

### Patch Changes

- Updated dependencies [[`f2df923`](https://github.com/sxzz/unplugin-vue-macros/commit/f2df923d4c10a70d38c54fef8fd27964eff2a6f4)]:
- @vue-macros/better-define@1.4.2
- @vue-macros/define-model@1.4.1
- @vue-macros/single-define@0.1.2

## 1.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-macros",
"version": "1.11.0",
"version": "1.11.1",
"packageManager": "pnpm@7.30.0",
"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.2.6

### Patch Changes

- Updated dependencies []:
- unplugin-vue-macros@1.11.1

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/nuxt",
"version": "1.2.5",
"version": "1.2.6",
"packageManager": "pnpm@7.30.0",
"description": "nuxt feature from Vue Macros.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/single-define/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/single-define

## 0.1.2

### Patch Changes

- Updated dependencies [[`f2df923`](https://github.com/sxzz/unplugin-vue-macros/commit/f2df923d4c10a70d38c54fef8fd27964eff2a6f4)]:
- @vue-macros/api@0.4.10

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/single-define/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/single-define",
"version": "0.1.1",
"version": "0.1.2",
"packageManager": "pnpm@7.28.0",
"description": "single-define feature from Vue Macros.",
"keywords": [
Expand Down

0 comments on commit 5096cf4

Please sign in to comment.