Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2024-05-06)

### Bug Fixes

* export types ([b947786](b947786))
* make it possibile to click background items when active ([85bef70](85bef70))

### Features

* add possibility to pass global color ([9eb65e1](9eb65e1))
  • Loading branch information
semantic-release-bot committed May 6, 2024
1 parent 07cbfe9 commit 4d85742
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/mohammedhammoud/react-native-hud-view/compare/v2.0.1...v2.1.0) (2024-05-06)


### Bug Fixes

* export types ([b947786](https://github.com/mohammedhammoud/react-native-hud-view/commit/b947786b3dc9a2c1bf041222eaeaa461291854de))
* make it possibile to click background items when active ([85bef70](https://github.com/mohammedhammoud/react-native-hud-view/commit/85bef70c96fbe701cca4504d228985cdaba00d92))


### Features

* add possibility to pass global color ([9eb65e1](https://github.com/mohammedhammoud/react-native-hud-view/commit/9eb65e126a4d7757e4b202e354733715d51e0bc0))

## [2.0.1](https://github.com/mohammedhammoud/react-native-hud-view/compare/v2.0.0...v2.0.1) (2023-04-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-hud-view",
"version": "2.0.1",
"version": "2.1.0",
"description": "A lightweight, flexible, and customizable progress indicator library for React Native. The library provides an easy way to show a HUD (Heads-up Display) when you need to indicate progress or loading in your application.",
"keywords": [
"react-native",
Expand Down

0 comments on commit 4d85742

Please sign in to comment.