Skip to content

Commit 84df9d3

Browse files
[ci] release
1 parent df3e783 commit 84df9d3

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/violet-geckos-hang.md

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

packages/astro-remote/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- df3e783: Add support for custom Heading, CodeBlock, and CodeSpan components. Improve documentation.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/astro-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-remote",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/natemoo-re/astro-remote"

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"astro": "^1.3.0"
1414
},
1515
"dependencies": {
16-
"astro-remote": "^0.1.0"
16+
"astro-remote": "^0.2.0"
1717
}
1818
}

0 commit comments

Comments
 (0)