Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Feb 24, 2024
1 parent 14b0877 commit 18cb553
Show file tree
Hide file tree
Showing 16 changed files with 72 additions and 15 deletions.
6 changes: 6 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdoc/build

## 0.1.13

### Patch Changes

- ignore test

## 0.1.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/build",
"version": "0.1.12",
"version": "0.1.13",
"description": "",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:3lang3/rcdoc.git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/build"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @mdoc/cli

## 0.2.1

### Patch Changes

- Updated dependencies
- @rcdoc/build@0.1.13
- @rcdoc/plugin-react@0.0.4
- @rcdoc/theme@0.1.10
- [email protected]
- @rcdoc/vitejs-plugin@0.1.10

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rcdoc/create

## 0.0.2

### Patch Changes

- ignore test

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/create",
"version": "0.0.1",
"version": "0.0.2",
"description": "Create rcdoc app",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:3lang3/rcdoc.git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/create"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdoc/core

## 0.1.8

### Patch Changes

- ignore test

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/parser",
"version": "0.1.7",
"version": "0.1.8",
"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 @@ -24,7 +24,7 @@
"keywords": [],
"repository": {
"type": "git",
"url": "git@github.com:3lang3/rcdoc.git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/parser"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## <small>1.3.1 (2022-04-13)</small>

## 0.0.4

### Patch Changes

- ignore test

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@rcdoc/plugin-react",
"version": "0.0.3",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git@github.com:3lang3/rcdoc.git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/plugin-react"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mdoc-theme-default

## 0.1.20

### Patch Changes

- ignore test
- Updated dependencies
- @rcdoc/theme@0.1.10

## 0.1.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcdoc-theme-default",
"version": "0.1.19",
"version": "0.1.20",
"description": "",
"main": "src/index.tsx",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"keywords": [],
"repository": {
"type": "git",
"url": "git@github.com:3lang3/rcdoc.git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/theme-default"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mdoc/theme

## 0.1.10

### Patch Changes

- ignore test

## 0.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/theme",
"version": "0.1.9",
"version": "0.1.10",
"description": "",
"main": "index.ts",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"keywords": [],
"repository": {
"type": "git",
"url": "git@github.com:3lang3/rcdoc.git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/theme"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/vitejs-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mdoc/vitejs-plugin-react

## 0.1.10

### Patch Changes

- ignore test
- Updated dependencies
- @rcdoc/parser@0.1.8

## 0.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.9",
"version": "0.1.10",
"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 @@ -24,7 +24,7 @@
"keywords": [],
"repository": {
"type": "git",
"url": "git@github.com:3lang3/rcdoc.git",
"url": "git+https://github.com/3lang3/rcdoc.git",
"branch": "main",
"package": "./packages/vitejs-plugin"
},
Expand Down

0 comments on commit 18cb553

Please sign in to comment.