Skip to content

Commit

Permalink
chore(release): #408 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 14, 2024
1 parent 8e1dd83 commit 070f9d4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/olive-mails-marry.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [`8e1dd83`](https://github.com/sdorra/content-collections/commit/8e1dd8345e7fa5adc589dcca66c5fc6193d9ff06) Thanks [@sdorra](https://github.com/sdorra)! - Fix potential endless loop on windows

- Updated dependencies [[`8e1dd83`](https://github.com/sdorra/content-collections/commit/8e1dd8345e7fa5adc589dcca66c5fc6193d9ff06)]:
- @content-collections/installer@0.1.1

## 0.1.1

### Patch Changes
Expand Down
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.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/installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @content-collections/installer

## 0.1.1

### Patch Changes

- [`8e1dd83`](https://github.com/sdorra/content-collections/commit/8e1dd8345e7fa5adc589dcca66c5fc6193d9ff06) Thanks [@sdorra](https://github.com/sdorra)! - Fix potential endless loop on windows
2 changes: 1 addition & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/installer",
"description": "CLI for installing content-collections",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 070f9d4

Please sign in to comment.