Skip to content

Commit abe151f

Browse files
committed
🔖 chore(release): publish %v
- @pansy/[email protected] - @pansy/[email protected]
1 parent 298283e commit abe151f

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

‎hooks/hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.5](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-05-08)
7+
8+
**Note:** Version bump only for package @pansy/react-hooks
9+
10+
11+
12+
13+
614
## [1.0.4](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-03-29)
715

816
**Note:** Version bump only for package @pansy/react-hooks

‎hooks/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/react-hooks",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"types": "es/index.d.ts",
@@ -42,7 +42,7 @@
4242
"@pansy/use-modal": "1.0.1",
4343
"@pansy/use-mount": "0.2.0",
4444
"@pansy/use-mouse": "0.3.0",
45-
"@pansy/use-mqtt": "0.4.0",
45+
"@pansy/use-mqtt": "0.4.1",
4646
"@pansy/use-portal": "0.2.1",
4747
"@pansy/use-previous": "0.2.5",
4848
"@pansy/use-raf-state": "0.2.6",

‎hooks/useMqtt/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.1](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-05-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **useMqtt:** vite Buffer error ([298283e](https://github.com/pansyjs/react-hooks/commit/298283e4516abda4784ad4eed3904b0ead7bc535))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2022-12-28)
718

819

‎hooks/useMqtt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/use-mqtt",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"types": "es/index.d.ts",

0 commit comments

Comments
 (0)