Skip to content

Commit f620c8e

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

File tree

25 files changed

+49
-51
lines changed

25 files changed

+49
-51
lines changed

.changeset/breezy-seals-rule.md

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

.changeset/rare-terms-attack.md

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

packages/core/CHANGELOG.md

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

3+
## 0.14.2
4+
5+
### Patch Changes
6+
7+
- [#722](https://github.com/sdorra/content-collections/pull/722) [`dd6e16d`](https://github.com/sdorra/content-collections/commit/dd6e16dad415e6e4a24b035b907d99202955d247) Thanks [@sdorra](https://github.com/sdorra)! - Fix usage of content-collection with NODE_ENV=test
8+
9+
- [#728](https://github.com/sdorra/content-collections/pull/728) [`a6f9fff`](https://github.com/sdorra/content-collections/commit/a6f9fff155313fff57e05c4ad9613e72bf675bd0) Thanks [@sdorra](https://github.com/sdorra)! - Update serialize-javascript to fix vuln [GHSA-5c6j-r48x-rmvq](https://github.com/advisories/GHSA-5c6j-r48x-rmvq)
10+
311
## 0.14.1
412

513
### 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.14.1",
4+
"version": "0.14.2",
55
"description": "Core of Content Collections",
66
"author": "Sebastian Sdorra <s.sdorra@gmail.com>",
77
"license": "MIT",

pnpm-lock.yaml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/arktype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@content-collections/cli": "0.1.9",
13-
"@content-collections/core": "0.14.1",
13+
"@content-collections/core": "0.14.2",
1414
"arktype": "^2.1.20"
1515
},
1616
"devDependencies": {

samples/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@content-collections/cli": "0.1.9",
13-
"@content-collections/core": "0.14.1",
13+
"@content-collections/core": "0.14.2",
1414
"zod": "^3.24.4"
1515
},
1616
"devDependencies": {

samples/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "playwright test"
1010
},
1111
"dependencies": {
12-
"@content-collections/core": "0.14.1",
12+
"@content-collections/core": "0.14.2",
1313
"@content-collections/markdown": "0.1.4",
1414
"@content-collections/vite": "0.2.9",
1515
"react": "^18.2.0",

samples/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"zod": "^3.24.4"
1515
},
1616
"devDependencies": {
17-
"@content-collections/core": "0.14.1",
17+
"@content-collections/core": "0.14.2",
1818
"@content-collections/mdx": "0.2.2",
1919
"@content-collections/next": "0.2.11",
2020
"@types/node": "^20",

samples/next-mdx-dynamic-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "playwright test"
99
},
1010
"dependencies": {
11-
"@content-collections/core": "0.14.1",
11+
"@content-collections/core": "0.14.2",
1212
"@content-collections/next": "0.2.11",
1313
"@content-collections/sample-theme": "0.1.0",
1414
"@mdx-js/loader": "^3.1.0",

0 commit comments

Comments
 (0)