Skip to content

Commit cd896db

Browse files
Version Packages (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 71f479f commit cd896db

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

.changeset/cyan-jars-brake.md

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

.changeset/grumpy-files-brake.md

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

CHANGELOG.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,56 @@
11
# @masknet/kit
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 71f479f: remove defer, use Promise.withResolvers instead
8+
9+
### Patch Changes
10+
11+
- f77a11e: add support for AbortSignal.any and match behavior of combineAbortSignal to it
12+
313
## 0.3.0
414

515
### Minor Changes
616

7-
- 3dc15d1: add getDimensionByDOM
17+
- 3dc15d1: add getDimensionByDOM
818

919
### Patch Changes
1020

11-
- 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
12-
- 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG
21+
- 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
22+
- 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG
1323

1424
## 0.2.0
1525

1626
### Minor Changes
1727

18-
- 3c25f47: add todo and unimplemented
28+
- 3c25f47: add todo and unimplemented
1929

2030
## 0.1.3
2131

2232
### Patch Changes
2333

24-
- 31f1dea: fix package.json
25-
- 3ce78d7: optimize lazy decorator
34+
- 31f1dea: fix package.json
35+
- 3ce78d7: optimize lazy decorator
2636

2737
## 0.1.2
2838

2939
### Patch Changes
3040

31-
- da5b0b9: fix lazy decorator type signature
41+
- da5b0b9: fix lazy decorator type signature
3242

3343
## 0.1.1
3444

3545
### Patch Changes
3646

37-
- c441e50: add lazy decorator
47+
- c441e50: add lazy decorator
3848

3949
## 0.1.0
4050

4151
### Minor Changes
4252

43-
- b59461a: remove getCookieValue
44-
- b59461a: remove blobToText
45-
- b59461a: remove AbortSignal.timeout
46-
- b59461a: remove dependency to lodash
53+
- b59461a: remove getCookieValue
54+
- b59461a: remove blobToText
55+
- b59461a: remove AbortSignal.timeout
56+
- b59461a: remove dependency to lodash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@masknet/kit",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"packageManager": "[email protected]",
55
"description": "A toolkit library.",
66
"sideEffects": false,

0 commit comments

Comments
 (0)