Skip to content

Commit

Permalink
chore(release): publish v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Jan 14, 2024
1 parent 39fc3a1 commit 47ace3e
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.10

### Patch Changes

- fix useLoading delcare error
- Updated dependencies
- @taro-hooks/shared@2.0.10

## 2.0.9

### 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.9",
"version": "2.0.10",
"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.10

### Patch Changes

- fix useLoading delcare error

## 2.0.9

### 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.9",
"version": "2.0.10",
"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.10

### Patch Changes

- fix useLoading delcare error
- Updated dependencies
- @taro-hooks/blueimp-canvas-to-blob@2.0.10

## 2.0.9

### 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.9
* Compressor.js v2.0.10
* https://fengyuanchen.github.io/compressorjs
*
* Copyright 2018-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2024-01-14T02:49:47.110Z
* Date: 2024-01-14T04:20:03.132Z
*/

(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.9",
"version": "2.0.10",
"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.10

### Patch Changes

- fix useLoading delcare error
- Updated dependencies
- @taro-hooks/compressorjs@2.0.10
- @taro-hooks/ahooks@2.0.10
- @taro-hooks/shared@2.0.10
- @taro-hooks/use-request@2.0.10

## 2.0.9

### 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.9",
"version": "2.0.10",
"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.10

### Patch Changes

- fix useLoading delcare error
- Updated dependencies
- taro-hooks@2.0.10

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "taro-hooks unplugin-auto-import 插件",
"sideEffects": false,
"author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",
Expand Down Expand Up @@ -35,7 +35,7 @@
"unplugin-auto-import": "^0.16.6"
},
"peerDependencies": {
"taro-hooks": ">=2.0.9"
"taro-hooks": ">=2.0.10"
},
"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.10

### Patch Changes

- fix useLoading delcare error

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "docusaurus 插件",
"sideEffects": false,
"author": "innocces<jiangjiangjiangxi@gmail.com>(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.10

### Patch Changes

- fix useLoading delcare error

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "React/Preact/Nerv 框架插件",
"sideEffects": false,
"author": "innocces<jiangjiangjiangxi@gmail.com>(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.10

### Patch Changes

- fix useLoading delcare error
- Updated dependencies
- @taro-hooks/shared@2.0.10

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "vue3 框架插件",
"sideEffects": false,
"author": "innocces<jiangjiangjiangxi@gmail.com>(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.10

### Patch Changes

- fix useLoading delcare error

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "sandpack for taro-hooks",
"sideEffects": false,
"author": "innocces<jiangjiangjiangxi@gmail.com>(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.10

### Patch Changes

- fix useLoading delcare error

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "shared tools",
"sideEffects": false,
"author": "innocces<jiangjiangjiangxi@gmail.com>(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.10

### Patch Changes

- fix useLoading delcare error
- Updated dependencies
- @taro-hooks/ahooks@2.0.10
- taro-hooks@2.0.10
- @taro-hooks/shared@2.0.10

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "useRequest hook for Taro",
"keywords": [
"ahooks",
Expand Down

0 comments on commit 47ace3e

Please sign in to comment.