Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MuYunyun committed Nov 10, 2022
1 parent 6e3578e commit b1d4bd3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.2",
"version": "1.10.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/crd-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crd-seed",
"version": "1.9.1",
"version": "1.10.0",
"description": "Default Theme with Create React Doc",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crd-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crd-templates",
"version": "1.9.1",
"version": "1.10.0",
"description": "Default Templates with Create React Doc",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-react-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-doc",
"version": "1.9.2",
"version": "1.10.0",
"description": "Fast static generated site. Just write markdown file.",
"homepage": "",
"bin": {
Expand All @@ -27,7 +27,7 @@
"@inquirer/input": "^0.0.13-alpha.0",
"commander": "^2.12.2",
"crd-scripts": "^1.9.2",
"crd-templates": "^1.9.1",
"crd-templates": "^1.10.0",
"crd-theme": "^1.9.1",
"fs-extra": "^5.0.0"
},
Expand Down

0 comments on commit b1d4bd3

Please sign in to comment.