Skip to content

Commit

Permalink
build: the v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Oct 22, 2022
1 parent fa3676d commit cc96cc8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 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.1.0",
"version": "1.2.0",
"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.0.0 (2022-10-22)
# 1.1.0 (2022-10-22)



# 1.1.0 (2022-10-22)


### Bug Fixes
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.1.0",
"version": "1.2.0",
"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.0.0 (2022-10-22)
# 1.1.0 (2022-10-22)



# 1.1.0 (2022-10-22)


### Bug Fixes
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.1.0",
"version": "1.2.0",
"description": "navigate to the code through the dom",
"keywords": [
"dom",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"outputs": ["./.vuepress/dist/**"]
},
"build": {
"dependsOn": ["^build"],
"dependsOn": ["dom-to-code#build"],
"inputs": ["src/**", "scripts/**", "types/**"],
"outputs": ["dist/**"]
},
Expand Down

0 comments on commit cc96cc8

Please sign in to comment.