Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Jan 18, 2024
1 parent 5c7022f commit 2b0069b
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-snakes-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-scissors-begin.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/two-socks-cross.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- [`5c7022f`](https://github.com/sdorra/content-collections/commit/5c7022f630a9194ff5579f792c06dcca31611cd5) Thanks [@sdorra](https://github.com/sdorra)! - Update version range of core package

- Updated dependencies [[`5c7022f`](https://github.com/sdorra/content-collections/commit/5c7022f630a9194ff5579f792c06dcca31611cd5)]:
- @content-collections/integrations@0.1.1

## 0.1.1

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

## 0.2.0

### Minor Changes

- [`b6bfdff`](https://github.com/sdorra/content-collections/commit/b6bfdffea0b494ea437784a13bb2a21d17baa470) Thanks [@sdorra](https://github.com/sdorra)! - Collect files for one collection from multiple directories

- [`7f42cda`](https://github.com/sdorra/content-collections/commit/7f42cdacf76115d0b0c88e77ab7e018ed6930864) Thanks [@sdorra](https://github.com/sdorra)! - Fix changing order of files

## 0.1.2

### 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.1.2",
"version": "0.2.0",
"type": "module",
"main": "dist/index.cjs",
"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.1.1

### Patch Changes

- [`5c7022f`](https://github.com/sdorra/content-collections/commit/5c7022f630a9194ff5579f792c06dcca31611cd5) Thanks [@sdorra](https://github.com/sdorra)! - Update version range of core package

## 0.1.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.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
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.1.1

### Patch Changes

- [`5c7022f`](https://github.com/sdorra/content-collections/commit/5c7022f630a9194ff5579f792c06dcca31611cd5) Thanks [@sdorra](https://github.com/sdorra)! - Update version range of core package

- Updated dependencies [[`5c7022f`](https://github.com/sdorra/content-collections/commit/5c7022f630a9194ff5579f792c06dcca31611cd5)]:
- @content-collections/integrations@0.1.1

## 0.1.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.1.0",
"version": "0.1.1",
"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.1.1

### Patch Changes

- [`5c7022f`](https://github.com/sdorra/content-collections/commit/5c7022f630a9194ff5579f792c06dcca31611cd5) Thanks [@sdorra](https://github.com/sdorra)! - Update version range of core package

- Updated dependencies [[`5c7022f`](https://github.com/sdorra/content-collections/commit/5c7022f630a9194ff5579f792c06dcca31611cd5)]:
- @content-collections/integrations@0.1.1

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions samples/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.1.2",
"@content-collections/vite": "0.1.0",
"@content-collections/core": "0.2.0",
"@content-collections/vite": "0.1.1",
"@mdx-js/mdx": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions samples/react-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "playwright test"
},
"dependencies": {
"@content-collections/core": "0.1.2",
"@content-collections/vite": "0.1.0",
"@content-collections/core": "0.2.0",
"@content-collections/vite": "0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1"
Expand Down
4 changes: 2 additions & 2 deletions samples/remix-mdx-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@content-collections/core": "0.1.2",
"@content-collections/vite": "0.1.0",
"@content-collections/core": "0.2.0",
"@content-collections/vite": "0.1.1",
"@mdx-js/rollup": "^3.0.0",
"@playwright/test": "^1.40.1",
"@remix-run/dev": "^2.5.0",
Expand Down

0 comments on commit 2b0069b

Please sign in to comment.