Skip to content

Commit

Permalink
build: the v1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
better-tcy committed Oct 25, 2022
1 parent c2f4c02 commit 094893e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 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.5.0",
"version": "1.5.1",
"private": true,
"packageManager": "pnpm@7.0.0",
"author": "better-tcy",
Expand Down
16 changes: 15 additions & 1 deletion packages/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## 1.4.1 (2022-10-24)
# 1.5.0 (2022-10-25)


### Bug Fixes

* **dom-to-code:** 修复 React.Fragment 编译插入文件信息的 bug ([e36362a](https://github.com/better-tcy/dom-to-code/commit/e36362aac9f8c1f9f4b277938ff9f71e166b4e10))


### Features

* 兼容笔记本触摸板操作 ([1f1c990](https://github.com/better-tcy/dom-to-code/commit/1f1c990e077f0a1031ce6c9c89888996456f464f))



# 1.5.0 (2022-10-24)


### 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.5.0",
"version": "1.5.1",
"private": true,
"description": "the libs docs website",
"scripts": {
Expand Down
16 changes: 15 additions & 1 deletion packages/dom-to-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## 1.4.1 (2022-10-24)
# 1.5.0 (2022-10-25)


### Bug Fixes

* **dom-to-code:** 修复 React.Fragment 编译插入文件信息的 bug ([e36362a](https://github.com/better-tcy/dom-to-code/commit/e36362aac9f8c1f9f4b277938ff9f71e166b4e10))


### Features

* 兼容笔记本触摸板操作 ([1f1c990](https://github.com/better-tcy/dom-to-code/commit/1f1c990e077f0a1031ce6c9c89888996456f464f))



# 1.5.0 (2022-10-24)


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

0 comments on commit 094893e

Please sign in to comment.