Skip to content

Commit

Permalink
chore: bump versions (#643)
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 19, 2024
1 parent 3e790d5 commit e7d45fe
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-steaks-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-snakes-rhyme.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-macros/astro

## 0.3.10

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/astro",
"version": "0.3.9",
"version": "0.3.10",
"packageManager": "[email protected]",
"description": "Astro integration of Vue Macros.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/jsx-directive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-macros/jsx-directive

## 0.8.9

### Patch Changes

- [#641](https://github.com/vue-macros/vue-macros/pull/641) [`3e790d5`](https://github.com/vue-macros/vue-macros/commit/3e790d5bc1b084701b2b287d59d38431e74e12ad) Thanks [@zhiyuanzmj](https://github.com/zhiyuanzmj)! - support dynamic argument for v-model

## 0.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx-directive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/jsx-directive",
"version": "0.8.8",
"version": "0.8.9",
"packageManager": "[email protected]",
"description": "jsx-directive feature from Vue Macros.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# unplugin-vue-macros

## 2.7.11

### Patch Changes

- Updated dependencies [[`3e790d5`](https://github.com/vue-macros/vue-macros/commit/3e790d5bc1b084701b2b287d59d38431e74e12ad)]:
- @vue-macros/jsx-directive@0.8.9

## 2.7.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-vue-macros",
"version": "2.7.10",
"version": "2.7.11",
"packageManager": "[email protected]",
"description": "Explore more macros and syntax sugar to Vue.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vue-macros/nuxt

## 1.9.22

### Patch Changes

- Updated dependencies [[`3e790d5`](https://github.com/vue-macros/vue-macros/commit/3e790d5bc1b084701b2b287d59d38431e74e12ad), [`b76b938`](https://github.com/vue-macros/vue-macros/commit/b76b938a85ea641c84ea1a7de3ba17c2638dbd98)]:
- @vue-macros/volar@0.18.12
- [email protected]

## 1.9.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/nuxt",
"version": "1.9.21",
"version": "1.9.22",
"packageManager": "[email protected]",
"description": "nuxt feature from Vue Macros.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/volar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vue-macros/volar

## 0.18.12

### Patch Changes

- [#641](https://github.com/vue-macros/vue-macros/pull/641) [`3e790d5`](https://github.com/vue-macros/vue-macros/commit/3e790d5bc1b084701b2b287d59d38431e74e12ad) Thanks [@zhiyuanzmj](https://github.com/zhiyuanzmj)! - support dynamic argument for v-model

- [#642](https://github.com/vue-macros/vue-macros/pull/642) [`b76b938`](https://github.com/vue-macros/vue-macros/commit/b76b938a85ea641c84ea1a7de3ba17c2638dbd98) Thanks [@zhiyuanzmj](https://github.com/zhiyuanzmj)! - support jsxSelfClosingElement in v-slot

## 0.18.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/volar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/volar",
"version": "0.18.11",
"version": "0.18.12",
"packageManager": "[email protected]",
"description": "Volar plugin for Vue Macros.",
"keywords": [
Expand Down

0 comments on commit e7d45fe

Please sign in to comment.