Skip to content

Commit

Permalink
chore(release): #369 version package
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 24, 2024
1 parent 36f89a7 commit a7314b8
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-socks-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-carpets-hammer.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- [`36f89a7`](https://github.com/sdorra/content-collections/commit/36f89a7546d3ecf5a8b5bc0446d68d5a590a9e5f) Thanks [@sdorra](https://github.com/sdorra)! - Remove wrong peer dependency to react

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/markdown",
"description": "Compile markdown to html as part of your content-collection transform function",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @content-collections/mdx

## 0.2.0

### Minor Changes

- [`528babf`](https://github.com/sdorra/content-collections/commit/528babf319581f32438b021ff344a27d54f75d7f) Thanks [@sdorra](https://github.com/sdorra)! - Support for React 19

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/mdx",
"description": "Compile MDX as part of your content-collection transform function",
"version": "0.1.6",
"version": "0.2.0",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
10 changes: 5 additions & 5 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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@content-collections/core": "0.7.2",
"@content-collections/markdown": "0.1.2",
"@content-collections/markdown": "0.1.3",
"@content-collections/vite": "0.2.3",
"react": "^18.2.0",
"react-dom": "^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 @@ -14,7 +14,7 @@
},
"devDependencies": {
"@content-collections/core": "0.7.2",
"@content-collections/mdx": "0.1.6",
"@content-collections/mdx": "0.2.0",
"@content-collections/next": "0.2.3",
"@types/node": "^20",
"@types/react": "^18.3.3",
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 @@ -9,7 +9,7 @@
},
"dependencies": {
"@content-collections/core": "0.7.2",
"@content-collections/mdx": "0.1.6",
"@content-collections/mdx": "0.2.0",
"@content-collections/next": "0.2.3",
"@content-collections/sample-theme": "0.1.0",
"next": "14.2.15",
Expand Down
2 changes: 1 addition & 1 deletion samples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@content-collections/core": "0.7.2",
"@content-collections/markdown": "0.1.2",
"@content-collections/markdown": "0.1.3",
"@content-collections/solid-start": "0.1.3",
"@solidjs/start": "^1.0.0-rc.0",
"solid-js": "^1.8.16",
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 @@ -10,7 +10,7 @@
},
"devDependencies": {
"@content-collections/core": "0.7.2",
"@content-collections/markdown": "0.1.2",
"@content-collections/markdown": "0.1.3",
"@content-collections/vite": "0.2.3",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
Expand Down

0 comments on commit a7314b8

Please sign in to comment.