Skip to content

Commit

Permalink
chore: bump versions (#467)
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 Aug 19, 2023
1 parent 52b317b commit 245a2ad
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/grumpy-cheetahs-watch.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.1.3

### Patch Changes

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

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"packageManager": "pnpm@8.6.12",
"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.6.1

### Patch Changes

- [#466](https://github.com/vue-macros/vue-macros/pull/466) [`52b317b4`](https://github.com/vue-macros/vue-macros/commit/52b317b42816b01f4b55e568ce9acdd77b8e096f) Thanks [@zhiyuanzmj](https://github.com/zhiyuanzmj)! - v-for directive supports Integer, Object and Iterable Object.

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"packageManager": "pnpm@8.6.12",
"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.4.8

### Patch Changes

- Updated dependencies [[`52b317b4`](https://github.com/vue-macros/vue-macros/commit/52b317b42816b01f4b55e568ce9acdd77b8e096f)]:
- @vue-macros/jsx-directive@0.6.1

## 2.4.7

### 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.4.7",
"version": "2.4.8",
"packageManager": "pnpm@8.6.12",
"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.7.4

### Patch Changes

- Updated dependencies [[`52b317b4`](https://github.com/vue-macros/vue-macros/commit/52b317b42816b01f4b55e568ce9acdd77b8e096f)]:
- @vue-macros/volar@0.13.5
- unplugin-vue-macros@2.4.8

## 1.7.3

### 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.7.3",
"version": "1.7.4",
"packageManager": "pnpm@8.6.12",
"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.13.5

### Patch Changes

- [#466](https://github.com/vue-macros/vue-macros/pull/466) [`52b317b4`](https://github.com/vue-macros/vue-macros/commit/52b317b42816b01f4b55e568ce9acdd77b8e096f) Thanks [@zhiyuanzmj](https://github.com/zhiyuanzmj)! - v-for directive supports Integer, Object and Iterable Object.

## 0.13.4

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

0 comments on commit 245a2ad

Please sign in to comment.