Skip to content

Commit

Permalink
chore: bump versions (#371)
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 May 23, 2023
1 parent 984b04c commit 39a9489
Show file tree
Hide file tree
Showing 54 changed files with 257 additions and 63 deletions.
9 changes: 0 additions & 9 deletions .changeset/cool-badgers-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-rice-battle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-gorillas-march.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-swans-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-kids-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-rice-fix.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- [#372](https://github.com/sxzz/vue-macros/pull/372) [`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42) Thanks [@sxzz](https://github.com/sxzz)! - rewrite TypeScript resolver

### Patch Changes

- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2

## 0.6.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.6.3",
"version": "0.7.0",
"packageManager": "[email protected]",
"description": "General API for Vue Macros.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/better-define/CHANGELOG.md
@@ -1,5 +1,17 @@
# @vue-macros/better-define

## 1.6.0

### Minor Changes

- [#372](https://github.com/sxzz/vue-macros/pull/372) [`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42) Thanks [@sxzz](https://github.com/sxzz)! - rewrite TypeScript resolver

### Patch Changes

- Updated dependencies [[`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42), [`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/api@0.7.0
- @vue-macros/common@1.3.2

## 1.5.5

### 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.5.5",
"version": "1.6.0",
"packageManager": "[email protected]",
"description": "better-define 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.3.2

### Patch Changes

- [`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0) Thanks [@sxzz](https://github.com/sxzz)! - don't hoist regexp

## 1.3.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.3.1",
"version": "1.3.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.1.4

### Patch Changes

- Updated dependencies [[`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42), [`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/api@0.7.0
- @vue-macros/common@1.3.2

## 0.1.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.1.3",
"version": "0.1.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.0.4

### Patch Changes

- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2

## 1.0.3

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

## 1.3.6

### Patch Changes

- [`5806748`](https://github.com/sxzz/vue-macros/commit/5806748a10132ac97b1c5389a72933441d2b952a) Thanks [@sxzz](https://github.com/sxzz)! - disallow more keys for `defineOptions`

- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2

## 1.3.5

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

## 0.1.5

### Patch Changes

- [#372](https://github.com/sxzz/vue-macros/pull/372) [`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42) Thanks [@sxzz](https://github.com/sxzz)! - rewrite TypeScript resolver

- Updated dependencies [[`65a04b2`](https://github.com/sxzz/vue-macros/commit/65a04b2c7d0c71fd696cf80370fc78405c621a42), [`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/api@0.7.0
- @vue-macros/common@1.3.2

## 0.1.4

### 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.1.4",
"version": "0.1.5",
"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.0.4

### Patch Changes

- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2

## 1.0.3

### 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.0.3",
"version": "1.0.4",
"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

## 1.0.6

### Patch Changes

- Updated dependencies [[`cd1455e`](https://github.com/sxzz/vue-macros/commit/cd1455e5a75c43fd7ac370d015a2063ae5232a68), [`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/reactivity-transform@0.3.8
- @vue-macros/common@1.3.2

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/define-props/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/define-props",
"version": "1.0.5",
"version": "1.0.6",
"packageManager": "[email protected]",
"description": "define-props feature from Vue Macros.",
"keywords": [
Expand Down Expand Up @@ -86,7 +86,7 @@
"dev": "DEV=true tsup"
},
"peerDependencies": {
"@vue-macros/reactivity-transform": "^0.3.7",
"@vue-macros/reactivity-transform": "^0.3.8",
"vue": "^2.7.0 || ^3.2.25"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/define-render/CHANGELOG.md
@@ -1,5 +1,12 @@
# @vue-macros/define-render

## 1.3.7

### Patch Changes

- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2

## 1.3.6

### 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.3.6",
"version": "1.3.7",
"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.0.3

### Patch Changes

- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2

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

## 0.0.1

### Patch Changes

- [#376](https://github.com/sxzz/vue-macros/pull/376) [`1e4a1f4`](https://github.com/sxzz/vue-macros/commit/1e4a1f4a8e0f8a788f5ae8e7043308a348cca6c4) Thanks [@sxzz](https://github.com/sxzz)! - - Disable `exportExpose` and `exportProps` by default.
- Introduce `exportExpose`.
- Add `include` option for Volar plugins (`exportExpose` and `exportProps`).
- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2
2 changes: 1 addition & 1 deletion packages/export-expose/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-macros/export-expose",
"version": "0.0.0",
"version": "0.0.1",
"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.3.6

### Patch Changes

- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2

## 0.3.5

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

## 1.4.0

### Minor Changes

- [`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0) Thanks [@sxzz](https://github.com/sxzz)! - don't hoist regexp

### Patch Changes

- Updated dependencies [[`39c72ff`](https://github.com/sxzz/vue-macros/commit/39c72ff0f351b9b2d7eb5ad22e2a8b98f7a263a0)]:
- @vue-macros/common@1.3.2

## 1.3.5

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

0 comments on commit 39a9489

Please sign in to comment.