Skip to content

Commit 908410c

Browse files
committed
chore: release 1.0.0
1 parent da9d4ae commit 908410c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
## [1.0.0](https://github.com/plumvillage/react-native-override-color-scheme/compare/v0.1.1...v1.0.0) (2022-03-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename method fixAlerts -> enableAlertSupport (#1)
9+
10+
### Features
11+
12+
* 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))
13+
14+
### [0.1.1](https://github.com/plumvillage/react-native-override-color-scheme/compare/v0.1.1...v1.0.0) (2022-03-24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-override-color-scheme",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "React Native package to let users override the app's color scheme/theme",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)