Skip to content

Commit

Permalink
chore(release): #238 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 Sep 5, 2024
1 parent 486584b commit 0ece5f2
Show file tree
Hide file tree
Showing 37 changed files with 128 additions and 106 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-flowers-nail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cyan-paws-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-mugs-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-pandas-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-carpets-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-peaches-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-shrimps-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-eels-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-dryers-repeat.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [[`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2), [`2af05da`](https://github.com/sdorra/content-collections/commit/2af05da080720c16a02565cac9228d1ebcd9f649), [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec)]:
- @content-collections/integrations@0.2.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.3",
"type": "module",
"main": "dist/src/index.js",
"files": [
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @content-collections/core

## 0.7.0

### Minor Changes

- [#282](https://github.com/sdorra/content-collections/pull/282) [`f8018f5`](https://github.com/sdorra/content-collections/commit/f8018f51d89d7bf32342ee3d16cff17aa6bb505c) Thanks [@sdorra](https://github.com/sdorra)! - Use smaller and faster glob libraries. Replace micromatch with picomatch and fast-glob with tinyglobby.

- [#200](https://github.com/sdorra/content-collections/pull/200) [`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2) Thanks [@sdorra](https://github.com/sdorra)! - Rebuild on configuration changes

- [#290](https://github.com/sdorra/content-collections/pull/290) [`486584b`](https://github.com/sdorra/content-collections/commit/486584b199e01dd6d0ddda2b63d96422e4bdcd85) Thanks [@sdorra](https://github.com/sdorra)! - Add a function to access sibling documents during transformation

- [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec) Thanks [@sdorra](https://github.com/sdorra)! - Add count of collections and documents to build output

### Patch Changes

- [#237](https://github.com/sdorra/content-collections/pull/237) [`53efa50`](https://github.com/sdorra/content-collections/commit/53efa508125816e02b4d50e01241e021a67564a1) Thanks [@sdorra](https://github.com/sdorra)! - Fix usage of typescript aliases in configuration

- [`fa4f9dc`](https://github.com/sdorra/content-collections/commit/fa4f9dcc6f372f3aa00e0597c5115797bec7668a) Thanks [@sdorra](https://github.com/sdorra)! - Improve performance by transforming documents in parallel. This change should ensure that the document transformation process runs 3 to 5 times faster.

## 0.6.4

### Patch Changes
Expand Down
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.6.4",
"version": "0.7.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @content-collections/integrations

## 0.2.0

### Minor Changes

- [#200](https://github.com/sdorra/content-collections/pull/200) [`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2) Thanks [@sdorra](https://github.com/sdorra)! - Rebuild on configuration changes

- [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec) Thanks [@sdorra](https://github.com/sdorra)! - Add count of collections and documents to build output

### Patch Changes

- [`2af05da`](https://github.com/sdorra/content-collections/commit/2af05da080720c16a02565cac9228d1ebcd9f649) Thanks [@sdorra](https://github.com/sdorra)! - Fix console output of file-changed event

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "0.2.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @content-collections/markdown

## 0.1.1

### Patch Changes

- [`7a407f3`](https://github.com/sdorra/content-collections/commit/7a407f3c6a116dcfe2234279be4bdc333bbf89b8) Thanks [@sdorra](https://github.com/sdorra)! - Avoid regeneration of markdown or mdx if non relevant fields have changed
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/markdown",
"description": "Compile markdown to html as part of your content-collection transform function",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @content-collections/mdx

## 0.1.4

### Patch Changes

- [`7a407f3`](https://github.com/sdorra/content-collections/commit/7a407f3c6a116dcfe2234279be4bdc333bbf89b8) Thanks [@sdorra](https://github.com/sdorra)! - Avoid regeneration of markdown or mdx if non relevant fields have changed

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/mdx",
"description": "Compile MDX as part of your content-collection transform function",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @content-collections/next

## 0.2.1

### Patch Changes

- Updated dependencies [[`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2), [`2af05da`](https://github.com/sdorra/content-collections/commit/2af05da080720c16a02565cac9228d1ebcd9f649), [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec)]:
- @content-collections/integrations@0.2.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "0.2.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @content-collections/solid-start

## 0.1.2

### Patch Changes

- [#269](https://github.com/sdorra/content-collections/pull/269) [`6e9d41f`](https://github.com/sdorra/content-collections/commit/6e9d41f364022bbd3ee50e1734b11de8428627f2) Thanks [@oscartbeaumont](https://github.com/oscartbeaumont)! - Fix build of solid-start apps, by generating the collections on the ssr phase instead of the server-fns phase.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-start/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/solid-start",
"description": "Use content-collections with SolidStart",
"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/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @content-collections/vite

## 0.2.2

### Patch Changes

- Updated dependencies [[`207a3de`](https://github.com/sdorra/content-collections/commit/207a3deaa95e34902c262ed8abc6320880b43dc2), [`2af05da`](https://github.com/sdorra/content-collections/commit/2af05da080720c16a02565cac9228d1ebcd9f649), [`a1dd55b`](https://github.com/sdorra/content-collections/commit/a1dd55bcfe198487de40402284d907b977eedcec)]:
- @content-collections/integrations@0.2.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "0.2.2",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0ece5f2

Please sign in to comment.