Skip to content

Commit d1f9ff2

Browse files
committed
chore(release): 🚀 [skip ci]
- @blockmatic/hooks-utils@3.0.0 - @blockmatic/use-is-mounted@3.0.0
1 parent 023a3c7 commit d1f9ff2

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

‎packages/hooks-utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.0.0](https://github.com/blockmatic/hooks-utils/compare/@blockmatic/hooks-utils@2.1.0...@blockmatic/hooks-utils@3.0.0) (2023-03-06)
7+
8+
### Features
9+
10+
- upgrade to react 18 ([0094745](https://github.com/blockmatic/hooks-utils/commit/00947451491f544221809105f93a47cbe3cd09ea))

‎packages/use-is-mounted/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [3.0.0](https://github.com/blockmatic/hooks-utils/compare/@blockmatic/use-is-mounted@2.1.0...@blockmatic/use-is-mounted@3.0.0) (2023-03-06)
7+
8+
### Features
9+
10+
- upgrade to react 18 ([b3ab4c6](https://github.com/blockmatic/hooks-utils/commit/b3ab4c61d659f71cff9539800319f4aa47317bf8))
11+
612
# [2.1.0](https://github.com/blockmatic/hooks-utils/compare/@blockmatic/use-is-mounted@0.1.1...@blockmatic/use-is-mounted@2.1.0) (2023-03-06)
713

814
### Features

‎packages/use-is-mounted/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockmatic/use-is-mounted",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "A hook to check if your component is mounted",
55
"author": "Blockmatic.io",
66
"repository": "git@github.com:blockmatic/hooks-utils.git",

0 commit comments

Comments
 (0)