Skip to content

Commit

Permalink
chore(release): #334 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 28, 2024
1 parent 42aea30 commit 979e2d8
Show file tree
Hide file tree
Showing 34 changed files with 128 additions and 87 deletions.
10 changes: 0 additions & 10 deletions .changeset/friendly-readers-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-teachers-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-weeks-mate.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.5

### Patch Changes

- Updated dependencies [[`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd)]:
- @content-collections/integrations@0.2.1

## 0.1.4

### 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.4",
"version": "0.1.5",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @content-collections/core

## 0.7.2

### Patch Changes

- [#330](https://github.com/sdorra/content-collections/pull/330) [`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd) Thanks [@sdorra](https://github.com/sdorra)! - Ensure types is exported before imports and require

## 0.7.1

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

## 0.2.1

### Patch Changes

- [#330](https://github.com/sdorra/content-collections/pull/330) [`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd) Thanks [@sdorra](https://github.com/sdorra)! - Ensure types is exported before imports and require

## 0.2.0

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

## 0.1.2

### Patch Changes

- [#330](https://github.com/sdorra/content-collections/pull/330) [`72d97a0`](https://github.com/sdorra/content-collections/commit/72d97a0c8858b31c2890887416180d7842851670) Thanks [@sdorra](https://github.com/sdorra)! - Export cjs bundle besides the esm bundle

## 0.1.1

### Patch Changes
Expand Down
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.1",
"version": "0.1.2",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
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.6

### Patch Changes

- [#330](https://github.com/sdorra/content-collections/pull/330) [`43533cb`](https://github.com/sdorra/content-collections/commit/43533cb47f3387efc7729989a2e9e2675e7cb05b) Thanks [@sdorra](https://github.com/sdorra)! - Export cjs bundle besides the esm bundle #329

## 0.1.5

### 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.5",
"version": "0.1.6",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @content-collections/next

## 0.2.3

### Patch Changes

- [#330](https://github.com/sdorra/content-collections/pull/330) [`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd) Thanks [@sdorra](https://github.com/sdorra)! - Ensure types is exported before imports and require

- Updated dependencies [[`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd)]:
- @content-collections/integrations@0.2.1

## 0.2.2

### Patch 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.2",
"version": "0.2.3",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/remix-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @content-collections/remix-vite

## 0.1.2

### Patch Changes

- [#330](https://github.com/sdorra/content-collections/pull/330) [`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd) Thanks [@sdorra](https://github.com/sdorra)! - Ensure types is exported before imports and require

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@content-collections/remix-vite",
"description": "Use content-collections with Remix + Vite",
"version": "0.1.1",
"version": "0.1.2",
"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.3

### Patch Changes

- [#330](https://github.com/sdorra/content-collections/pull/330) [`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd) Thanks [@sdorra](https://github.com/sdorra)! - Ensure types is exported before imports and require

## 0.1.2

### 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.2",
"version": "0.1.3",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @content-collections/vite

## 0.2.3

### Patch Changes

- [#330](https://github.com/sdorra/content-collections/pull/330) [`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd) Thanks [@sdorra](https://github.com/sdorra)! - Ensure types is exported before imports and require

- Updated dependencies [[`b2c89ce`](https://github.com/sdorra/content-collections/commit/b2c89ce6075d9a5115486d8ff9c0b84f4c0841dd)]:
- @content-collections/integrations@0.2.1

## 0.2.2

### 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.2",
"version": "0.2.3",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
58 changes: 29 additions & 29 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 979e2d8

Please sign in to comment.