Skip to content

Commit

Permalink
chore: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Feb 28, 2024
1 parent 18cb553 commit b5b4caa
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 15 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mdoc/cli

## 0.2.2

### Patch Changes

- Updated dependencies
- [email protected]
- @rcdoc/vitejs-plugin@0.2.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mdoc-theme-default

## 0.2.0

### Minor Changes

- ignore

## 0.1.20

### Patch Changes
Expand Down
9 changes: 2 additions & 7 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{
"name": "rcdoc-theme-default",
"version": "0.1.20",
"version": "0.2.0",
"description": "",
"main": "src/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/theme-default"
},
"repository": "https://github.com/3lang3/rcdoc.git",
"license": "MIT",
"author": "3lang3",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vitejs-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdoc/vitejs-plugin-react

## 0.2.0

### Minor Changes

- ignore

## 0.1.10

### Patch Changes
Expand Down
9 changes: 2 additions & 7 deletions packages/vitejs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/vitejs-plugin",
"version": "0.1.10",
"version": "0.2.0",
"description": "A plugin enables you to import a Markdown file as various formats on your [vite](https://github.com/vitejs/vite) project inspirt by [dumi](https://github.com/umijs/dumi).",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -22,12 +22,7 @@
}
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/vitejs-plugin"
},
"repository": "https://github.com/3lang3/rcdoc.git",
"license": "MIT",
"author": "3lang3",
"dependencies": {
Expand Down

0 comments on commit b5b4caa

Please sign in to comment.