Skip to content

Commit

Permalink
Version Packages (#98)
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 Apr 18, 2024
1 parent d3520da commit 46f02c6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-cobras-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-wolves-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-turtles-rule.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.10

### Patch Changes

- 4be36bc: Save version check to local cache.
- 29c8865: Uses the correct working directory when creating example files.

## 0.3.9

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

## 0.15.2

### Patch Changes

- d3520da: Prevent fatal git error in console by checking for `.git` directory in `getGitMetadata`.

## 0.15.1

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

0 comments on commit 46f02c6

Please sign in to comment.