From 54f646d3130cac3e826244909e9579272efdd49a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Sep 2024 09:46:32 +0000 Subject: [PATCH] Version Packages --- .changeset/cyan-paws-camp.md | 6 ---- .changeset/eight-mugs-joke.md | 5 ---- .changeset/nasty-carpets-search.md | 5 ---- .changeset/real-peaches-smash.md | 6 ---- .changeset/seven-shrimps-train.md | 5 ---- .changeset/yellow-dryers-repeat.md | 5 ---- packages/cli/CHANGELOG.md | 7 +++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 14 +++++++++ packages/core/package.json | 2 +- packages/integrations/CHANGELOG.md | 12 ++++++++ packages/integrations/package.json | 2 +- packages/next/CHANGELOG.md | 7 +++++ packages/next/package.json | 2 +- packages/solid-start/CHANGELOG.md | 6 ++++ packages/solid-start/package.json | 2 +- packages/vite/CHANGELOG.md | 7 +++++ packages/vite/package.json | 2 +- pnpm-lock.yaml | 42 +++++++++++++-------------- samples/cli/package.json | 4 +-- samples/markdown/package.json | 4 +-- samples/mdx/package.json | 4 +-- samples/next/package.json | 4 +-- samples/qwik/package.json | 4 +-- samples/react-markdown/package.json | 4 +-- samples/remix-mdx-routes/package.json | 4 +-- samples/remix-vite/package.json | 2 +- samples/solid/package.json | 4 +-- samples/svelte-kit/package.json | 4 +-- samples/vite/package.json | 4 +-- 30 files changed, 101 insertions(+), 80 deletions(-) delete mode 100644 .changeset/cyan-paws-camp.md delete mode 100644 .changeset/eight-mugs-joke.md delete mode 100644 .changeset/nasty-carpets-search.md delete mode 100644 .changeset/real-peaches-smash.md delete mode 100644 .changeset/seven-shrimps-train.md delete mode 100644 .changeset/yellow-dryers-repeat.md diff --git a/.changeset/cyan-paws-camp.md b/.changeset/cyan-paws-camp.md deleted file mode 100644 index 8886e4c8..00000000 --- a/.changeset/cyan-paws-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@content-collections/integrations": minor -"@content-collections/core": minor ---- - -Rebuild on configuration changes diff --git a/.changeset/eight-mugs-joke.md b/.changeset/eight-mugs-joke.md deleted file mode 100644 index 7b453eed..00000000 --- a/.changeset/eight-mugs-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@content-collections/integrations": patch ---- - -Fix console output of file-changed event diff --git a/.changeset/nasty-carpets-search.md b/.changeset/nasty-carpets-search.md deleted file mode 100644 index 54ef21c4..00000000 --- a/.changeset/nasty-carpets-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@content-collections/core": patch ---- - -Fix usage of typescript aliases in configuration diff --git a/.changeset/real-peaches-smash.md b/.changeset/real-peaches-smash.md deleted file mode 100644 index 4f869cf1..00000000 --- a/.changeset/real-peaches-smash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@content-collections/integrations": minor -"@content-collections/core": minor ---- - -Add count of collections and documents to build output diff --git a/.changeset/seven-shrimps-train.md b/.changeset/seven-shrimps-train.md deleted file mode 100644 index 1030cc31..00000000 --- a/.changeset/seven-shrimps-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@content-collections/solid-start": patch ---- - -Fix build of solid-start apps, by generating the collections on the ssr phase instead of the server-fns phase. diff --git a/.changeset/yellow-dryers-repeat.md b/.changeset/yellow-dryers-repeat.md deleted file mode 100644 index ce94f92a..00000000 --- a/.changeset/yellow-dryers-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@content-collections/core": patch ---- - -Improve performance by transforming documents in parallel. This change should ensure that the document transformation process runs 3 to 5 times faster. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index dd5e5a11..0cd5f42e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index c5e62b2a..9d858e3a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index aa7e23fb..11aa14e7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index e1a9b3f5..bab3a253 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/integrations/CHANGELOG.md b/packages/integrations/CHANGELOG.md index ef17b59f..64082884 100644 --- a/packages/integrations/CHANGELOG.md +++ b/packages/integrations/CHANGELOG.md @@ -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 diff --git a/packages/integrations/package.json b/packages/integrations/package.json index 6ade0929..1908fd0a 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -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", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index ebf04f01..64175292 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -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 diff --git a/packages/next/package.json b/packages/next/package.json index d0201a50..dc8af374 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -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", diff --git a/packages/solid-start/CHANGELOG.md b/packages/solid-start/CHANGELOG.md index 2c3ad2c2..c99dadee 100644 --- a/packages/solid-start/CHANGELOG.md +++ b/packages/solid-start/CHANGELOG.md @@ -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 diff --git a/packages/solid-start/package.json b/packages/solid-start/package.json index a958c23d..003f80e0 100644 --- a/packages/solid-start/package.json +++ b/packages/solid-start/package.json @@ -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", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 6497df7a..d0960585 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -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 diff --git a/packages/vite/package.json b/packages/vite/package.json index 3d066ac9..cc556ac9 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8bdbce90..16617fd2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -321,10 +321,10 @@ importers: samples/cli: dependencies: '@content-collections/cli': - specifier: 0.1.2 + specifier: 0.1.3 version: link:../../packages/cli '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core devDependencies: '@types/node': @@ -346,13 +346,13 @@ importers: samples/markdown: dependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/markdown': specifier: 0.1.0 version: link:../../packages/markdown '@content-collections/vite': - specifier: 0.2.1 + specifier: 0.2.2 version: link:../../packages/vite react: specifier: ^18.2.0 @@ -396,13 +396,13 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/mdx': specifier: 0.1.3 version: link:../../packages/mdx '@content-collections/next': - specifier: 0.2.0 + specifier: 0.2.1 version: link:../../packages/next '@playwright/test': specifier: ^1.46.1 @@ -429,10 +429,10 @@ importers: samples/next: dependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/next': - specifier: 0.2.0 + specifier: 0.2.1 version: link:../../packages/next next: specifier: 14.2.6 @@ -475,10 +475,10 @@ importers: specifier: ^1.8.0 version: 1.8.0(@types/node@20.14.9) '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/vite': - specifier: 0.2.1 + specifier: 0.2.2 version: link:../../packages/vite '@playwright/test': specifier: ^1.46.1 @@ -520,10 +520,10 @@ importers: samples/react-markdown: dependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/vite': - specifier: 0.2.1 + specifier: 0.2.2 version: link:../../packages/vite react: specifier: ^18.2.0 @@ -579,10 +579,10 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/vite': - specifier: 0.2.1 + specifier: 0.2.2 version: link:../../packages/vite '@mdx-js/rollup': specifier: ^3.0.1 @@ -661,7 +661,7 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/remix-vite': specifier: 0.1.1 @@ -715,13 +715,13 @@ importers: samples/solid: dependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/markdown': specifier: 0.1.0 version: link:../../packages/markdown '@content-collections/solid-start': - specifier: 0.1.1 + specifier: 0.1.2 version: link:../../packages/solid-start '@playwright/test': specifier: ^1.46.1 @@ -739,13 +739,13 @@ importers: samples/svelte-kit: devDependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/markdown': specifier: 0.1.0 version: link:../../packages/markdown '@content-collections/vite': - specifier: 0.2.1 + specifier: 0.2.2 version: link:../../packages/vite '@playwright/test': specifier: ^1.46.1 @@ -778,10 +778,10 @@ importers: samples/vite: dependencies: '@content-collections/core': - specifier: 0.6.4 + specifier: 0.7.0 version: link:../../packages/core '@content-collections/vite': - specifier: 0.2.1 + specifier: 0.2.2 version: link:../../packages/vite react: specifier: ^18.2.0 diff --git a/samples/cli/package.json b/samples/cli/package.json index bb5ce2e4..e8d35844 100644 --- a/samples/cli/package.json +++ b/samples/cli/package.json @@ -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", diff --git a/samples/markdown/package.json b/samples/markdown/package.json index 55d13027..8b8691a1 100644 --- a/samples/markdown/package.json +++ b/samples/markdown/package.json @@ -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" }, diff --git a/samples/mdx/package.json b/samples/mdx/package.json index ac5c4655..411d02d3 100644 --- a/samples/mdx/package.json +++ b/samples/mdx/package.json @@ -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", diff --git a/samples/next/package.json b/samples/next/package.json index fadffe13..9465834a 100644 --- a/samples/next/package.json +++ b/samples/next/package.json @@ -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" diff --git a/samples/qwik/package.json b/samples/qwik/package.json index 3858f828..f84141b5 100644 --- a/samples/qwik/package.json +++ b/samples/qwik/package.json @@ -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", diff --git a/samples/react-markdown/package.json b/samples/react-markdown/package.json index 9016f15f..c22115a7 100644 --- a/samples/react-markdown/package.json +++ b/samples/react-markdown/package.json @@ -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" diff --git a/samples/remix-mdx-routes/package.json b/samples/remix-mdx-routes/package.json index 615644eb..500c2607 100644 --- a/samples/remix-mdx-routes/package.json +++ b/samples/remix-mdx-routes/package.json @@ -18,8 +18,8 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@content-collections/core": "0.6.4", - "@content-collections/vite": "0.2.1", + "@content-collections/core": "0.7.0", + "@content-collections/vite": "0.2.2", "@mdx-js/rollup": "^3.0.1", "@playwright/test": "^1.46.1", "@remix-run/dev": "^2.11.2", diff --git a/samples/remix-vite/package.json b/samples/remix-vite/package.json index b9624ec0..70ad6e92 100644 --- a/samples/remix-vite/package.json +++ b/samples/remix-vite/package.json @@ -18,7 +18,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@content-collections/core": "0.6.4", + "@content-collections/core": "0.7.0", "@content-collections/remix-vite": "0.1.1", "@playwright/test": "^1.46.1", "@remix-run/dev": "^2.11.2", diff --git a/samples/solid/package.json b/samples/solid/package.json index ef9cfef3..269c16b0 100644 --- a/samples/solid/package.json +++ b/samples/solid/package.json @@ -7,9 +7,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/solid-start": "0.1.1", + "@content-collections/solid-start": "0.1.2", "@playwright/test": "^1.46.1", "@solidjs/start": "^1.0.0-rc.0", "solid-js": "^1.8.16", diff --git a/samples/svelte-kit/package.json b/samples/svelte-kit/package.json index 5942f695..965e97de 100644 --- a/samples/svelte-kit/package.json +++ b/samples/svelte-kit/package.json @@ -9,9 +9,9 @@ "test": "playwright test" }, "devDependencies": { - "@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", "@playwright/test": "^1.46.1", "@sveltejs/adapter-auto": "^3.2.2", "@sveltejs/kit": "^2.5.18", diff --git a/samples/vite/package.json b/samples/vite/package.json index 40706ac2..f48996e8 100644 --- a/samples/vite/package.json +++ b/samples/vite/package.json @@ -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" },