Skip to content

Commit b1d4bd3

Browse files
committed
chore: publish
1 parent 6e3578e commit b1d4bd3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.9.2",
2+
"version": "1.10.0",
33
"command": {
44
"bootstrap": {
55
"npmClientArgs": [

packages/crd-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crd-seed",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "Default Theme with Create React Doc",
55
"main": "index.js",
66
"dependencies": {

packages/crd-templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crd-templates",
3-
"version": "1.9.1",
3+
"version": "1.10.0",
44
"description": "Default Templates with Create React Doc",
55
"repository": {
66
"type": "git",

packages/create-react-doc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-doc",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Fast static generated site. Just write markdown file.",
55
"homepage": "",
66
"bin": {
@@ -27,7 +27,7 @@
2727
"@inquirer/input": "^0.0.13-alpha.0",
2828
"commander": "^2.12.2",
2929
"crd-scripts": "^1.9.2",
30-
"crd-templates": "^1.9.1",
30+
"crd-templates": "^1.10.0",
3131
"crd-theme": "^1.9.1",
3232
"fs-extra": "^5.0.0"
3333
},

0 commit comments

Comments
 (0)