Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 1, 2024
1 parent 205672e commit 54f646d
Show file tree
Hide file tree
Showing 30 changed files with 101 additions and 80 deletions.
6 changes: 0 additions & 6 deletions .changeset/cyan-paws-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-mugs-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-carpets-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-peaches-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-shrimps-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-dryers-repeat.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [[`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2), [`2af05da`](https://github.com/sdorra/content-collections/commit/2af05da080720c16a02565cac9228d1ebcd9f649), [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec)]:
- @content-collections/integrations@0.2.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/cli",
"description": "Command line interface for content-collections",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "dist/src/index.js",
"files": [
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @content-collections/core

## 0.7.0

### Minor Changes

- [#200](https://github.com/sdorra/content-collections/pull/200) [`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2) Thanks [@sdorra](https://github.com/sdorra)! - Rebuild on configuration changes

- [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec) Thanks [@sdorra](https://github.com/sdorra)! - Add count of collections and documents to build output

### Patch Changes

- [#237](https://github.com/sdorra/content-collections/pull/237) [`53efa50`](https://github.com/sdorra/content-collections/commit/53efa508125816e02b4d50e01241e021a67564a1) Thanks [@sdorra](https://github.com/sdorra)! - Fix usage of typescript aliases in configuration

- [`fa4f9dc`](https://github.com/sdorra/content-collections/commit/fa4f9dcc6f372f3aa00e0597c5115797bec7668a) Thanks [@sdorra](https://github.com/sdorra)! - Improve performance by transforming documents in parallel. This change should ensure that the document transformation process runs 3 to 5 times faster.

## 0.6.4

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

## 0.2.0

### Minor Changes

- [#200](https://github.com/sdorra/content-collections/pull/200) [`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2) Thanks [@sdorra](https://github.com/sdorra)! - Rebuild on configuration changes

- [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec) Thanks [@sdorra](https://github.com/sdorra)! - Add count of collections and documents to build output

### Patch Changes

- [`2af05da`](https://github.com/sdorra/content-collections/commit/2af05da080720c16a02565cac9228d1ebcd9f649) Thanks [@sdorra](https://github.com/sdorra)! - Fix console output of file-changed event

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/integrations",
"description": "Utils for integrating Content Collections with other tools",
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @content-collections/next

## 0.2.1

### Patch Changes

- Updated dependencies [[`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2), [`2af05da`](https://github.com/sdorra/content-collections/commit/2af05da080720c16a02565cac9228d1ebcd9f649), [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec)]:
- @content-collections/integrations@0.2.0

## 0.2.0

### Minor 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.2.0",
"version": "0.2.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.2

### Patch Changes

- [#269](https://github.com/sdorra/content-collections/pull/269) [`6e9d41f`](https://github.com/sdorra/content-collections/commit/6e9d41f364022bbd3ee50e1734b11de8428627f2) Thanks [@oscartbeaumont](https://github.com/oscartbeaumont)! - Fix build of solid-start apps, by generating the collections on the ssr phase instead of the server-fns phase.

## 0.1.1

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

## 0.2.2

### Patch Changes

- Updated dependencies [[`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2), [`2af05da`](https://github.com/sdorra/content-collections/commit/2af05da080720c16a02565cac9228d1ebcd9f649), [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec)]:
- @content-collections/integrations@0.2.0

## 0.2.1

### Patch 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.1",
"version": "0.2.2",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
42 changes: 21 additions & 21 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/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "vitest --run"
},
"dependencies": {
"@content-collections/cli": "0.1.2",
"@content-collections/core": "0.6.4"
"@content-collections/cli": "0.1.3",
"@content-collections/core": "0.7.0"
},
"devDependencies": {
"@types/node": "20",
Expand Down
4 changes: 2 additions & 2 deletions samples/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.6.4",
"@content-collections/core": "0.7.0",
"@content-collections/markdown": "0.1.0",
"@content-collections/vite": "0.2.1",
"@content-collections/vite": "0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"react-dom": "^18"
},
"devDependencies": {
"@content-collections/core": "0.6.4",
"@content-collections/core": "0.7.0",
"@content-collections/mdx": "0.1.3",
"@content-collections/next": "0.2.0",
"@content-collections/next": "0.2.1",
"@playwright/test": "^1.46.1",
"@types/node": "^20",
"@types/react": "^18.3.3",
Expand Down
4 changes: 2 additions & 2 deletions samples/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/core": "0.6.4",
"@content-collections/next": "0.2.0",
"@content-collections/core": "0.7.0",
"@content-collections/next": "0.2.1",
"next": "14.2.6",
"react": "^18",
"react-dom": "^18"
Expand Down
4 changes: 2 additions & 2 deletions samples/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@builder.io/qwik": "^1.8.0",
"@builder.io/qwik-city": "^1.8.0",
"@content-collections/core": "0.6.4",
"@content-collections/vite": "0.2.1",
"@content-collections/core": "0.7.0",
"@content-collections/vite": "0.2.2",
"@playwright/test": "^1.46.1",
"@types/eslint": "^8.56.7",
"@types/node": "^20.14.9",
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.6.4",
"@content-collections/vite": "0.2.1",
"@content-collections/core": "0.7.0",
"@content-collections/vite": "0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1"
Expand Down
Loading

0 comments on commit 54f646d

Please sign in to comment.