Skip to content

Commit

Permalink
chore: bump versions (#665)
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 May 4, 2024
1 parent b3c9022 commit 2322820
Show file tree
Hide file tree
Showing 64 changed files with 324 additions and 72 deletions.
27 changes: 0 additions & 27 deletions .changeset/afraid-windows-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-clouds-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-otters-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-trains-design.md

This file was deleted.

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

## 0.9.6

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 0.9.5

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

## 0.3.16

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.3.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/astro",
"version": "0.3.15",
"version": "0.3.16",
"packageManager": "[email protected]",
"description": "Astro integration of 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.7.6

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3
- @vue-macros/api@0.9.6

## 1.7.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.7.5",
"version": "1.7.6",
"packageManager": "[email protected]",
"description": "better-define feature from Vue Macros.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/boolean-prop/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/boolean-prop

## 0.3.4

### Patch Changes

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 0.3.3

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

## 0.2.4

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-call/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/chain-call",
"version": "0.2.3",
"version": "0.2.4",
"packageManager": "[email protected]",
"description": "chain-call 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.10.3

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

## 1.10.2

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

## 0.2.6

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3
- @vue-macros/api@0.9.6

## 0.2.5

### 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.2.5",
"version": "0.2.6",
"packageManager": "[email protected]",
"description": "define-emit feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/define-models/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-macros/define-model

## 1.2.4

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/define-models/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-models",
"version": "1.2.3",
"version": "1.2.4",
"packageManager": "[email protected]",
"description": "define-models 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.4.4

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 1.4.3

### 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.4.3",
"version": "1.4.4",
"packageManager": "[email protected]",
"description": "Add defineOptions macro for Vue <script setup>.",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/define-prop/CHANGELOG.md
@@ -1,5 +1,15 @@
# @vue-macros/define-prop

## 0.3.6

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3
- @vue-macros/api@0.9.6

## 0.3.5

### 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.3.5",
"version": "0.3.6",
"packageManager": "[email protected]",
"description": "define-prop feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/define-props-refs/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-macros/define-props-refs

## 1.2.4

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 1.2.3

### 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": "1.2.3",
"version": "1.2.4",
"packageManager": "[email protected]",
"description": "define-props-refs feature from Vue Macros.",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/define-props/CHANGELOG.md
@@ -1,5 +1,15 @@
# @vue-macros/define-props

## 2.0.5

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/reactivity-transform@0.4.5
- @vue-macros/common@1.10.3

## 2.0.4

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

## 1.5.4

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 1.5.3

### 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.5.3",
"version": "1.5.4",
"packageManager": "[email protected]",
"description": "define-render feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/define-slots/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-macros/define-slots

## 1.1.4

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 1.1.3

### 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": "1.1.3",
"version": "1.1.4",
"packageManager": "[email protected]",
"description": "define-slots feature from Vue Macros.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/export-expose/CHANGELOG.md
@@ -1,5 +1,14 @@
# @vue-macros/export-expose

## 0.1.4

### Patch Changes

- [`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25) Thanks [@sxzz](https://github.com/sxzz)! - upgrade magic-string-ast

- Updated dependencies [[`102a074`](https://github.com/vue-macros/vue-macros/commit/102a0745206c246393d534e7849351df4d471c25)]:
- @vue-macros/common@1.10.3

## 0.1.3

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

0 comments on commit 2322820

Please sign in to comment.