Skip to content

Commit

Permalink
Version Packages (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 31, 2024
1 parent ac6ce1c commit 289c95f
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-rabbits-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-phones-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-vans-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-kings-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-rings-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-experts-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-fireants-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-lions-roll.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/omnidoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# mdxts

## 3.1.0

### Minor Changes

- 4c29cdc: Removes `getTitle` method for collection source.
- 9b4fe41: Adds `getTags` method to collection export source that returns the relative JS Doc tags if they exist.

### Patch Changes

- ac6ce1c: Always clean up sub-process in close event when using cli.
- 365a2c3: The `getText` method for a collection export source now includes the full context of everything used within the export.
- 1b6d65a: Adds better title parsing for file system and export source names.
- 43e379c: Adds `.git` to default ignored list for projects.
- 1a4888b: Removes the `sourcePath` prop from the `CodeBlock` component which was previously only used with the MDX plugins and Webpack loader.
- 0b00c1a: Fixes `getEditPath` not trimming the working directory in production.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/omnidoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omnidoc",
"version": "3.0.1",
"version": "3.1.0",
"description": "The Content & Documentation SDK for React",
"author": "Travis Arnold",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 289c95f

Please sign in to comment.