Skip to content

Commit

Permalink
ci(changesets): version packages (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 8, 2023
1 parent 870ffd7 commit 6ac344e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/import-star-api.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/setup-defineslots.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-hairs-rest.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/vue-docgen-api/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 4.74.1

### Patch Changes

- [#1592](https://github.com/vue-styleguidist/vue-styleguidist/pull/1592) [`4dff37d5`](https://github.com/vue-styleguidist/vue-styleguidist/commit/4dff37d57f181807dfeadd38855bd6475f019a13) Thanks [@elevatebart](https://github.com/elevatebart)! - allow to traverse `import * as Interfaces from './test'` since `import { PropTypes } from './test'` already works

- [#1603](https://github.com/vue-styleguidist/vue-styleguidist/pull/1603) [`edbfc729`](https://github.com/vue-styleguidist/vue-styleguidist/commit/edbfc7292bf18b39214adf335c599d8c51165b1e) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: extract slot and property documentation from defineslots

- [`8a24675d`](https://github.com/vue-styleguidist/vue-styleguidist/commit/8a24675db2fecb5efdb7efa52aea1e1962408ffd) Thanks [@elevatebart](https://github.com/elevatebart)! - avoid failure & crash on compositie props

## 4.74.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-docgen-api/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-docgen-api",
"version": "4.74.0",
"version": "4.74.1",
"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 6ac344e

Please sign in to comment.