Skip to content

Commit 38e07bc

Browse files
committed
chore(release): publish v2.0.4
1 parent 02e7a9e commit 38e07bc

File tree

21 files changed

+86
-12
lines changed

21 files changed

+86
-12
lines changed

packages/ahooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @taro-hooks/ahooks
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- support preact & nerv check framework
8+
- Updated dependencies
9+
- @taro-hooks/shared@2.0.4
10+
311
## 2.0.3
412

513
### Patch Changes

packages/ahooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taro-hooks/ahooks",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "ahooks for Taro",
55
"keywords": [
66
"ahooks",

packages/blueimp-canvas-to-blob/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @taro-hooks/blueimp-canvas-to-blob
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- support preact & nerv check framework
8+
39
## 2.0.3
410

511
### Patch Changes

packages/blueimp-canvas-to-blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taro-hooks/blueimp-canvas-to-blob",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"title": "blueimp-canvas-to-blob",
55
"description": "Canvas to Blob is a polyfill for the standard JavaScript canvas.toBlob method. It can be used to create Blob objects from an HTML canvas element.",
66
"keywords": [

packages/compressorjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- support preact & nerv check framework
8+
- Updated dependencies
9+
- @taro-hooks/blueimp-canvas-to-blob@2.0.4
10+
311
## 2.0.3
412

513
### Patch Changes

packages/compressorjs/docs/js/compressor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
2-
* Compressor.js v2.0.3
2+
* Compressor.js v2.0.4
33
* https://fengyuanchen.github.io/compressorjs
44
*
55
* Copyright 2018-present Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2023-07-30T05:27:19.732Z
8+
* Date: 2023-07-30T05:30:10.265Z
99
*/
1010

1111
(function (global, factory) {

packages/compressorjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taro-hooks/compressorjs",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "JavaScript image compressor.",
55
"main": "dist/compressor.common.js",
66
"module": "dist/compressor.esm.js",

packages/hooks/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- support preact & nerv check framework
8+
- Updated dependencies
9+
- @taro-hooks/compressorjs@2.0.4
10+
- @taro-hooks/use-request@2.0.4
11+
- @taro-hooks/shared@2.0.4
12+
313
## 2.0.3
414

515
### Patch Changes

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-hooks",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "为 Taro 而设计的 Hooks Library",
55
"keywords": [
66
"taro-hooks",

packages/plugin-docusaurus/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @taro-hooks/plugin-docusaurus
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- support preact & nerv check framework
8+
39
## 2.0.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)