Skip to content

Commit

Permalink
released v1.33.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2024
1 parent f469b69 commit 86a12ab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/default/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "dev",
"version": "0.0.1",
"version": "1.33.3",
"description": "dev document.",
"license": "MIT",
"scripts": {
"start": "idoc -w",
"build": "idoc"
},
"dependencies": {
"idoc": "1.33.2"
"idoc": "1.33.3"
}
}
4 changes: 2 additions & 2 deletions examples/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "document",
"version": "1.33.2",
"version": "1.33.3",
"description": "Simple document generation tool. Dependence Node.js run.",
"homepage": "https://jaywcjlove.github.io/idoc/",
"author": "kenny wang <wowohoo@qq.com>",
Expand All @@ -27,6 +27,6 @@
"node": ">=16.0.0"
},
"dependencies": {
"idoc": "1.33.2"
"idoc": "1.33.3"
}
}
4 changes: 2 additions & 2 deletions examples/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "theme",
"version": "0.0.1",
"version": "1.33.3",
"description": "template document.",
"license": "MIT",
"scripts": {
"start": "idoc -w",
"build": "idoc"
},
"dependencies": {
"idoc": "1.33.2"
"idoc": "1.33.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.33.2",
"version": "1.33.3",
"packages": ["examples/*", "packages/*"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"tool"
],
"scripts": {
"build": "lerna exec --scope idoc --scope document -- npm run build",
"build": "lerna exec --scope idoc -- npm run build",
"build:doc": "lerna exec --scope document -- npm run build",
"type-check": "lerna exec --scope idoc -- npm run type-check",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write --ignore-unknown \"**/*.{js,ts,css,json}\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "idoc",
"version": "1.33.2",
"version": "1.33.3",
"description": "Simple document generation tool. Dependence Node.js run.",
"homepage": "https://jaywcjlove.github.io/idoc/",
"author": "kenny wang <wowohoo@qq.com>",
Expand Down

0 comments on commit 86a12ab

Please sign in to comment.