Skip to content

Commit

Permalink
[expo-sqlite] fixes to changelog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gurs1kh committed May 27, 2020
1 parent 50544de commit 24eb9be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -21,7 +21,6 @@ Package-specific changes not released in any SDK will be added here just before

### 🛠 Breaking changes

- `expo-sqlite` now supports encrypted SQLite files.
- `react-native-view-shot` is no longer installed by default, install it with `expo install react-native-view-shot`. ([#7950](https://github.com/expo/expo/pull/7950) by [@evanbacon](https://github.com/evanbacon))
- The AR module has been removed from the `expo` package. See https://expo.fyi/deprecating-ar for more information. ([#8442](https://github.com/expo/expo/pull/8442) by [@sjchmiela](https://github.com/sjchmiela))
- **`expo-battery`**
Expand All @@ -46,6 +45,7 @@ Package-specific changes not released in any SDK will be added here just before

### 🎉 New features

- `expo-sqlite` now supports encrypted SQLite files ([#8242](https://github.com/expo/expo/pull/8242/) by [@gurs1kh](https://github.com/gurs1kh))
- Initial release of **`expo-screen-capture`** 🥳
- Initial release of **`expo-notifications`** 🥳
- Added `@react-native-community/segmented-control` in version `1.6.1`. ([#8038](https://github.com/expo/expo/pull/8038) by [@marchenk0va](https://github.com/marchenk0va) and [#8441](https://github.com/expo/expo/pull/8441) by [@tsapeta](https://github.com/tsapeta))
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-sqlite/CHANGELOG.md
Expand Up @@ -5,6 +5,6 @@
### 🛠 Breaking changes

### 🎉 New features
- now supports encrypted SQLite files.
- now supports encrypted SQLite files ([#8242](https://github.com/expo/expo/pull/8242/) by [@gurs1kh](https://github.com/gurs1kh))

### 🐛 Bug fixes
2 changes: 1 addition & 1 deletion react-native-lab/react-native
Submodule react-native updated 3277 files

0 comments on commit 24eb9be

Please sign in to comment.