Skip to content

Commit 086e09d

Browse files
Version Packages (#14)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3bb0212 commit 086e09d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/chilled-queens-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @journeyapps/react-native-quick-sqlite
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 3bb0212: Added `registerTablesChangedHook` to DB connections which reports batched table updates once `writeTransaction`s and `writeLock`s have been committed. Maintained API compatibility with `registerUpdateHook` which reports table change events as they occur. Added listeners for when write transactions have been committed or rolled back.
8+
39
## 1.0.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"registry": "https://registry.npmjs.org/",
55
"access": "public"
66
},
7-
"version": "1.0.0",
7+
"version": "1.1.0",
88
"description": "Fast SQLite for react-native",
99
"main": "lib/commonjs/index",
1010
"module": "lib/module/index",

0 commit comments

Comments
 (0)