Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MuYunyun committed Jan 28, 2021
1 parent dd7f01f commit f9e5a00
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.25",
"version": "0.2.26",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
8 changes: 4 additions & 4 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": "0.2.25",
"version": "0.2.26",
"description": "Fast static generated site. Just write markdown file.",
"homepage": "",
"bin": {
Expand All @@ -25,9 +25,9 @@
"license": "MIT",
"dependencies": {
"commander": "^2.12.2",
"crd-scripts": "^0.2.25",
"crd-templates": "^0.2.22",
"crd-theme": "^0.2.24",
"crd-scripts": "^0.2.26",
"crd-templates": "^0.2.26",
"crd-theme": "^0.2.26",
"fs-extra": "^5.0.0"
},
"gitHead": "ffc5e4cbc94a7356da558c2dbf46e2f39bb8b199"
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crd-scripts",
"version": "0.2.25",
"version": "0.2.26",
"description": "Scripts using with Create React Doc",
"main": "index.js",
"dependencies": {
Expand All @@ -22,7 +22,7 @@
"colors-cli": "^1.0.13",
"copy-markdown-image-webpack-plugin": "^2.0.0",
"copy-template-dir": "^1.3.0",
"crd-theme": "^0.2.24",
"crd-theme": "^0.2.26",
"crd-utils": "^0.2.22",
"css-loader": "^0.28.7",
"css-minimizer-webpack-plugin": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crd-templates",
"version": "0.2.22",
"version": "0.2.26",
"description": "Default Templates with Create React Doc",
"repository": {
"type": "git",
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": "crd-theme",
"version": "0.2.24",
"version": "0.2.26",
"description": "Default Theme with Create React Doc",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit f9e5a00

Please sign in to comment.