Skip to content

Commit

Permalink
chore(release): #304 version packages
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 Sep 12, 2024
1 parent 7e3376d commit bf7e925
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-meals-fold.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- [`7e3376d`](https://github.com/sdorra/content-collections/commit/7e3376d4faaa9150798f0b25870946bc5ae7ee66) Thanks [@sdorra](https://github.com/sdorra)! - #277 Fix directory import error on next.js pages router

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/mdx",
"description": "Compile MDX as part of your content-collection transform function",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/mdx": "0.1.4",
"@content-collections/mdx": "0.1.5",
"@content-collections/next": "0.2.1",
"@types/node": "^20",
"@types/react": "^18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion samples/next-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/mdx": "0.1.4",
"@content-collections/mdx": "0.1.5",
"@content-collections/next": "0.2.1",
"@content-collections/sample-theme": "0.1.0",
"next": "14.2.7",
Expand Down

0 comments on commit bf7e925

Please sign in to comment.