Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/beige-hounds-carry.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.5

### Patch Changes

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

## 0.3.4

### 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.4",
"version": "0.3.5",
"packageManager": "pnpm@8.12.1",
"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.4

### Patch Changes

- [#592](https://github.com/vue-macros/vue-macros/pull/592) [`92f2370`](https://github.com/vue-macros/vue-macros/commit/92f2370624dec6f93a83fe8b0c089dddf8049aec) Thanks [@zhiyuanzmj](https://github.com/zhiyuanzmj)! - support modifiers for v-on

## 0.8.3

### 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.3",
"version": "0.8.4",
"packageManager": "pnpm@8.12.1",
"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.6

### Patch Changes

- Updated dependencies [[`92f2370`](https://github.com/vue-macros/vue-macros/commit/92f2370624dec6f93a83fe8b0c089dddf8049aec)]:
- @vue-macros/jsx-directive@0.8.4

## 2.7.5

### 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.5",
"version": "2.7.6",
"packageManager": "pnpm@8.12.1",
"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.14

### Patch Changes

- Updated dependencies [[`92f2370`](https://github.com/vue-macros/vue-macros/commit/92f2370624dec6f93a83fe8b0c089dddf8049aec)]:
- @vue-macros/volar@0.18.4
- unplugin-vue-macros@2.7.6

## 1.9.13

### 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.13",
"version": "1.9.14",
"packageManager": "pnpm@8.12.1",
"description": "nuxt feature from Vue Macros.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/volar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue-macros/volar

## 0.18.4

### Patch Changes

- [#592](https://github.com/vue-macros/vue-macros/pull/592) [`92f2370`](https://github.com/vue-macros/vue-macros/commit/92f2370624dec6f93a83fe8b0c089dddf8049aec) Thanks [@zhiyuanzmj](https://github.com/zhiyuanzmj)! - support modifiers for v-on

## 0.18.3

### 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.3",
"version": "0.18.4",
"packageManager": "pnpm@8.12.1",
"description": "Volar plugin for Vue Macros.",
"keywords": [
Expand Down