Skip to content

Commit d42629d

Browse files
committed
v1.50.0
1 parent 2100990 commit d42629d

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3-
## [v1.49.0](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.48.0...v1.49.0) (2022-04-04 09:10:46 +0200)
3+
## [v1.50.0](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.49.0...v1.50.0) (2022-05-09 11:54:38 +0200)
4+
5+
### Maintenance
6+
7+
- include `jest-environment-jsdom` as dev dependency ([e19e905](https://github.com/AxisCommunications/react-hooks-shareable/commit/e19e905262cdb3d4d6893455b9fcb8e78dc22dc8))
8+
- update dependencies ([fac6d36](https://github.com/AxisCommunications/react-hooks-shareable/commit/fac6d36810d6bc0b7d9cb061467562175cb38ad6))
9+
10+
### Features
11+
12+
- add useSynchronizedAnimation hook (#15) ([2100990](https://github.com/AxisCommunications/react-hooks-shareable/commit/2100990f7b686ede676dbb02df6ef18fb9086030))
13+
14+
## [v1.49.0](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.48.0...v1.49.0) (2022-04-04 09:11:43 +0200)
415

516
### Maintenance
617

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hooks-shareable",
3-
"version": "1.49.0",
3+
"version": "1.50.0",
44
"description": "A list of useful React hooks that can be reused across different projects",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)