Skip to content

Commit

Permalink
Merge pull request #27 from ghostdevv/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ghostdevv authored Jul 12, 2024
2 parents 3149539 + 87ac3b4 commit b4b7635
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-frogs-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-beers-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-cycles-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-hats-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-doors-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-rice-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-trainers-deny.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# extractinator

## 0.4.0

### Minor Changes

- feat: add `type` field to output ([`31495390342edf3ec1517c8c0cc62da08c0be625`](https://github.com/ghostdevv/extractinator/commit/31495390342edf3ec1517c8c0cc62da08c0be625))

- feat: verbose logging mode ([#28](https://github.com/ghostdevv/extractinator/pull/28))

### Patch Changes

- fix: trim comment outputs ([#28](https://github.com/ghostdevv/extractinator/pull/28))

- breaking: update to ts 5.3 and outline minimum dep versions ([`d01fadd2c92f5211b7a6caf4ad0ee0975a9209d3`](https://github.com/ghostdevv/extractinator/commit/d01fadd2c92f5211b7a6caf4ad0ee0975a9209d3))

- fix: skip files with no exports ([#28](https://github.com/ghostdevv/extractinator/pull/28))

- fix: filter out \_\_index: any props ([#28](https://github.com/ghostdevv/extractinator/pull/28))

- fix: not deleting temp folders correctly ([#28](https://github.com/ghostdevv/extractinator/pull/28))

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extractinator",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"description": "A tool to extract the api information from Svelte and TS/JS files. Extract slots, events, module exports, props, and css props all with parsed tsdoc comments.",
"contributors": [
Expand Down

0 comments on commit b4b7635

Please sign in to comment.