From 2306eed3bd5a619db827014cee1fbf2274ae1a16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:24:32 +0100 Subject: [PATCH] chore(release): #406 version packages Co-authored-by: github-actions[bot] --- .changeset/brave-flies-rule.md | 6 ------ packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- packages/content-collections/CHANGELOG.md | 7 +++++++ packages/content-collections/package.json | 2 +- pnpm-lock.yaml | 2 +- samples/cli/package.json | 2 +- 7 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 .changeset/brave-flies-rule.md create mode 100644 packages/content-collections/CHANGELOG.md diff --git a/.changeset/brave-flies-rule.md b/.changeset/brave-flies-rule.md deleted file mode 100644 index 14fc4b06..00000000 --- a/.changeset/brave-flies-rule.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"content-collections": patch -"@content-collections/cli": patch ---- - -Fix cli execution with npx diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4e42d48b..d307590a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @content-collections/cli +## 0.1.6 + +### Patch Changes + +- [`4728a43`](https://github.com/sdorra/content-collections/commit/4728a43b19a2a373055aa91c258a46458e463829) Thanks [@sdorra](https://github.com/sdorra)! - Fix cli execution with npx + ## 0.1.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c723b1e1..31b007f9 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.5", + "version": "0.1.6", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/content-collections/CHANGELOG.md b/packages/content-collections/CHANGELOG.md new file mode 100644 index 00000000..aa081930 --- /dev/null +++ b/packages/content-collections/CHANGELOG.md @@ -0,0 +1,7 @@ +# content-collections + +## 0.1.1 + +### Patch Changes + +- [`4728a43`](https://github.com/sdorra/content-collections/commit/4728a43b19a2a373055aa91c258a46458e463829) Thanks [@sdorra](https://github.com/sdorra)! - Fix cli execution with npx diff --git a/packages/content-collections/package.json b/packages/content-collections/package.json index dc562766..26fc53a7 100644 --- a/packages/content-collections/package.json +++ b/packages/content-collections/package.json @@ -1,7 +1,7 @@ { "name": "content-collections", "description": "Installer for content-collections", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 84f199d7..3a1f623d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -401,7 +401,7 @@ importers: samples/cli: dependencies: '@content-collections/cli': - specifier: 0.1.5 + specifier: 0.1.6 version: link:../../packages/cli '@content-collections/core': specifier: 0.7.3 diff --git a/samples/cli/package.json b/samples/cli/package.json index eaf72d4f..5c89e4eb 100644 --- a/samples/cli/package.json +++ b/samples/cli/package.json @@ -9,7 +9,7 @@ "test": "vitest --run" }, "dependencies": { - "@content-collections/cli": "0.1.5", + "@content-collections/cli": "0.1.6", "@content-collections/core": "0.7.3" }, "devDependencies": {