Skip to content

Commit

Permalink
chore(core): release version 0.1.2 of core
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Jan 18, 2024
1 parent aed29da commit e146eb8
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-emus-itch.md

This file was deleted.

1 change: 0 additions & 1 deletion integrations/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"isbot": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"

},
"devDependencies": {
"@content-collections/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@content-collections/core": "^0.1.1"
"@content-collections/core": "^0.1.2"
}
}
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.1.2

### Patch Changes

- [`ca48b40`](https://github.com/sdorra/content-collections/commit/ca48b401518ed71bd019f9196fa3d3ad2fc777f9) Thanks [@sdorra](https://github.com/sdorra)! - Fix usage of watcher inside stackblitz

## 0.1.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.1.1",
"version": "0.1.2",
"type": "module",
"main": "dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@content-collections/core": "^0.1.1"
"@content-collections/core": "^0.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"peerDependencies": {
"next": "^12 || ^13 || ^14",
"@content-collections/core": "^0.1.1"
"@content-collections/core": "^0.1.2"
},
"devDependencies": {
"next": "^14.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"peerDependencies": {
"vite": "^5",
"@content-collections/core": "^0.1.1"
"@content-collections/core": "^0.1.2"
}
}
2 changes: 1 addition & 1 deletion samples/mdx/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.1.1",
"@content-collections/core": "0.1.2",
"@content-collections/vite": "0.1.0",
"@mdx-js/mdx": "^3.0.0",
"react": "^18.2.0",
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.1.1",
"@content-collections/core": "0.1.2",
"@content-collections/vite": "0.1.0",
"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.1.1",
"@content-collections/core": "0.1.2",
"@content-collections/vite": "0.1.0",
"@mdx-js/rollup": "^3.0.0",
"@playwright/test": "^1.40.1",
Expand Down

0 comments on commit e146eb8

Please sign in to comment.