Skip to content

Commit fb240cf

Browse files
authored
Merge pull request #36 from open-rpc/changeset-release/main
Version Packages
2 parents b2c4749 + 9f1fb2f commit fb240cf

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/dirty-worms-sneeze.md

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

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.2
4+
5+
### Patch Changes
6+
7+
- d3a30e4: This fixes workspace:\* mono repo version replacment with changeset issues
8+
- Updated dependencies [d3a30e4]
9+
10+
311
## 0.0.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-beta",
3-
"version": "0.0.1",
3+
"version": "0.0.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.0.2
4+
5+
### Patch Changes
6+
7+
- d3a30e4: This fixes workspace:\* mono repo version replacment with changeset issues
8+
39
## 0.0.1
410

511
### Patch Changes

packages/markdown-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dist"
1717
],
1818
"private": false,
19-
"version": "0.0.1",
19+
"version": "0.0.2",
2020
"scripts": {
2121
"test": "bun test",
2222
"coverage": "bun test --coverage --coverage-reporter=lcov",

0 commit comments

Comments
 (0)