Skip to content

Commit 28887b3

Browse files
committed
chore(release): publish v2.0.8
1 parent bc27697 commit 28887b3

File tree

23 files changed

+97
-14
lines changed

23 files changed

+97
-14
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.8
4+
5+
### Patch Changes
6+
7+
- fix useRequest refreshOnWindowFocus request twice error
8+
- Updated dependencies
9+
- @taro-hooks/shared@2.0.8
10+
311
## 2.0.7
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.7",
3+
"version": "2.0.8",
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.8
4+
5+
### Patch Changes
6+
7+
- fix useRequest refreshOnWindowFocus request twice error
8+
39
## 2.0.7
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.7",
3+
"version": "2.0.8",
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.8
4+
5+
### Patch Changes
6+
7+
- fix useRequest refreshOnWindowFocus request twice error
8+
- Updated dependencies
9+
- @taro-hooks/blueimp-canvas-to-blob@2.0.8
10+
311
## 2.0.7
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.7
2+
* Compressor.js v2.0.8
33
* https://fengyuanchen.github.io/compressorjs
44
*
55
* Copyright 2018-present Chen Fengyuan
66
* Released under the MIT license
77
*
8-
* Date: 2023-10-02T05:33:23.100Z
8+
* Date: 2023-12-03T08:53:43.312Z
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.7",
3+
"version": "2.0.8",
44
"description": "JavaScript image compressor.",
55
"main": "dist/compressor.common.js",
66
"module": "dist/compressor.esm.js",

packages/hooks/CHANGELOG.md

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

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- fix useRequest refreshOnWindowFocus request twice error
8+
- Updated dependencies
9+
- @taro-hooks/ahooks@2.0.8
10+
- @taro-hooks/compressorjs@2.0.8
11+
- @taro-hooks/shared@2.0.8
12+
- @taro-hooks/use-request@2.0.8
13+
314
## 2.0.7
415

516
### 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.7",
3+
"version": "2.0.8",
44
"description": "为 Taro 而设计的 Hooks Library",
55
"keywords": [
66
"taro-hooks",

packages/plugin-auto-import/CHANGELOG.md

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

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- fix useRequest refreshOnWindowFocus request twice error
8+
- Updated dependencies
9+
- taro-hooks@2.0.8
10+
311
## 2.0.7
412

513
### Patch Changes

0 commit comments

Comments
 (0)