Skip to content

Commit

Permalink
chore(core): release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Apr 1, 2024
1 parent a2ee5db commit c882c66
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-ants-taste.md

This file was deleted.

2 changes: 1 addition & 1 deletion integrations/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.0"
"@content-collections/core": "0.4.1"
},
"devDependencies": {
"@types/node": "18",
Expand Down
2 changes: 1 addition & 1 deletion integrations/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.0",
"@content-collections/core": "0.4.1",
"@content-collections/next": "0.1.3",
"next": "14.1.0",
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion integrations/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@builder.io/qwik": "^1.4.1",
"@builder.io/qwik-city": "^1.4.1",
"@content-collections/core": "0.4.0",
"@content-collections/core": "0.4.1",
"@content-collections/vite": "0.2.1",
"@playwright/test": "^1.42.1",
"@types/eslint": "^8.56.2",
Expand Down
2 changes: 1 addition & 1 deletion integrations/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.0",
"@content-collections/core": "0.4.1",
"@content-collections/remix-vite": "0.1.1",
"@playwright/test": "^1.42.1",
"@remix-run/dev": "^2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion integrations/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.0",
"@content-collections/core": "0.4.1",
"@content-collections/markdown": "0.1.0",
"@content-collections/solid-start": "0.1.1",
"@playwright/test": "^1.42.1",
Expand Down
2 changes: 1 addition & 1 deletion integrations/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.0",
"@content-collections/core": "0.4.1",
"@content-collections/markdown": "0.1.0",
"@content-collections/vite": "0.2.1",
"@playwright/test": "^1.42.1",
Expand Down
2 changes: 1 addition & 1 deletion integrations/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.0",
"@content-collections/core": "0.4.1",
"@content-collections/vite": "0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
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.4.1

### Patch Changes

- [`a2ee5db`](https://github.com/sdorra/content-collections/commit/a2ee5db541f684fad51f07440c9905159cc74bbc) Thanks [@Marviuz](https://github.com/Marviuz)! - Fix wrong import path on windows

## 0.4.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.4.0",
"version": "0.4.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
26 changes: 13 additions & 13 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/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.0",
"@content-collections/core": "0.4.1",
"@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.0",
"@content-collections/core": "0.4.1",
"@content-collections/mdx": "0.1.3",
"@content-collections/next": "0.1.3",
"@playwright/test": "^1.42.1",
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.0",
"@content-collections/core": "0.4.1",
"@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.0",
"@content-collections/core": "0.4.1",
"@content-collections/vite": "0.2.1",
"@mdx-js/rollup": "^3.0.1",
"@playwright/test": "^1.42.1",
Expand Down

0 comments on commit c882c66

Please sign in to comment.