Skip to content

Commit

Permalink
ci(changesets): version packages (#1589)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to dev, this PR will
be updated.


# Releases
## [email protected]

### Minor Changes

-
[#1586](#1586)
[`1ecc082a`](1ecc082)
Thanks [@sawmurai](https://github.com/sawmurai)! - Add initial support
for external types in defineProps and defineEmits

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
elevatebart and github-actions[bot] committed Jul 25, 2023
1 parent 1ecc082 commit 8bd3e38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/young-boats-jog.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/vue-docgen-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.74.0

### Minor Changes

- [#1586](https://github.com/vue-styleguidist/vue-styleguidist/pull/1586) [`1ecc082a`](https://github.com/vue-styleguidist/vue-styleguidist/commit/1ecc082a069193afeb7bae4493641cd81aa93432) Thanks [@sawmurai](https://github.com/sawmurai)! - Add initial support for external types in defineProps and defineEmits

## 4.73.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-docgen-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-docgen-api",
"version": "4.73.1",
"version": "4.74.0",
"description": "Toolbox to extract information from Vue component files for documentation generation purposes.",
"homepage": "https://vue-styleguidist.github.io",
"main": "dist/main.js",
Expand Down

0 comments on commit 8bd3e38

Please sign in to comment.