Skip to content

Commit

Permalink
chore: bump versions (#655)
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 Mar 29, 2024
1 parent 4202a2b commit 45532b7
Show file tree
Hide file tree
Showing 62 changed files with 276 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-lions-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-dots-listen.md

This file was deleted.

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

## 0.9.4

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 0.9.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.9.3",
"version": "0.9.4",
"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.14

### Patch Changes

- Updated dependencies [[`4202a2b`](https://github.com/vue-macros/vue-macros/commit/4202a2b1ee6b302fcd2d704f1978f1dadeb20090)]:
- [email protected]

## 0.3.13

### 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.13",
"version": "0.3.14",
"packageManager": "[email protected]",
"description": "Astro integration of Vue Macros.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/better-define/CHANGELOG.md
@@ -1,5 +1,13 @@
# @vue-macros/better-define

## 1.7.4

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2
- @vue-macros/api@0.9.4

## 1.7.3

### 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.3",
"version": "1.7.4",
"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.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 0.3.2

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

## 0.2.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.2

### Patch Changes

- [`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e) Thanks [@sxzz](https://github.com/sxzz)! - fix filter for rspack

## 1.10.1

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

## 0.2.4

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2
- @vue-macros/api@0.9.4

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

## 1.2.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 1.2.2

### 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.2",
"version": "1.2.3",
"packageManager": "[email protected]",
"description": "define-models feature from Vue Macros.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/define-options/CHANGELOG.md
@@ -1,5 +1,12 @@
# unplugin-vue-define-options

## 1.4.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 1.4.2

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

## 0.3.4

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2
- @vue-macros/api@0.9.4

## 0.3.3

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

## 1.2.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 1.2.2

### 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.2",
"version": "1.2.3",
"packageManager": "[email protected]",
"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

## 2.0.4

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2
- @vue-macros/reactivity-transform@0.4.4

## 2.0.3

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

## 1.5.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 1.5.2

### 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.2",
"version": "1.5.3",
"packageManager": "[email protected]",
"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

## 1.1.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 1.1.2

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

## 0.1.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 0.1.2

### 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.2",
"version": "0.1.3",
"packageManager": "[email protected]",
"description": "export-expose 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.4.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 0.4.2

### 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.4.2",
"version": "0.4.3",
"packageManager": "[email protected]",
"description": "export-props feature from Vue Macros.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/export-render/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/export-render

## 0.2.3

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 0.2.2

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

### Patch Changes

- Updated dependencies [[`781d7dc`](https://github.com/vue-macros/vue-macros/commit/781d7dc255a0d09bfabe2293bae884cfdc1d852e)]:
- @vue-macros/common@1.10.2

## 1.5.2

### 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.5.2",
"version": "1.5.3",
"packageManager": "[email protected]",
"description": "hoist-static feature from Vue Macros.",
"keywords": [
Expand Down

0 comments on commit 45532b7

Please sign in to comment.