Skip to content

Commit

Permalink
chore(shared): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Mar 14, 2024
1 parent 4aa2362 commit fab937d
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-carrots-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-jobs-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-walls-hide.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.3.0"
"@content-collections/core": "0.3.1"
},
"devDependencies": {
"@types/node": "18",
Expand Down
4 changes: 2 additions & 2 deletions integrations/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/next": "0.1.2",
"@content-collections/core": "0.3.0",
"@content-collections/next": "0.1.3",
"@content-collections/core": "0.3.1",
"next": "14.1.0",
"react": "^18",
"react-dom": "^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 @@ -18,7 +18,7 @@
"@builder.io/qwik": "^1.4.1",
"@builder.io/qwik-city": "^1.4.1",
"@content-collections/vite": "0.2.0",
"@content-collections/core": "0.3.0",
"@content-collections/core": "0.3.1",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
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.3.0",
"@content-collections/core": "0.3.1",
"@content-collections/remix-vite": "0.1.0",
"@playwright/test": "^1.40.1",
"@remix-run/dev": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion integrations/solid/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.3.0",
"@content-collections/core": "0.3.1",
"@content-collections/solid-start": "0.1.0",
"@playwright/test": "^1.40.1",
"@solidjs/start": "^0.4.10",
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.3.0",
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.0",
"@playwright/test": "^1.40.1",
"@sveltejs/adapter-auto": "^3.0.0",
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.3.0",
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
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.3.1

### Patch Changes

- [`037662a`](https://github.com/sdorra/content-collections/commit/037662a6b13634c09b0c04ff0001d0f5145686ab) Thanks [@sdorra](https://github.com/sdorra)! - Fix wrong entrypoint of core module

- [`9e591f1`](https://github.com/sdorra/content-collections/commit/9e591f15161aaaef5ca98834a810d87fc166010a) Thanks [@sdorra](https://github.com/sdorra)! - Exclude package dependencies of config bundling

## 0.3.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.3.0",
"version": "0.3.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @content-collections/next

## 0.1.3

### Patch Changes

- [`4aa2362`](https://github.com/sdorra/content-collections/commit/4aa2362c5e05f766725766fa2ce17bdebcb9a212) Thanks [@sdorra](https://github.com/sdorra)! - Remove the workaround that suppresses warning messages from the output

- Updated dependencies []:
- @content-collections/integrations@0.1.1

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/next",
"description": "Use content-collection with Next.js",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
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.3.0",
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.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.3.0",
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.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.3.0",
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.0",
"@mdx-js/rollup": "^3.0.0",
"@playwright/test": "^1.40.1",
Expand Down

0 comments on commit fab937d

Please sign in to comment.