Skip to content

Commit

Permalink
chore(release): publish v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Sep 3, 2023
1 parent 94ecfde commit 1be6b1d
Show file tree
Hide file tree
Showing 23 changed files with 97 additions and 14 deletions.
8 changes: 8 additions & 0 deletions packages/ahooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @taro-hooks/ahooks

## 2.0.6

### Patch Changes

- addon useKeyboard hook
- Updated dependencies
- @taro-hooks/shared@2.0.6

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ahooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/ahooks",
"version": "2.0.5",
"version": "2.0.6",
"description": "ahooks for Taro",
"keywords": [
"ahooks",
Expand Down
6 changes: 6 additions & 0 deletions packages/blueimp-canvas-to-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @taro-hooks/blueimp-canvas-to-blob

## 2.0.6

### Patch Changes

- addon useKeyboard hook

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blueimp-canvas-to-blob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/blueimp-canvas-to-blob",
"version": "2.0.5",
"version": "2.0.6",
"title": "blueimp-canvas-to-blob",
"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.",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/compressorjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.6

### Patch Changes

- addon useKeyboard hook
- Updated dependencies
- @taro-hooks/blueimp-canvas-to-blob@2.0.6

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/compressorjs/docs/js/compressor.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Compressor.js v2.0.5
* Compressor.js v2.0.6
* https://fengyuanchen.github.io/compressorjs
*
* Copyright 2018-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2023-08-13T07:23:22.210Z
* Date: 2023-09-03T14:05:08.779Z
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion packages/compressorjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/compressorjs",
"version": "2.0.5",
"version": "2.0.6",
"description": "JavaScript image compressor.",
"main": "dist/compressor.common.js",
"module": "dist/compressor.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 2.0.6

### Patch Changes

- addon useKeyboard hook
- Updated dependencies
- @taro-hooks/ahooks@2.0.6
- @taro-hooks/compressorjs@2.0.6
- @taro-hooks/shared@2.0.6
- @taro-hooks/use-request@2.0.6

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-hooks",
"version": "2.0.5",
"version": "2.0.6",
"description": "为 Taro 而设计的 Hooks Library",
"keywords": [
"taro-hooks",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @taro-hooks/plugin-auto-import

## 2.0.6

### Patch Changes

- addon useKeyboard hook
- Updated dependencies
- [email protected]

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/plugin-auto-import",
"version": "2.0.5",
"version": "2.0.6",
"description": "taro-hooks unplugin-auto-import 插件",
"sideEffects": false,
"author": "innocces<[email protected]>(https://github.com/innocces)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"unplugin-auto-import": "^0.16.6"
},
"peerDependencies": {
"taro-hooks": ">=2.0.5"
"taro-hooks": ">=2.0.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-docusaurus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @taro-hooks/plugin-docusaurus

## 2.0.6

### Patch Changes

- addon useKeyboard hook

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/plugin-docusaurus",
"version": "2.0.5",
"version": "2.0.6",
"description": "docusaurus 插件",
"sideEffects": false,
"author": "innocces<[email protected]>(https://github.com/innocces)",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @taro-hooks/plugin-react

## 2.0.6

### Patch Changes

- addon useKeyboard hook

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/plugin-react",
"version": "2.0.5",
"version": "2.0.6",
"description": "React/Preact/Nerv 框架插件",
"sideEffects": false,
"author": "innocces<[email protected]>(https://github.com/innocces)",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @taro-hooks/plugin-vue

## 2.0.6

### Patch Changes

- addon useKeyboard hook
- Updated dependencies
- @taro-hooks/shared@2.0.6

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/plugin-vue",
"version": "2.0.5",
"version": "2.0.6",
"description": "vue3 框架插件",
"sideEffects": false,
"author": "innocces<[email protected]>(https://github.com/innocces)",
Expand Down
6 changes: 6 additions & 0 deletions packages/sandpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @taro-hooks/sandpack

## 2.0.6

### Patch Changes

- addon useKeyboard hook

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sandpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/sandpack",
"version": "2.0.5",
"version": "2.0.6",
"description": "sandpack for taro-hooks",
"sideEffects": false,
"author": "innocces<[email protected]>(https://github.com/innocces)",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @taro-hooks/shared

## 2.0.6

### Patch Changes

- addon useKeyboard hook

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/shared",
"version": "2.0.5",
"version": "2.0.6",
"description": "shared tools",
"sideEffects": false,
"author": "innocces<[email protected]>(https://github.com/innocces)",
Expand Down
10 changes: 10 additions & 0 deletions packages/use-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @taro-hooks/use-request

## 2.0.6

### Patch Changes

- addon useKeyboard hook
- Updated dependencies
- @taro-hooks/ahooks@2.0.6
- [email protected]
- @taro-hooks/shared@2.0.6

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/use-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taro-hooks/use-request",
"version": "2.0.5",
"version": "2.0.6",
"description": "useRequest hook for Taro",
"keywords": [
"ahooks",
Expand Down

0 comments on commit 1be6b1d

Please sign in to comment.