Skip to content

Commit

Permalink
Version Packages (#96)
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 17, 2024
1 parent 1ba43d1 commit 6f7ca26
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-candles-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-parents-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-dancers-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-rivers-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-chefs-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-parrots-taste.md

This file was deleted.

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

## 0.3.9

### Patch Changes

- 1468536: Add .gitignore file when cloning example.
- dcf722b: Fixes specifying a custom directory to copy examples to.

## 0.3.8

### 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.8",
"version": "0.3.9",
"author": "Travis Arnold",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/mdxts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mdxts

## 0.15.1

### Patch Changes

- bf65891: Fixes inferred front matter for `createSource.get` method.
- 94fd7fe: Silence `jju` warnings used by `@manypkg/find-root`.
- a79d453: Handles nested fields when type checking front matter.
- 635de6c: Bail early if not a git repository to avoid printing git errors when not initialized yet.

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

0 comments on commit 6f7ca26

Please sign in to comment.