Skip to content

Commit

Permalink
Version Packages (#115)
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] committed May 13, 2024
1 parent ef4b03a commit 9337bd9
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-hotels-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-glasses-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-apricots-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-files-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-files-beg.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/loud-spoons-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-news-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-rats-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-dodos-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-boats-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-goats-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-seahorses-promise.md

This file was deleted.

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

## 0.19.0

### Minor Changes

- 00f6547: Uses a slightly smaller filename font size for the `CodeBlock` toolbar by default.
- 87ee6c4: Adds `Copyright` component to render copyright notices.
- 8558c3f: Adds `GitProviderLink` and `GitProviderLogo` components to render links and graphics for the configured git provider.
- 999446c: Adds MDXTS assets for linking back to the MDXTS site:

```jsx
import { BuiltWithMdxts } from "mdxts/assets";

export function Footer() {
return (
<footer>
<BuiltWithMdxts />
</footer>
);
}
```

- b7c7f0d: Removes default vertical padding for `CodeInline` component.
- fcb0a03: Now infers `gitSource` and `siteUrl` in `mdxts/next` using [Vercel environment variables](https://vercel.com/docs/projects/environment-variables/system-environment-variables) if available.

### Patch Changes

- 9a9d33a: Fixes using the initial value rather than the possibly transformed value in `CodeBlock`.
- de7bad8: Fixes line numbers highlight styles.
- 759bb79: Fixes interaction when copy button covers code block text by hiding the copy button on the first pointer down until entering the code block area again.
- 2e384bb: Closes symbol popover on pointer down to allow selecting code block text.
- ef4b03a: Fixes unnecessarily rendering token when it is whitespace.
- 308c709: Normalizes `CopyButton` sizes across code components.

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdxts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdxts",
"version": "0.18.0",
"version": "0.19.0",
"description": "The Content & Documentation SDK for React",
"author": "Travis Arnold",
"license": "MIT",
Expand Down

0 comments on commit 9337bd9

Please sign in to comment.