Skip to content

Commit

Permalink
chore(next): release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Jun 1, 2024
1 parent 370caac commit 8c196e3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-colts-jog.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.0

### Minor Changes

- [#121](https://github.com/sdorra/content-collections/pull/121) [`370caac`](https://github.com/sdorra/content-collections/commit/370caac3c47e1f0c56116c950d67ea88b5692599) Thanks [@sdorra](https://github.com/sdorra)! - Support for turbopack

## 0.1.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.1.3",
"version": "0.2.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 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.5.0",
"@content-collections/mdx": "0.1.3",
"@content-collections/next": "0.1.3",
"@content-collections/next": "0.2.0",
"@playwright/test": "^1.44.0",
"@types/node": "^20",
"@types/react": "^18.3.1",
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.5.0",
"@content-collections/next": "0.1.3",
"@content-collections/next": "0.2.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit 8c196e3

Please sign in to comment.