Skip to content

Commit

Permalink
build: the v1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Oct 22, 2022
1 parent cc96cc8 commit 3c1895d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-to-code-monorepo",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"packageManager": "pnpm@7.0.0",
"author": "better-tcy",
Expand Down
6 changes: 5 additions & 1 deletion packages/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 1.1.0 (2022-10-22)
# 1.2.0 (2022-10-22)



# 1.2.0 (2022-10-22)



Expand Down
2 changes: 1 addition & 1 deletion packages/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doc",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "the libs docs website",
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion packages/dom-to-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 1.1.0 (2022-10-22)
# 1.2.0 (2022-10-22)



# 1.2.0 (2022-10-22)



Expand Down
2 changes: 1 addition & 1 deletion packages/dom-to-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-to-code",
"version": "1.2.0",
"version": "1.2.1",
"description": "navigate to the code through the dom",
"keywords": [
"dom",
Expand Down
7 changes: 0 additions & 7 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,10 @@
"outputs": ["dist/**"]
},
"doc#build": {
"dependsOn": ["^build"],
"inputs": ["./**"],
"outputs": ["./.vuepress/dist/**"]
},
"build": {
"dependsOn": ["dom-to-code#build"],
"inputs": ["src/**", "scripts/**", "types/**"],
"outputs": ["dist/**"]
},
"test": {
"dependsOn": ["build"],
"outputs": []
},
"dev": {
Expand Down

0 comments on commit 3c1895d

Please sign in to comment.