Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Mar 29, 2024
1 parent 3871d7c commit cff7451
Show file tree
Hide file tree
Showing 27 changed files with 80 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-jeans-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-poets-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-zoos-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-seas-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-eggs-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pigs-boil.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.1"
"@content-collections/core": "0.4.0"
},
"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.3.1",
"@content-collections/core": "0.4.0",
"@content-collections/next": "0.1.3",
"next": "14.1.0",
"react": "^18",
Expand Down
4 changes: 2 additions & 2 deletions integrations/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@builder.io/qwik": "^1.4.1",
"@builder.io/qwik-city": "^1.4.1",
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.0",
"@content-collections/core": "0.4.0",
"@content-collections/vite": "0.2.1",
"@playwright/test": "^1.42.1",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.6",
Expand Down
4 changes: 2 additions & 2 deletions integrations/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@content-collections/core": "0.3.1",
"@content-collections/remix-vite": "0.1.0",
"@content-collections/core": "0.4.0",
"@content-collections/remix-vite": "0.1.1",
"@playwright/test": "^1.42.1",
"@remix-run/dev": "^2.8.1",
"@types/react": "^18.2.20",
Expand Down
4 changes: 2 additions & 2 deletions integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.3.1",
"@content-collections/solid-start": "0.1.0",
"@content-collections/core": "0.4.0",
"@content-collections/solid-start": "0.1.1",
"@playwright/test": "^1.42.1",
"@solidjs/start": "^1.0.0-rc.0",
"solid-js": "^1.8.16",
Expand Down
4 changes: 2 additions & 2 deletions integrations/svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "playwright test"
},
"devDependencies": {
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.0",
"@content-collections/core": "0.4.0",
"@content-collections/vite": "0.2.1",
"@playwright/test": "^1.42.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.4.3",
Expand Down
4 changes: 2 additions & 2 deletions integrations/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.0",
"@content-collections/core": "0.4.0",
"@content-collections/vite": "0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @content-collections/core

## 0.4.0

### Minor Changes

- [#21](https://github.com/sdorra/content-collections/pull/21) [`5cbfe55`](https://github.com/sdorra/content-collections/commit/5cbfe55b8b8ddb1bc5520e18a0a29501077dd8ca) Thanks [@sdorra](https://github.com/sdorra)! - Validate the resulting objects and ensure that they can be serialized to json

### Patch Changes

- [#18](https://github.com/sdorra/content-collections/pull/18) [`871f95e`](https://github.com/sdorra/content-collections/commit/871f95e9ce5c9f57063045285e1ce058764199eb) Thanks [@sdorra](https://github.com/sdorra)! - Fix synchronization for multiple collections with the same directory

## 0.3.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.3.1",
"version": "0.4.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
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.1.2

### Patch Changes

- [`b27ca25`](https://github.com/sdorra/content-collections/commit/b27ca2505c1916e9d0232f2d726faaadbc14b982) Thanks [@sdorra](https://github.com/sdorra)! - Add support for typescript node resolution to mdx package

## 0.1.1

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

## 0.1.1

### Patch Changes

- [#20](https://github.com/sdorra/content-collections/pull/20) [`3fd0445`](https://github.com/sdorra/content-collections/commit/3fd044568cab7bf3a0c0c646b8e9f8644103ce47) Thanks [@sdorra](https://github.com/sdorra)! - Fix plugin for newer remix versions

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/remix-vite",
"description": "Use content-collections with Remix + Vite",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @content-collections/solid-start

## 0.1.1

### Patch Changes

- [#22](https://github.com/sdorra/content-collections/pull/22) [`2dca180`](https://github.com/sdorra/content-collections/commit/2dca180439e9298b0390d9b7d6a625ce93806501) Thanks [@sdorra](https://github.com/sdorra)! - Run only on base \_server instead of \_build, because \_build run multiple times

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-start/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/solid-start",
"description": "Use content-collections with SolidStart",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @content-collections/vite

## 0.2.1

### Patch Changes

- [#22](https://github.com/sdorra/content-collections/pull/22) [`17d17b4`](https://github.com/sdorra/content-collections/commit/17d17b4461d7877ce2301ecbca426520e86b8445) Thanks [@sdorra](https://github.com/sdorra)! - Do not proceed if configResolved was not executed before buildStart or configureServer

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

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/vite",
"description": "Use content-collections with Vite",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"react-dom": "^18"
},
"devDependencies": {
"@content-collections/core": "0.3.1",
"@content-collections/mdx": "0.1.1",
"@content-collections/core": "0.4.0",
"@content-collections/mdx": "0.1.2",
"@content-collections/next": "0.1.3",
"@playwright/test": "^1.42.1",
"@types/node": "^20",
Expand Down
4 changes: 2 additions & 2 deletions samples/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.0",
"@content-collections/core": "0.4.0",
"@content-collections/vite": "0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1"
Expand Down
4 changes: 2 additions & 2 deletions samples/remix-mdx-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@content-collections/core": "0.3.1",
"@content-collections/vite": "0.2.0",
"@content-collections/core": "0.4.0",
"@content-collections/vite": "0.2.1",
"@mdx-js/rollup": "^3.0.1",
"@playwright/test": "^1.42.1",
"@remix-run/dev": "^2.8.1",
Expand Down

0 comments on commit cff7451

Please sign in to comment.