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 e06c3d1 commit 9dff923
Show file tree
Hide file tree
Showing 46 changed files with 211 additions and 38 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-falcons-crash.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/dry-lobsters-hear.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/api/CHANGELOG.md
@@ -1,5 +1,16 @@
# @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

- [`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808) Thanks [@sxzz](https://github.com/sxzz)! - switch to magic-string-ast, ec64836e08b2927d1a63d22f7492ab2dd1e83172

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 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
10 changes: 10 additions & 0 deletions packages/better-define/CHANGELOG.md
@@ -1,5 +1,15 @@
# @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), [`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/api@0.4.10
- @vue-macros/common@1.1.4

## 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
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
@@ -1,5 +1,11 @@
# @vue-macros/common

## 1.1.4

### Patch Changes

- [`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808) Thanks [@sxzz](https://github.com/sxzz)! - switch to magic-string-ast, ec64836e08b2927d1a63d22f7492ab2dd1e83172

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/common",
"version": "1.1.3",
"version": "1.1.4",
"packageManager": "pnpm@7.30.0",
"description": "common feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/define-model/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-macros/define-model

## 1.4.2

### Patch Changes

- [`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808) Thanks [@sxzz](https://github.com/sxzz)! - switch to magic-string-ast, ec64836e08b2927d1a63d22f7492ab2dd1e83172

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/define-model/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-model",
"version": "1.4.1",
"version": "1.4.2",
"packageManager": "pnpm@7.30.0",
"description": "define-model feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/define-options/CHANGELOG.md
@@ -1,5 +1,14 @@
# unplugin-vue-define-options

## 1.3.2

### Patch Changes

- [`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808) Thanks [@sxzz](https://github.com/sxzz)! - switch to magic-string-ast, ec64836e08b2927d1a63d22f7492ab2dd1e83172

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/define-options/package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-define-options",
"version": "1.3.1",
"version": "1.3.2",
"packageManager": "pnpm@7.30.0",
"description": "Add defineOptions macro for Vue <script setup>.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/define-props-refs/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/define-props-refs

## 0.3.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/define-props-refs/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-props-refs",
"version": "0.3.1",
"version": "0.3.2",
"packageManager": "pnpm@7.30.0",
"description": "define-props-refs feature from Vue Macros.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/define-props/CHANGELOG.md
@@ -1,5 +1,13 @@
# @vue-macros/define-props

## 1.0.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4
- @vue-macros/reactivity-transform@0.3.2

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/define-props/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-props",
"version": "1.0.1",
"version": "1.0.2",
"packageManager": "pnpm@7.30.0",
"description": "define-props feature from Vue Macros.",
"keywords": [
Expand Down Expand Up @@ -86,7 +86,7 @@
"dev": "DEV=true tsup"
},
"peerDependencies": {
"@vue-macros/reactivity-transform": "^0.3.1",
"@vue-macros/reactivity-transform": "^0.3.2",
"vue": "^2.7.0 || ^3.2.25"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/define-render/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/define-render

## 1.3.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 1.3.1

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

## 0.3.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 0.3.1

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

## 0.3.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 0.3.1

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

## 1.3.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hoist-static/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/hoist-static",
"version": "1.3.1",
"version": "1.3.2",
"packageManager": "pnpm@7.30.0",
"description": "hoist-static feature from Vue Macros.",
"keywords": [
Expand Down
23 changes: 23 additions & 0 deletions packages/macros/CHANGELOG.md
@@ -1,5 +1,28 @@
# unplugin-vue-macros

## 1.11.1

### Patch Changes

- Updated dependencies [[`f2df923`](https://github.com/sxzz/unplugin-vue-macros/commit/f2df923d4c10a70d38c54fef8fd27964eff2a6f4), [`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/better-define@1.4.2
- unplugin-vue-define-options@1.3.2
- @vue-macros/define-model@1.4.2
- @vue-macros/short-emits@1.3.2
- @vue-macros/common@1.1.4
- @vue-macros/single-define@0.1.2
- @vue-macros/define-props@1.0.2
- @vue-macros/define-props-refs@0.3.2
- @vue-macros/define-render@1.3.2
- @vue-macros/define-slots@0.3.2
- @vue-macros/export-props@0.3.2
- @vue-macros/hoist-static@1.3.2
- @vue-macros/named-template@0.3.2
- @vue-macros/reactivity-transform@0.3.2
- @vue-macros/setup-block@0.2.2
- @vue-macros/setup-component@0.16.2
- @vue-macros/setup-sfc@0.15.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/named-template/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/named-template

## 0.3.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/named-template/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/named-template",
"version": "0.3.1",
"version": "0.3.2",
"packageManager": "pnpm@7.30.0",
"description": "named-template feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-macros/nuxt

## 1.2.6

### Patch Changes

- Updated dependencies []:
- unplugin-vue-macros@1.11.1
- @vue-macros/short-vmodel@1.2.2
- @vue-macros/volar@0.9.3

## 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/reactivity-transform/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/reactivity-transform

## 0.3.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 0.3.1

### 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.1",
"version": "0.3.2",
"packageManager": "pnpm@7.30.0",
"description": "reactivity-transform feature from Vue Macros.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/setup-block/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/setup-block

## 0.2.2

### Patch Changes

- Updated dependencies [[`e06c3d1`](https://github.com/sxzz/unplugin-vue-macros/commit/e06c3d18062c6052cff97b59a6e98215581d5808)]:
- @vue-macros/common@1.1.4

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-block/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/setup-block",
"version": "0.2.1",
"version": "0.2.2",
"packageManager": "pnpm@7.30.0",
"description": "setup-block feature from Vue Macros.",
"keywords": [
Expand Down

0 comments on commit 9dff923

Please sign in to comment.