Skip to content

Commit 777e471

Browse files
committed
chore: publish
1 parent 8e9a833 commit 777e471

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.10.1",
2+
"version": "1.10.2",
33
"command": {
44
"bootstrap": {
55
"npmClientArgs": [

packages/crd-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crd-scripts",
3-
"version": "1.9.2",
3+
"version": "1.10.2",
44
"description": "Scripts using with Create React Doc",
55
"main": "index.js",
66
"dependencies": {

packages/create-react-doc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-doc",
3-
"version": "1.10.0",
3+
"version": "1.10.2",
44
"description": "Fast static generated site. Just write markdown file.",
55
"homepage": "",
66
"bin": {
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@inquirer/input": "^0.0.13-alpha.0",
2828
"commander": "^2.12.2",
29-
"crd-scripts": "^1.9.2",
29+
"crd-scripts": "^1.10.2",
3030
"crd-templates": "^1.10.0",
3131
"crd-theme": "^1.9.1",
3232
"fs-extra": "^5.0.0"

packages/leetcode-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crd-leetcode-cli",
3-
"version": "1.5.0",
3+
"version": "1.10.2",
44
"description": "Generate leetcode table autoly",
55
"bin": {
66
"leetcode": "./src/cli.js"

0 commit comments

Comments
 (0)