Skip to content

Commit

Permalink
build: the v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Oct 22, 2022
1 parent 351a77b commit fa3676d
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 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.0.0",
"version": "1.1.0",
"private": true,
"packageManager": "pnpm@7.0.0",
"author": "better-tcy",
Expand Down
15 changes: 15 additions & 0 deletions packages/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 1.0.0 (2022-10-22)


### Bug Fixes

* mac点击失效问题 ([1c59eca](https://github.com/better-tcy/dom-to-code/commit/1c59ecac815702ea347305c29d27fbb3f66ccdd9))


### Features

* 添加 vite 支持,重构核心 ([b1c10ea](https://github.com/better-tcy/dom-to-code/commit/b1c10ea1879db4369e9283147a86e3e4bebe9cb9))
* 添加git忽略文件 ([69ec56a](https://github.com/better-tcy/dom-to-code/commit/69ec56a8598e72b371cbea603281166066c8c316))



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.0.0",
"version": "1.1.0",
"private": true,
"description": "the libs docs website",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/dom-to-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 1.0.0 (2022-10-22)


### Bug Fixes

* mac点击失效问题 ([1c59eca](https://github.com/better-tcy/dom-to-code/commit/1c59ecac815702ea347305c29d27fbb3f66ccdd9))


### Features

* 添加 vite 支持,重构核心 ([b1c10ea](https://github.com/better-tcy/dom-to-code/commit/b1c10ea1879db4369e9283147a86e3e4bebe9cb9))
* 添加git忽略文件 ([69ec56a](https://github.com/better-tcy/dom-to-code/commit/69ec56a8598e72b371cbea603281166066c8c316))



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.0.0",
"version": "1.1.0",
"description": "navigate to the code through the dom",
"keywords": [
"dom",
Expand Down

0 comments on commit fa3676d

Please sign in to comment.