Skip to content

Commit 279e3fa

Browse files
authored
Merge pull request #43 from open-rpc/changeset-release/main
Version Packages
2 parents dff02fe + 035ef65 commit 279e3fa

File tree

7 files changed

+37
-26
lines changed

7 files changed

+37
-26
lines changed

.changeset/nine-views-see.md

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

bun.lock

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
},
3939
"devDependencies": {
4040
"@changesets/cli": "^2.29.8",
41-
"@eslint/js": "^9.39.1",
41+
"@eslint/js": "^9.39.2",
4242
"@types/bun": "^1.3.4",
4343
"@types/node": "22.13.5",
44-
"@typescript-eslint/eslint-plugin": "^8.49.0",
45-
"@typescript-eslint/parser": "^8.49.0",
46-
"eslint": "^9.39.1",
44+
"@typescript-eslint/eslint-plugin": "^8.50.0",
45+
"@typescript-eslint/parser": "^8.50.0",
46+
"eslint": "^9.39.2",
4747
"eslint-config-prettier": "^10.1.8",
4848
"eslint-plugin-prettier": "^5.5.4",
4949
"globals": "^16.5.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.0.5
4+
5+
### Patch Changes
6+
7+
- 16eeda4: Changes here are a few bug patches, readme updates, race conditions and other commits to get this prod ready
8+
- Updated dependencies [16eeda4]
9+
10+
311
## 0.0.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-beta",
3-
"version": "0.0.4",
3+
"version": "0.0.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.0.4
4+
5+
### Patch Changes
6+
7+
- 16eeda4: Changes here are a few bug patches, readme updates, race conditions and other commits to get this prod ready
8+
39
## 0.0.3
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.0.3",
22+
"version": "0.0.4",
2323
"scripts": {
2424
"test": "bun test",
2525
"coverage": "bun test --coverage --coverage-reporter=lcov",

0 commit comments

Comments
 (0)