Skip to content

Commit

Permalink
🔖 chore(release): publish %v
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed May 8, 2023
1 parent 298283e commit abe151f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions hooks/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (2023-05-08)

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





## [1.0.4](https://github.com/pansyjs/react-hooks/compare/@pansy/[email protected]...@pansy/[email protected]) (2023-03-29)

**Note:** Version bump only for package @pansy/react-hooks
Expand Down
4 changes: 2 additions & 2 deletions hooks/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions hooks/useMqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@pansy/[email protected]) (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/[email protected]...@pansy/[email protected]) (2022-12-28)


Expand Down
2 changes: 1 addition & 1 deletion hooks/useMqtt/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit abe151f

Please sign in to comment.