Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Mar 2, 2024
1 parent b5b4caa commit d40e7c2
Show file tree
Hide file tree
Showing 20 changed files with 82 additions and 10 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.14

### Patch Changes

- ignore

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/build",
"version": "0.1.13",
"version": "0.1.14",
"description": "",
"main": "dist/index.js",
"bin": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mdoc/cli

## 0.2.3

### Patch Changes

- ignore
- Updated dependencies
- @rcdoc/build@0.1.14
- @rcdoc/plugin-react@0.0.5
- @rcdoc/theme@0.1.11
- [email protected]
- @rcdoc/vitejs-plugin@0.2.1

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.3

### Patch Changes

- ignore

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/create",
"version": "0.0.2",
"version": "0.0.3",
"description": "Create rcdoc app",
"main": "dist/index.js",
"bin": {
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.9

### Patch Changes

- ignore

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/parser",
"version": "0.1.8",
"version": "0.1.9",
"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 Down
7 changes: 7 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# react-vant

## 1.0.1

### Patch Changes

- ignore
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-vant",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/es/index.js",
"scripts": {
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.5

### Patch Changes

- ignore

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/plugin-react",
"version": "0.0.4",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/3lang3/rcdoc.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/template-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# rcdoc-ui

## 1.0.1

### Patch Changes

- ignore
2 changes: 1 addition & 1 deletion packages/template-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "rcdoc-ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/es/index.js",
"scripts": {
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.2.1

### Patch Changes

- ignore
- Updated dependencies
- @rcdoc/theme@0.1.11

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "0.2.1",
"description": "",
"main": "src/index.tsx",
"scripts": {
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.11

### Patch Changes

- ignore

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rcdoc/theme",
"version": "0.1.10",
"version": "0.1.11",
"description": "",
"main": "index.ts",
"scripts": {
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.2.1

### Patch Changes

- ignore
- Updated dependencies
- @rcdoc/parser@0.1.9

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "0.2.1",
"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 Down

0 comments on commit d40e7c2

Please sign in to comment.