Skip to content

Commit

Permalink
ci(changesets): version packages (#1647)
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
## vue-docgen-api@4.76.0

### Minor Changes

-
[#1646](#1646)
[`454bfe75`](454bfe7)
Thanks [@elevatebart](https://github.com/elevatebart)! - allow resolving
an imported module in a type module package

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
elevatebart and github-actions[bot] committed Mar 6, 2024
1 parent 454bfe7 commit b204a66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-masks-grin.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.76.0

### Minor Changes

- [#1646](https://github.com/vue-styleguidist/vue-styleguidist/pull/1646) [`454bfe75`](https://github.com/vue-styleguidist/vue-styleguidist/commit/454bfe7573057de806b783ba61d3b30def91078e) Thanks [@elevatebart](https://github.com/elevatebart)! - allow resolving an imported module in a type module package

## 4.75.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.75.1",
"version": "4.76.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 b204a66

Please sign in to comment.