Skip to content

Commit 6803085

Browse files
authored
Merge pull request #47 from open-rpc/changeset-release/main
Version Packages
2 parents c678ad2 + 53d1a25 commit 6803085

File tree

7 files changed

+21
-13
lines changed

7 files changed

+21
-13
lines changed

.changeset/early-pears-relate.md

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

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@changesets/cli": "^2.29.8",
2828
"@eslint/js": "^9.39.2",
29-
"@types/bun": "^1.3.4",
29+
"@types/bun": "^1.3.5",
3030
"@types/node": "22.13.5",
3131
"@typescript-eslint/eslint-plugin": "^8.50.0",
3232
"@typescript-eslint/parser": "^8.50.0",

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.1
4+
5+
### Patch Changes
6+
7+
- da88124: Fix dropdown copy as backgrounds and hovers
8+
- Updated dependencies [da88124]
9+
- @open-rpc/markdown-generator@0.1.1
10+
311
## 0.1.0
412

513
### Minor 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.0",
3+
"version": "0.1.1",
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.1
4+
5+
### Patch Changes
6+
7+
- da88124: Fix dropdown copy as backgrounds and hovers
8+
39
## 0.1.0
410

511
### Minor 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.0",
22+
"version": "0.1.1",
2323
"scripts": {
2424
"test": "bun test",
2525
"coverage": "bun test --coverage --coverage-reporter=lcov",

0 commit comments

Comments
 (0)