Skip to content

Commit

Permalink
chore(release): publish v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Jul 25, 2024
1 parent 7731ef5 commit 7fd7fc5
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
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.1.0

### Minor Changes

- retry publish

### Patch Changes

- Updated dependencies
- @taro-hooks/use-request@2.1.0

## 2.0.11

### 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.11",
"version": "2.1.0",
"description": "为 Taro 而设计的 Hooks Library",
"keywords": [
"taro-hooks",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @taro-hooks/plugin-auto-import

## 2.1.0

### Minor Changes

- retry publish

### Patch Changes

- Updated dependencies
- [email protected]

## 2.0.11

### 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.11",
"version": "2.1.0",
"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.1.0"
"taro-hooks": ">=2.x"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/use-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @taro-hooks/use-request

## 2.1.0

### Minor Changes

- retry publish

### Patch Changes

- Updated dependencies
- [email protected]

## 2.0.11

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

0 comments on commit 7fd7fc5

Please sign in to comment.