Skip to content

Commit

Permalink
chore: bump versions (#308)
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 16, 2023
1 parent 976d198 commit d55a73d
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/light-impalas-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-swans-wink.md

This file was deleted.

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

## 0.4.7

### Patch Changes

- [`2dff8b2`](https://github.com/sxzz/unplugin-vue-macros/commit/2dff8b27b3ab05a73a28c247bd339f3f9fef3104) Thanks [@sxzz](https://github.com/sxzz)! - fix rollup resolve

- [`82494e5`](https://github.com/sxzz/unplugin-vue-macros/commit/82494e58b6eb972257913d3cb8cebe2eb2881736) Thanks [@sxzz](https://github.com/sxzz)! - fallback to null when cannot resolve

## 0.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/api",
"version": "0.4.6",
"version": "0.4.7",
"packageManager": "[email protected]",
"description": "General API for Vue Macros.",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/better-define/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vue-macros/better-define

## 1.3.7

### Patch Changes

- [`2dff8b2`](https://github.com/sxzz/unplugin-vue-macros/commit/2dff8b27b3ab05a73a28c247bd339f3f9fef3104) Thanks [@sxzz](https://github.com/sxzz)! - fix rollup resolve

- [`82494e5`](https://github.com/sxzz/unplugin-vue-macros/commit/82494e58b6eb972257913d3cb8cebe2eb2881736) Thanks [@sxzz](https://github.com/sxzz)! - fallback to null when cannot resolve

- Updated dependencies [[`2dff8b2`](https://github.com/sxzz/unplugin-vue-macros/commit/2dff8b27b3ab05a73a28c247bd339f3f9fef3104), [`82494e5`](https://github.com/sxzz/unplugin-vue-macros/commit/82494e58b6eb972257913d3cb8cebe2eb2881736)]:
- @vue-macros/api@0.4.7

## 1.3.6

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

## 1.10.1

### Patch Changes

- Updated dependencies [[`2dff8b2`](https://github.com/sxzz/unplugin-vue-macros/commit/2dff8b27b3ab05a73a28c247bd339f3f9fef3104), [`82494e5`](https://github.com/sxzz/unplugin-vue-macros/commit/82494e58b6eb972257913d3cb8cebe2eb2881736)]:
- @vue-macros/better-define@1.3.7
- @vue-macros/define-model@1.3.4

## 1.10.0

### Minor 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": "1.10.0",
"version": "1.10.1",
"packageManager": "[email protected]",
"description": "Explore and extend more macros and syntax sugar to Vue.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-macros/nuxt

## 1.2.3

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.2.2

### 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.2.2",
"version": "1.2.3",
"packageManager": "[email protected]",
"description": "nuxt feature from Vue Macros.",
"keywords": [
Expand Down

0 comments on commit d55a73d

Please sign in to comment.