Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #321

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dry-tigers-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-bottles-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-crabs-build.md

This file was deleted.

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

## 0.1.4

### Patch Changes

- [#317](https://github.com/sdorra/content-collections/pull/317) [`9a7795d`](https://github.com/sdorra/content-collections/commit/9a7795d3ad8249cb78c1a90b01ff1b69c5404904) Thanks [@sdorra](https://github.com/sdorra)! - Fix cli on node 22

- Updated dependencies []:
- @content-collections/[email protected]

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/cli",
"description": "Command line interface for content-collections",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @content-collections/core

## 0.7.1

### Patch Changes

- [#318](https://github.com/sdorra/content-collections/pull/318) [`5724373`](https://github.com/sdorra/content-collections/commit/5724373e28d4972d604cf24f195518ea58b39b88) Thanks [@sdorra](https://github.com/sdorra)! - Fix webpack warning on next.js 15

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@content-collections/core",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @content-collections/next

## 0.2.2

### Patch Changes

- [#319](https://github.com/sdorra/content-collections/pull/319) [`a0d1a67`](https://github.com/sdorra/content-collections/commit/a0d1a678ad13c66607ffd578485a2b3cfb902c0e) Thanks [@sdorra](https://github.com/sdorra)! - Fix double execution when next.config.ts is used

- Updated dependencies []:
- @content-collections/[email protected]

## 0.2.1

### 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.1",
"version": "0.2.2",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions samples/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "vitest --run"
},
"dependencies": {
"@content-collections/cli": "0.1.3",
"@content-collections/core": "0.7.0"
"@content-collections/cli": "0.1.4",
"@content-collections/core": "0.7.1"
},
"devDependencies": {
"@types/node": "20",
Expand Down
2 changes: 1 addition & 1 deletion samples/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/markdown": "0.1.1",
"@content-collections/vite": "0.2.2",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions samples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react-dom": "^18"
},
"devDependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/mdx": "0.1.5",
"@content-collections/next": "0.2.1",
"@content-collections/next": "0.2.2",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions samples/next-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/mdx": "0.1.5",
"@content-collections/next": "0.2.1",
"@content-collections/next": "0.2.2",
"@content-collections/sample-theme": "0.1.0",
"next": "14.2.10",
"react": "^18",
Expand Down
4 changes: 2 additions & 2 deletions samples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/next": "0.2.1",
"@content-collections/core": "0.7.1",
"@content-collections/next": "0.2.2",
"next": "14.2.10",
"react": "^18",
"react-dom": "^18"
Expand Down
2 changes: 1 addition & 1 deletion samples/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@builder.io/qwik": "^1.8.0",
"@builder.io/qwik-city": "^1.8.0",
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/vite": "0.2.2",
"@types/eslint": "^8.56.7",
"@types/node": "^20.14.9",
Expand Down
2 changes: 1 addition & 1 deletion samples/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/vite": "0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/remix-mdx-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/vite": "0.2.2",
"@mdx-js/rollup": "^3.0.1",
"@remix-run/dev": "^2.11.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/remix-vite": "0.1.1",
"@remix-run/dev": "^2.11.2",
"@types/react": "^18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion samples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/markdown": "0.1.1",
"@content-collections/solid-start": "0.1.2",
"@solidjs/start": "^1.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "playwright test"
},
"devDependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/markdown": "0.1.1",
"@content-collections/vite": "0.2.2",
"@sveltejs/adapter-auto": "^3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.0",
"@content-collections/core": "0.7.1",
"@content-collections/vite": "0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down