From abe151fa4b9fe7794f8bba87790917ccde92f51d Mon Sep 17 00:00:00 2001 From: wangxingkang Date: Mon, 8 May 2023 11:43:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(release):=20publish=20%v?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @pansy/react-hooks@1.0.5 - @pansy/use-mqtt@0.4.1 --- hooks/hooks/CHANGELOG.md | 8 ++++++++ hooks/hooks/package.json | 4 ++-- hooks/useMqtt/CHANGELOG.md | 11 +++++++++++ hooks/useMqtt/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/hooks/hooks/CHANGELOG.md b/hooks/hooks/CHANGELOG.md index d0eb9258..9178a6fb 100644 --- a/hooks/hooks/CHANGELOG.md +++ b/hooks/hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/pansyjs/react-hooks/compare/@pansy/react-hooks@1.0.4...@pansy/react-hooks@1.0.5) (2023-05-08) + +**Note:** Version bump only for package @pansy/react-hooks + + + + + ## [1.0.4](https://github.com/pansyjs/react-hooks/compare/@pansy/react-hooks@1.0.3...@pansy/react-hooks@1.0.4) (2023-03-29) **Note:** Version bump only for package @pansy/react-hooks diff --git a/hooks/hooks/package.json b/hooks/hooks/package.json index c0e0aa62..487b47ee 100644 --- a/hooks/hooks/package.json +++ b/hooks/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/react-hooks", - "version": "1.0.4", + "version": "1.0.5", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -42,7 +42,7 @@ "@pansy/use-modal": "1.0.1", "@pansy/use-mount": "0.2.0", "@pansy/use-mouse": "0.3.0", - "@pansy/use-mqtt": "0.4.0", + "@pansy/use-mqtt": "0.4.1", "@pansy/use-portal": "0.2.1", "@pansy/use-previous": "0.2.5", "@pansy/use-raf-state": "0.2.6", diff --git a/hooks/useMqtt/CHANGELOG.md b/hooks/useMqtt/CHANGELOG.md index 658816d1..cddc1675 100644 --- a/hooks/useMqtt/CHANGELOG.md +++ b/hooks/useMqtt/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mqtt@0.4.0...@pansy/use-mqtt@0.4.1) (2023-05-08) + + +### Bug Fixes + +* **useMqtt:** vite Buffer error ([298283e](https://github.com/pansyjs/react-hooks/commit/298283e4516abda4784ad4eed3904b0ead7bc535)) + + + + + # [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mqtt@0.3.3...@pansy/use-mqtt@0.4.0) (2022-12-28) diff --git a/hooks/useMqtt/package.json b/hooks/useMqtt/package.json index 980f99a5..d80bac6a 100644 --- a/hooks/useMqtt/package.json +++ b/hooks/useMqtt/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-mqtt", - "version": "0.4.0", + "version": "0.4.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts",