Skip to content

Commit 3a1950f

Browse files
committed
chore(release): pulish v2.2.0
1 parent ca79223 commit 3a1950f

File tree

24 files changed

+125
-13
lines changed

24 files changed

+125
-13
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @taro-hooks/taro-hooks-plugin-vue-vite
2+
3+
## null
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- taro-hooks@2.2.0
9+
- @taro-hooks/ahooks@2.2.0
10+
- @taro-hooks/plugin-vue@2.2.0
11+
- @taro-hooks/shared@2.2.0

examples/taro-plugin-vue-vite/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@
7272
"less": "^4.2.0",
7373
"typescript": "^5.4.5",
7474
"postcss": "^8.4.38"
75-
}
75+
},
76+
"version": null
7677
}

packages/ahooks/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @taro-hooks/shared@2.2.0
13+
314
## 2.1.0
415

516
### Minor 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.1.0",
3+
"version": "2.2.0",
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.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
39
## 2.1.0
410

511
### Minor 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.1.0",
3+
"version": "2.2.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @taro-hooks/blueimp-canvas-to-blob@2.2.0
13+
314
## 2.1.0
415

516
### Minor Changes

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.1.0",
3+
"version": "2.2.0",
44
"description": "JavaScript image compressor.",
55
"main": "dist/compressor.common.js",
66
"module": "dist/compressor.esm.js",

packages/hooks/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @taro-hooks/use-request@2.2.0
13+
- @taro-hooks/ahooks@2.2.0
14+
- @taro-hooks/compressorjs@2.2.0
15+
- @taro-hooks/shared@2.2.0
16+
317
## 2.1.0
418

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

packages/plugin-auto-import/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- taro-hooks@2.2.0
13+
314
## 2.1.0
415

516
### Minor Changes

packages/plugin-auto-import/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taro-hooks/plugin-auto-import",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "taro-hooks unplugin-auto-import 插件",
55
"sideEffects": false,
66
"author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",
@@ -35,7 +35,7 @@
3535
"unplugin-auto-import": "^0.16.6"
3636
},
3737
"peerDependencies": {
38-
"taro-hooks": ">=2.x"
38+
"taro-hooks": ">=2.2.0"
3939
},
4040
"publishConfig": {
4141
"registry": "https://registry.npmjs.org",

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.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
39
## 2.1.0
410

511
### Minor Changes

packages/plugin-docusaurus/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/plugin-docusaurus",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "docusaurus 插件",
55
"sideEffects": false,
66
"author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",

packages/plugin-react/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
39
## 2.1.0
410

511
### Minor Changes

packages/plugin-react/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/plugin-react",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "React/Preact/Nerv 框架插件",
55
"sideEffects": false,
66
"author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",

packages/plugin-vue/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @taro-hooks/shared@2.2.0
13+
314
## 2.1.0
415

516
### Minor Changes

packages/plugin-vue/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/plugin-vue",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "vue3 框架插件",
55
"sideEffects": false,
66
"author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",

packages/sandpack/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
39
## 2.1.0
410

511
### Minor Changes

packages/sandpack/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/sandpack",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "sandpack for taro-hooks",
55
"sideEffects": false,
66
"author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",

packages/shared/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
39
## 2.1.0
410

511
### Minor Changes

packages/shared/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/shared",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "shared tools",
55
"sideEffects": false,
66
"author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",

packages/use-request/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @taro-hooks/use-request
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- #83
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @taro-hooks/ahooks@2.2.0
13+
- @taro-hooks/shared@2.2.0
14+
315
## 2.1.0
416

517
### Minor Changes

packages/use-request/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/use-request",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "useRequest hook for Taro",
55
"keywords": [
66
"ahooks",

0 commit comments

Comments
 (0)