Skip to content

Commit

Permalink
Version Packages (#85)
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 Apr 4, 2024
1 parent 77c4c10 commit faad5c7
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-cows-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-shrimps-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-grapes-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-mirrors-confess.md

This file was deleted.

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

## 0.3.6

### Patch Changes

- 77c4c10: Improves CLI onboarding by prompting to copy the blog example if not run in a project.

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mdxts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mdxts",
"version": "0.3.5",
"version": "0.3.6",
"author": "Travis Arnold",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mdxts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# mdxts

## 0.14.0

### Minor Changes

- 32c9686: Removes private `Editor` and `Preview` components and related dependencies to reduce bundle size.
- 6fcd390: Adds initial support for Next.js [Turbopack](https://nextjs.org/docs/app/api-reference/next-config-js/turbo) locally.

### Patch Changes

- 9feac19: Removes processing MDX files with Webpack loader since it is now handled through remark and `getAllData`.

## 0.13.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.13.0",
"version": "0.14.0",
"description": "The Content & Documentation SDK for React",
"author": "Travis Arnold",
"license": "MIT",
Expand Down

0 comments on commit faad5c7

Please sign in to comment.