Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent 4a398a7 commit 5378ac8
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-ducks-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-stingrays-promise.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- [`d208994`](https://github.com/sdorra/content-collections/commit/d2089947ca83cd00de299645516d77b8dd0fd8ca) Thanks [@sdorra](https://github.com/sdorra)! - Allow creation of static imports from a transform function

- [`4a398a7`](https://github.com/sdorra/content-collections/commit/4a398a75fe9c5b5a77e2fad23c938d1a81cc1a36) Thanks [@sdorra](https://github.com/sdorra)! - Add frontmatter-only parser to parse md(x) files without the content

## 0.7.3

### Patch 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.3",
"version": "0.8.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
28 changes: 14 additions & 14 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/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@content-collections/cli": "0.1.6",
"@content-collections/core": "0.7.3"
"@content-collections/core": "0.8.0"
},
"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.3",
"@content-collections/core": "0.8.0",
"@content-collections/markdown": "0.1.3",
"@content-collections/vite": "0.2.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/core": "0.8.0",
"@content-collections/mdx": "0.2.0",
"@content-collections/next": "0.2.4",
"@types/node": "^20",
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 @@ -8,7 +8,7 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/core": "0.8.0",
"@content-collections/next": "0.2.4",
"@content-collections/sample-theme": "0.1.0",
"@mdx-js/loader": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/next-mdx-static-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/core": "0.8.0",
"@content-collections/next": "0.2.4",
"@content-collections/sample-theme": "0.1.0",
"@mdx-js/loader": "^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 @@ -8,7 +8,7 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/core": "0.8.0",
"@content-collections/mdx": "0.2.0",
"@content-collections/next": "0.2.4",
"@content-collections/sample-theme": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.7.3",
"@content-collections/core": "0.8.0",
"@content-collections/next": "0.2.4",
"next": "14.2.15",
"react": "^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.11.0",
"@builder.io/qwik-city": "^1.11.0",
"@content-collections/core": "0.7.3",
"@content-collections/core": "0.8.0",
"@content-collections/vite": "0.2.3",
"@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.3",
"@content-collections/core": "0.8.0",
"@content-collections/vite": "0.2.3",
"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.3",
"@content-collections/core": "0.8.0",
"@content-collections/vite": "0.2.3",
"@mdx-js/rollup": "^3.0.1",
"@remix-run/dev": "^2.13.1",
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.3",
"@content-collections/core": "0.8.0",
"@content-collections/remix-vite": "0.1.2",
"@remix-run/dev": "^2.13.1",
"@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.3",
"@content-collections/core": "0.8.0",
"@content-collections/markdown": "0.1.3",
"@content-collections/solid-start": "0.1.3",
"@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.3",
"@content-collections/core": "0.8.0",
"@content-collections/markdown": "0.1.3",
"@content-collections/vite": "0.2.3",
"@sveltejs/adapter-auto": "^3.3.1",
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.3",
"@content-collections/core": "0.8.0",
"@content-collections/vite": "0.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 5378ac8

Please sign in to comment.