Skip to content

Commit

Permalink
chore(release): #410 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 Nov 16, 2024
1 parent 2677acc commit 8f81054
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-bikes-rule.md

This file was deleted.

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

## 0.2.4

### Patch Changes

- [#409](https://github.com/sdorra/content-collections/pull/409) [`2677acc`](https://github.com/sdorra/content-collections/commit/2677acc67409f7cecb51ecc2de5ef1417c9caeaf) Thanks [@sdorra](https://github.com/sdorra)! - Fix double execution if next.config.ts is used on canary #397

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/next",
"description": "Use content-collection with Next.js",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 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 @@ -15,7 +15,7 @@
"devDependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/mdx": "0.2.0",
"@content-collections/next": "0.2.3",
"@content-collections/next": "0.2.4",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/next-mdx-dynamic-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/next": "0.2.3",
"@content-collections/next": "0.2.4",
"@content-collections/sample-theme": "0.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
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 @@ -10,7 +10,7 @@
"dependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/mdx": "0.2.0",
"@content-collections/next": "0.2.3",
"@content-collections/next": "0.2.4",
"@content-collections/sample-theme": "0.1.0",
"next": "14.2.15",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion samples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/next": "0.2.3",
"@content-collections/next": "0.2.4",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit 8f81054

Please sign in to comment.