Skip to content

Commit 0c5ada9

Browse files
chore: update versions
1 parent 526e36f commit 0c5ada9

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/ten-files-poke.md

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

packages/astro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orgajs/astro
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 49b4f258: add options to astro plugin
8+
39
## 1.0.2
410

511
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@orgajs/astro",
33
"description": "Add support for org-mode pages in your Astro site",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"type": "module",
66
"main": "index.js",
77
"types": "dist/index.d.ts",

website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# website
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [49b4f258]
8+
- @orgajs/astro@1.0.3
9+
310
## 0.0.4
411

512
### Patch Changes

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "website",
33
"type": "module",
44
"private": true,
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"scripts": {
77
"dev": "astro dev",
88
"start": "astro dev",

0 commit comments

Comments
 (0)