Skip to content

Commit

Permalink
Version Packages (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 13, 2024
1 parent 71f479f commit cd896db
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-jars-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-files-brake.md

This file was deleted.

34 changes: 22 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,56 @@
# @masknet/kit

## 0.4.0

### Minor Changes

- 71f479f: remove defer, use Promise.withResolvers instead

### Patch Changes

- f77a11e: add support for AbortSignal.any and match behavior of combineAbortSignal to it

## 0.3.0

### Minor Changes

- 3dc15d1: add getDimensionByDOM
- 3dc15d1: add getDimensionByDOM

### Patch Changes

- 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
- 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG
- 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
- 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG

## 0.2.0

### Minor Changes

- 3c25f47: add todo and unimplemented
- 3c25f47: add todo and unimplemented

## 0.1.3

### Patch Changes

- 31f1dea: fix package.json
- 3ce78d7: optimize lazy decorator
- 31f1dea: fix package.json
- 3ce78d7: optimize lazy decorator

## 0.1.2

### Patch Changes

- da5b0b9: fix lazy decorator type signature
- da5b0b9: fix lazy decorator type signature

## 0.1.1

### Patch Changes

- c441e50: add lazy decorator
- c441e50: add lazy decorator

## 0.1.0

### Minor Changes

- b59461a: remove getCookieValue
- b59461a: remove blobToText
- b59461a: remove AbortSignal.timeout
- b59461a: remove dependency to lodash
- b59461a: remove getCookieValue
- b59461a: remove blobToText
- b59461a: remove AbortSignal.timeout
- b59461a: remove dependency to lodash
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masknet/kit",
"version": "0.3.0",
"version": "0.4.0",
"packageManager": "pnpm@8.15.1",
"description": "A toolkit library.",
"sideEffects": false,
Expand Down

0 comments on commit cd896db

Please sign in to comment.