Skip to content

Commit 90f51ce

Browse files
authored
Merge pull request #55 from open-rpc/changeset-release/main
Version Packages
2 parents 38ea554 + dea1f89 commit 90f51ce

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/social-cycles-rescue.md

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

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docusaurus-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# open-rpc-docusaurus-plugin-beta
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 57bfb86: Change adds support for some index frontmatter customization
8+
- Updated dependencies [57bfb86]
9+
- @open-rpc/markdown-generator@0.1.5
10+
311
## 0.1.4
412

513
### Patch Changes

packages/docusaurus-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-rpc/docusaurus-plugin",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": false,
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/markdown-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# open-rpc-markdown-generator-beta
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 57bfb86: Change adds support for some index frontmatter customization
8+
39
## 0.1.4
410

511
### Patch Changes

packages/markdown-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dist"
2020
],
2121
"private": false,
22-
"version": "0.1.4",
22+
"version": "0.1.5",
2323
"scripts": {
2424
"test": "bun test",
2525
"coverage": "bun test --coverage --coverage-reporter=lcov",

0 commit comments

Comments
 (0)