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 31fd6a2 commit 32768ba
Show file tree
Hide file tree
Showing 27 changed files with 120 additions and 21 deletions.
4 changes: 3 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"ignore": [
"@taro-hooks/taro-hooks-plugin",
"@taro-hooks/taro-hooks-plugin-vue",
"@taro-hooks/website"
"@taro-hooks/website",
"@taro-hooks/taro-hooks-plugin-vite",
"@taro-hooks/taro-hooks-plugin-vue"
]
}
1 change: 0 additions & 1 deletion examples/taro-hooks-plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@taro-hooks/taro-hooks-plugin-vue",
"version": "1.0.0",
"private": true,
"description": "use @taro-hooks/plugin-vue",
"templateInfo": {
Expand Down
1 change: 0 additions & 1 deletion examples/taro-hooks-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@taro-hooks/taro-hooks-plugin",
"version": "1.0.0",
"private": true,
"description": "use @taro-hooks/plugin-react",
"templateInfo": {
Expand Down
5 changes: 2 additions & 3 deletions examples/taro-plugin-react-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@taro-hooks/taro-hooks-plugin-vite",
"version": "1.0.0",
"private": true,
"description": "@taro-hooks/taro-hooks-plugin-vite",
"templateInfo": {
Expand Down Expand Up @@ -37,8 +36,8 @@
"dependencies": {
"@babel/runtime": "^7.24.4",
"@taro-hooks/ahooks": "workspace:*",
"@taro-hooks/plugin-react": "workspace:*",
"@taro-hooks/shared": "workspace:*",
"@taro-hooks/plugin-react": "workspace:*",
"@taro-hooks/shared": "workspace:*",
"@tarojs/components": "4.0.3-alpha.4",
"@tarojs/helper": "4.0.3-alpha.4",
"@tarojs/plugin-platform-weapp": "4.0.3-alpha.4",
Expand Down
5 changes: 2 additions & 3 deletions examples/taro-plugin-vue-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@taro-hooks/taro-hooks-plugin-vue-vite",
"version": "1.0.0",
"private": true,
"description": "@taro-hooks/taro-hooks-plugin-vue-vite",
"templateInfo": {
Expand Down Expand Up @@ -37,8 +36,8 @@
"dependencies": {
"@babel/runtime": "^7.24.4",
"@taro-hooks/ahooks": "workspace:*",
"@taro-hooks/plugin-vue": "workspace:*",
"@taro-hooks/shared": "workspace:*",
"@taro-hooks/plugin-vue": "workspace:*",
"@taro-hooks/shared": "workspace:*",
"@tarojs/components": "4.0.3-alpha.4",
"@tarojs/helper": "4.0.3-alpha.4",
"@tarojs/plugin-platform-weapp": "4.0.3-alpha.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ahooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @taro-hooks/ahooks

## 2.1.0

### Minor Changes

- support vite mode

### Patch Changes

- Updated dependencies
- @taro-hooks/shared@2.1.0

## 2.0.11

### 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.11",
"version": "2.1.0",
"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.1.0

### Minor Changes

- support vite mode

## 2.0.11

### 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.11",
"version": "2.1.0",
"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
11 changes: 11 additions & 0 deletions packages/compressorjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.1.0

### Minor Changes

- support vite mode

### Patch Changes

- Updated dependencies
- @taro-hooks/blueimp-canvas-to-blob@2.1.0

## 2.0.11

### Patch Changes
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.11",
"version": "2.1.0",
"description": "JavaScript image compressor.",
"main": "dist/compressor.common.js",
"module": "dist/compressor.esm.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.1.0

### Minor Changes

- support vite mode

### Patch Changes

- Updated dependencies
- @taro-hooks/ahooks@2.1.0
- @taro-hooks/compressorjs@2.1.0
- @taro-hooks/shared@2.1.0
- @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

## 3.0.0

### Minor Changes

- support vite mode

### 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": "3.0.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.0.11"
"taro-hooks": ">=2.1.0"
},
"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.1.0

### Minor Changes

- support vite mode

## 2.0.11

### 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.11",
"version": "2.1.0",
"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.1.0

### Minor Changes

- support vite mode

## 2.0.11

### 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.11",
"version": "2.1.0",
"description": "React/Preact/Nerv 框架插件",
"sideEffects": false,
"author": "innocces<[email protected]>(https://github.com/innocces)",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @taro-hooks/plugin-vue

## 2.1.0

### Minor Changes

- support vite mode

### Patch Changes

- Updated dependencies
- @taro-hooks/shared@2.1.0

## 2.0.11

### 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.11",
"version": "2.1.0",
"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.1.0

### Minor Changes

- support vite mode

## 2.0.11

### 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.11",
"version": "2.1.0",
"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.1.0

### Minor Changes

- support vite mode

## 2.0.11

### 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.11",
"version": "2.1.0",
"description": "shared tools",
"sideEffects": false,
"author": "innocces<[email protected]>(https://github.com/innocces)",
Expand Down
13 changes: 13 additions & 0 deletions packages/use-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @taro-hooks/use-request

## 2.1.0

### Minor Changes

- support vite mode

### Patch Changes

- Updated dependencies
- @taro-hooks/ahooks@2.1.0
- [email protected]
- @taro-hooks/shared@2.1.0

## 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 32768ba

Please sign in to comment.