Skip to content

Commit

Permalink
chore(core): release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed May 11, 2024
1 parent 19f6139 commit 1779d44
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-olives-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-planets-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-squids-shout.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- [`968c5f3`](https://github.com/sdorra/content-collections/commit/968c5f358385019f2ef4cd9dbf1209c27da03e96) Thanks [@sdorra](https://github.com/sdorra)! - expose collection name and directory as part of the context

- [#47](https://github.com/sdorra/content-collections/pull/47) [`58e659b`](https://github.com/sdorra/content-collections/commit/58e659bef0f6604f4c3f991ae4d4c64c0350fc59) Thanks [@sdorra](https://github.com/sdorra)! - Add option to exclude files from collection

### Patch Changes

- [`7eed25d`](https://github.com/sdorra/content-collections/commit/7eed25de55622bf77c021e9d556bbe8d1d724a20) Thanks [@sdorra](https://github.com/sdorra)! - Export document type

## 0.4.1

### 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.4.1",
"version": "0.5.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
22 changes: 11 additions & 11 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.2",
"@content-collections/core": "0.4.1"
"@content-collections/core": "0.5.0"
},
"devDependencies": {
"@types/node": "18",
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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/markdown": "0.1.0",
"@content-collections/vite": "0.2.1",
"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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/mdx": "0.1.3",
"@content-collections/next": "0.1.3",
"@playwright/test": "^1.44.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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/next": "0.1.3",
"next": "14.2.3",
"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.5.2",
"@builder.io/qwik-city": "^1.5.2",
"@content-collections/core": "0.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/vite": "0.2.1",
"@playwright/test": "^1.44.0",
"@types/eslint": "^8.56.7",
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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/vite": "0.2.1",
"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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/vite": "0.2.1",
"@mdx-js/rollup": "^3.0.1",
"@playwright/test": "^1.44.0",
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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/remix-vite": "0.1.1",
"@playwright/test": "^1.44.0",
"@remix-run/dev": "^2.8.1",
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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/markdown": "0.1.0",
"@content-collections/solid-start": "0.1.1",
"@playwright/test": "^1.44.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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/markdown": "0.1.0",
"@content-collections/vite": "0.2.1",
"@playwright/test": "^1.44.0",
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.4.1",
"@content-collections/core": "0.5.0",
"@content-collections/vite": "0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 1779d44

Please sign in to comment.