Skip to content

Commit 5dbdd16

Browse files
authored
Merge pull request #52 from whale4113/changeset-release/main
Version Packages
2 parents ea29c26 + 60340f3 commit 5dbdd16

File tree

9 files changed

+28
-18
lines changed

9 files changed

+28
-18
lines changed

.changeset/eight-ears-develop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gorgeous-parents-scream.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pink-rivers-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/chrome-extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @dolphin/chrome-extension
22

3+
## 1.9.5
4+
5+
### Patch Changes
6+
7+
- [#51](https://github.com/whale4113/cloud-document-converter/pull/51) [`5e704cb`](https://github.com/whale4113/cloud-document-converter/commit/5e704cb68898e4a18e9205bcd2bcd0f23b17296e) Thanks [@whale4113](https://github.com/whale4113)! - fix: document is too large to scroll to completion
8+
9+
- Updated dependencies [[`3adf4ff`](https://github.com/whale4113/cloud-document-converter/commit/3adf4ff0bfb001f3737b3fa73dc36949b70e8bcf), [`16b1006`](https://github.com/whale4113/cloud-document-converter/commit/16b10062b0290b17f1e4069e6797d54dcc25a821)]:
10+
- @dolphin/common@2.3.2
11+
- @dolphin/lark@2.5.3
12+
313
## 1.9.4
414

515
### Patch Changes

apps/chrome-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dolphin/chrome-extension",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"type": "module",
55
"scripts": {
66
"clean": "rm -rf bundles/* dist/* dist-firefox/*",

packages/common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dolphin/common
22

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- [#51](https://github.com/whale4113/cloud-document-converter/pull/51) [`3adf4ff`](https://github.com/whale4113/cloud-document-converter/commit/3adf4ff0bfb001f3737b3fa73dc36949b70e8bcf) Thanks [@whale4113](https://github.com/whale4113)! - feat: `waitForFunction()` support async function
8+
39
## 2.3.1
410

511
### Patch Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dolphin/common",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"type": "module",
55
"exports": {
66
".": {

packages/lark/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @dolphin/lark
22

3+
## 2.5.3
4+
5+
### Patch Changes
6+
7+
- [#51](https://github.com/whale4113/cloud-document-converter/pull/51) [`16b1006`](https://github.com/whale4113/cloud-document-converter/commit/16b10062b0290b17f1e4069e6797d54dcc25a821) Thanks [@whale4113](https://github.com/whale4113)! - fix: use api to locate blocks
8+
9+
- Updated dependencies [[`3adf4ff`](https://github.com/whale4113/cloud-document-converter/commit/3adf4ff0bfb001f3737b3fa73dc36949b70e8bcf)]:
10+
- @dolphin/common@2.3.2
11+
312
## 2.5.2
413

514
### Patch Changes

packages/lark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dolphin/lark",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"type": "module",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)