Skip to content

Commit

Permalink
chore(release): #406 version packages
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 13, 2024
1 parent 4728a43 commit 2306eed
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-flies-rule.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.5",
"version": "0.1.6",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/content-collections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/content-collections/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion samples/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2306eed

Please sign in to comment.