Skip to content

Commit f731aac

Browse files
chore(release): #696 version packages
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7691b8b commit f731aac

File tree

32 files changed

+171
-90
lines changed

32 files changed

+171
-90
lines changed

.changeset/dry-plants-kneel.md

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

.changeset/pretty-lizards-grow.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`92abb38`](https://github.com/sdorra/content-collections/commit/92abb380a8c39c558a5fc10ac347008b8a4ceb03)]:
8+
- @content-collections/integrations@0.4.0
9+
310
## 0.1.7
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.7",
4+
"version": "0.1.8",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @content-collections/core
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#695](https://github.com/sdorra/content-collections/pull/695) [`92abb38`](https://github.com/sdorra/content-collections/commit/92abb380a8c39c558a5fc10ac347008b8a4ceb03) Thanks [@sdorra](https://github.com/sdorra)! - Fix regression: (#692) exit the build on validation errors in production
8+
9+
### Patch Changes
10+
11+
- [#695](https://github.com/sdorra/content-collections/pull/695) [`1457630`](https://github.com/sdorra/content-collections/commit/1457630ef3c109dfb54179f578e9db1272d73834) Thanks [@sdorra](https://github.com/sdorra)! - Improve validation error messages by including the property path
12+
313
## 0.12.0
414

515
### Minor 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.12.0",
4+
"version": "0.13.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.4.0
4+
5+
### Minor Changes
6+
7+
- [#695](https://github.com/sdorra/content-collections/pull/695) [`92abb38`](https://github.com/sdorra/content-collections/commit/92abb380a8c39c558a5fc10ac347008b8a4ceb03) Thanks [@sdorra](https://github.com/sdorra)! - Fix regression: (#692) exit the build on validation errors in production
8+
39
## 0.3.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.3.0",
4+
"version": "0.4.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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`92abb38`](https://github.com/sdorra/content-collections/commit/92abb380a8c39c558a5fc10ac347008b8a4ceb03)]:
8+
- @content-collections/integrations@0.4.0
9+
310
## 0.2.9
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.9",
4+
"version": "0.2.10",
55
"description": "Use content-collection with Next.js",
66
"author": "Sebastian Sdorra <s.sdorra@gmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)