Skip to content

Commit 0f6a8a9

Browse files
chore(release): #713 version packages
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca8123e commit 0f6a8a9

File tree

32 files changed

+112
-85
lines changed

32 files changed

+112
-85
lines changed

.changeset/large-kings-punch.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @content-collections/cli
22

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9d68701`](https://github.com/sdorra/content-collections/commit/9d68701de6244d5a2dd9c8e87cb1441f151ec148)]:
8+
- @content-collections/integrations@0.5.0
9+
310
## 0.1.8
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@content-collections/cli",
33
"type": "module",
4-
"version": "0.1.8",
4+
"version": "0.1.9",
55
"description": "Command line interface for content-collections",
66
"author": "Sebastian Sdorra <s.sdorra@gmail.com>",
77
"license": "MIT",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @content-collections/core
22

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- [#708](https://github.com/sdorra/content-collections/pull/708) [`9d68701`](https://github.com/sdorra/content-collections/commit/9d68701de6244d5a2dd9c8e87cb1441f151ec148) Thanks [@ExpensiveKoala](https://github.com/ExpensiveKoala)! - Support for singletons #300
8+
39
## 0.13.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@content-collections/core",
33
"type": "module",
4-
"version": "0.13.1",
4+
"version": "0.14.0",
55
"description": "Core of Content Collections",
66
"author": "Sebastian Sdorra <s.sdorra@gmail.com>",
77
"license": "MIT",

packages/integrations/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @content-collections/integrations
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#708](https://github.com/sdorra/content-collections/pull/708) [`9d68701`](https://github.com/sdorra/content-collections/commit/9d68701de6244d5a2dd9c8e87cb1441f151ec148) Thanks [@ExpensiveKoala](https://github.com/ExpensiveKoala)! - Support for singletons #300
8+
39
## 0.4.0
410

511
### Minor Changes

packages/integrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@content-collections/integrations",
33
"type": "module",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"description": "Utils for integrating Content Collections with other tools",
66
"author": "Sebastian Sdorra <s.sdorra@gmail.com>",
77
"license": "MIT",

packages/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @content-collections/next
22

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9d68701`](https://github.com/sdorra/content-collections/commit/9d68701de6244d5a2dd9c8e87cb1441f151ec148)]:
8+
- @content-collections/integrations@0.5.0
9+
310
## 0.2.10
411

512
### Patch Changes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@content-collections/next",
33
"type": "module",
4-
"version": "0.2.10",
4+
"version": "0.2.11",
55
"description": "Use content-collection with Next.js",
66
"author": "Sebastian Sdorra <s.sdorra@gmail.com>",
77
"license": "MIT",

packages/vite/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @content-collections/vite
22

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9d68701`](https://github.com/sdorra/content-collections/commit/9d68701de6244d5a2dd9c8e87cb1441f151ec148)]:
8+
- @content-collections/integrations@0.5.0
9+
310
## 0.2.8
411

512
### Patch Changes

0 commit comments

Comments
 (0)