Skip to content

Commit

Permalink
chore(shared): update versions and create changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Jan 17, 2024
1 parent f78ed51 commit eaf8561
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 35 deletions.
6 changes: 0 additions & 6 deletions .changeset/empty-hairs-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-dodos-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-ads-ring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sour-buttons-repeat.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- [`b4f640b`](https://github.com/sdorra/content-collections/commit/b4f640b26f18dbe9eb8b3913428010194d918ad1) Thanks [@sdorra](https://github.com/sdorra)! - Reduce files published to npm

- [`842b7e0`](https://github.com/sdorra/content-collections/commit/842b7e0b221172eef51e203a833fbc256af4b501) Thanks [@sdorra](https://github.com/sdorra)! - Core should be a peer dependency of integrations

- Updated dependencies [[`52376e2`](https://github.com/sdorra/content-collections/commit/52376e2d7b5dff5c2376da57f76b273ef07e2af4), [`b4f640b`](https://github.com/sdorra/content-collections/commit/b4f640b26f18dbe9eb8b3913428010194d918ad1), [`a0d3bb0`](https://github.com/sdorra/content-collections/commit/a0d3bb0103371809a41bffd23f4dc5a43b474e4e), [`842b7e0`](https://github.com/sdorra/content-collections/commit/842b7e0b221172eef51e203a833fbc256af4b501)]:
- @content-collections/integrations@0.1.0
- @content-collections/core@0.1.1
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.1.1",
"type": "module",
"main": "dist/src/index.js",
"files": [
Expand Down Expand Up @@ -29,6 +29,6 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@content-collections/core": "0.x"
"@content-collections/core": "0.1.1"
}
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @content-collections/core

## 0.1.1

### Patch Changes

- [`b4f640b`](https://github.com/sdorra/content-collections/commit/b4f640b26f18dbe9eb8b3913428010194d918ad1) Thanks [@sdorra](https://github.com/sdorra)! - Reduce files published to npm
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.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @content-collections/integrations

## 0.1.0

### Minor Changes

- [`52376e2`](https://github.com/sdorra/content-collections/commit/52376e2d7b5dff5c2376da57f76b273ef07e2af4) Thanks [@sdorra](https://github.com/sdorra)! - Add integration for Vite

- [`a0d3bb0`](https://github.com/sdorra/content-collections/commit/a0d3bb0103371809a41bffd23f4dc5a43b474e4e) Thanks [@sdorra](https://github.com/sdorra)! - Add integration for Next.js

### Patch Changes

- [`842b7e0`](https://github.com/sdorra/content-collections/commit/842b7e0b221172eef51e203a833fbc256af4b501) Thanks [@sdorra](https://github.com/sdorra)! - Core should be a peer dependency of integrations

- Updated dependencies [[`b4f640b`](https://github.com/sdorra/content-collections/commit/b4f640b26f18dbe9eb8b3913428010194d918ad1)]:
- @content-collections/core@0.1.1
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,6 +20,6 @@
"@content-collections/core": "workspace:*"
},
"peerDependencies": {
"@content-collections/core": "0.x"
"@content-collections/core": "0.1.1"
}
}
15 changes: 15 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @content-collections/next

## 0.1.0

### Minor Changes

- [`a0d3bb0`](https://github.com/sdorra/content-collections/commit/a0d3bb0103371809a41bffd23f4dc5a43b474e4e) Thanks [@sdorra](https://github.com/sdorra)! - Add integration for Next.js

### Patch Changes

- [`842b7e0`](https://github.com/sdorra/content-collections/commit/842b7e0b221172eef51e203a833fbc256af4b501) Thanks [@sdorra](https://github.com/sdorra)! - Core should be a peer dependency of integrations

- Updated dependencies [[`52376e2`](https://github.com/sdorra/content-collections/commit/52376e2d7b5dff5c2376da57f76b273ef07e2af4), [`b4f640b`](https://github.com/sdorra/content-collections/commit/b4f640b26f18dbe9eb8b3913428010194d918ad1), [`a0d3bb0`](https://github.com/sdorra/content-collections/commit/a0d3bb0103371809a41bffd23f4dc5a43b474e4e), [`842b7e0`](https://github.com/sdorra/content-collections/commit/842b7e0b221172eef51e203a833fbc256af4b501)]:
- @content-collections/integrations@0.1.0
- @content-collections/core@0.1.1
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"peerDependencies": {
"next": "^12 || ^13 || ^14",
"@content-collections/core": "0.x"
"@content-collections/core": "0.1.1"
},
"devDependencies": {
"next": "^14.0.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @content-collections/vite

## 0.1.0

### Minor Changes

- [`52376e2`](https://github.com/sdorra/content-collections/commit/52376e2d7b5dff5c2376da57f76b273ef07e2af4) Thanks [@sdorra](https://github.com/sdorra)! - Add integration for Vite

### Patch Changes

- [`842b7e0`](https://github.com/sdorra/content-collections/commit/842b7e0b221172eef51e203a833fbc256af4b501) Thanks [@sdorra](https://github.com/sdorra)! - Core should be a peer dependency of integrations

- Updated dependencies [[`52376e2`](https://github.com/sdorra/content-collections/commit/52376e2d7b5dff5c2376da57f76b273ef07e2af4), [`b4f640b`](https://github.com/sdorra/content-collections/commit/b4f640b26f18dbe9eb8b3913428010194d918ad1), [`a0d3bb0`](https://github.com/sdorra/content-collections/commit/a0d3bb0103371809a41bffd23f4dc5a43b474e4e), [`842b7e0`](https://github.com/sdorra/content-collections/commit/842b7e0b221172eef51e203a833fbc256af4b501)]:
- @content-collections/integrations@0.1.0
- @content-collections/core@0.1.1
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "0.1.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -27,6 +27,6 @@
},
"peerDependencies": {
"vite": "^5",
"@content-collections/core": "0.x"
"@content-collections/core": "0.1.1"
}
}

0 comments on commit eaf8561

Please sign in to comment.