Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkbhochalya committed Mar 25, 2022
1 parent da9d4ae commit 908410c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


## [1.0.0](https://github.com/plumvillage/react-native-override-color-scheme/compare/v0.1.1...v1.0.0) (2022-03-25)


### ⚠ BREAKING CHANGES

* rename method fixAlerts -> enableAlertSupport (#1)

### Features

* rename method fixAlerts -> enableAlertSupport ([#1](https://github.com/plumvillage/react-native-override-color-scheme/issues/1)) ([9e8fe18](https://github.com/plumvillage/react-native-override-color-scheme/commit/9e8fe1846bb6b7f1ac142224d6d2d9900389831f))

### [0.1.1](https://github.com/plumvillage/react-native-override-color-scheme/compare/v0.1.1...v1.0.0) (2022-03-24)
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-override-color-scheme",
"version": "0.1.1",
"version": "1.0.0",
"description": "React Native package to let users override the app's color scheme/theme",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 908410c

Please sign in to comment.