Skip to content

Commit 6537ff3

Browse files
authored
Merge pull request #49 from open-rpc/changeset-release/main
Version Packages
2 parents 9e7025a + 5673d54 commit 6537ff3

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.changeset/strict-sloths-play.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.2
4+
5+
### Patch Changes
6+
7+
- b9d85ae: Changes here fix bugs with the edits interface, adds missing cli deps, and adds support for a more pure markdown output
8+
- Updated dependencies [b9d85ae]
9+
- @open-rpc/markdown-generator@0.1.2
10+
311
## 0.1.1
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.1",
3+
"version": "0.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- b9d85ae: Changes here fix bugs with the edits interface, adds missing cli deps, and adds support for a more pure markdown output
8+
39
## 0.1.1
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.1",
22+
"version": "0.1.2",
2323
"scripts": {
2424
"test": "bun test",
2525
"coverage": "bun test --coverage --coverage-reporter=lcov",

0 commit comments

Comments
 (0)