Skip to content

Commit

Permalink
release stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjack committed May 15, 2023
1 parent a025af4 commit ee5a8ca
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .changeset/fair-gifts-serve.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/pre.json

This file was deleted.

10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# vue-types

## 5.0.3

### Patch Changes

- 8cb1ccb: - Accepts null as valid value in validateType util

- fix docs: `nullable()` should be used for nullable required props.

Closes #383

## 5.0.3-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-types",
"version": "5.0.3-next.0",
"version": "5.0.3",
"description": "Prop types utility for Vue",
"author": "Marco Solazzi",
"license": "MIT",
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-types-nuxt

## 1.0.1

### Patch Changes

- Updated dependencies [8cb1ccb]
- [email protected]

## 1.0.1-next.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-types-nuxt",
"version": "1.0.1-next.0",
"version": "1.0.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"@nuxt/schema": "^3.0.0"
},
"peerDependencies": {
"vue-types": "^5.0.3-next.0"
"vue-types": "^5.0.3"
}
}

0 comments on commit ee5a8ca

Please sign in to comment.