Skip to content

Commit

Permalink
chore: bump version (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 14, 2023
1 parent 2ec17b8 commit dfb6c6c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/orange-masks-bake.md

This file was deleted.

12 changes: 12 additions & 0 deletions examples/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @uniorgjs/astro-example

## 0.0.2

### Patch Changes

- [#96](https://github.com/rasendubi/uniorg/pull/96) [`2ec17b8`](https://github.com/rasendubi/uniorg/commit/2ec17b87a2b58546307f61110785dac47d7b2b10) Thanks [@rasendubi](https://github.com/rasendubi)! - Support Astro Content Collections.

astro-org now supports Astro's [Content Collections](https://docs.astro.build/en/guides/content-collections/). You can simply drop org files to `src/collections/*/` directories and it should work.

- Updated dependencies [[`2ec17b8`](https://github.com/rasendubi/uniorg/commit/2ec17b87a2b58546307f61110785dac47d7b2b10)]:
- [email protected]
2 changes: 1 addition & 1 deletion examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uniorgjs/astro-example",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/astro-org/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# astro-org

## 2.1.0

### Minor Changes

- [#96](https://github.com/rasendubi/uniorg/pull/96) [`2ec17b8`](https://github.com/rasendubi/uniorg/commit/2ec17b87a2b58546307f61110785dac47d7b2b10) Thanks [@rasendubi](https://github.com/rasendubi)! - Support Astro Content Collections.

astro-org now supports Astro's [Content Collections](https://docs.astro.build/en/guides/content-collections/). You can simply drop org files to `src/collections/*/` directories and it should work.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-org/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-org",
"version": "2.0.1",
"version": "2.1.0",
"description": "Astro plugin to import org-mode files.",
"type": "module",
"main": "lib/index.js",
Expand Down

0 comments on commit dfb6c6c

Please sign in to comment.