From 866dece98b2260c6a8e77794a77280b26b52206c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:14:02 +0200 Subject: [PATCH] Version Packages (#61) Co-authored-by: github-actions[bot] --- .changeset/selfish-worms-buy.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/selfish-worms-buy.md diff --git a/.changeset/selfish-worms-buy.md b/.changeset/selfish-worms-buy.md deleted file mode 100644 index c0379ad..0000000 --- a/.changeset/selfish-worms-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@journeyapps/react-native-quick-sqlite": patch ---- - -Result object keys are no longer ordered alphabetically, but rather maintain insertion order. The behaviour now matches other libraries. diff --git a/CHANGELOG.md b/CHANGELOG.md index efc1fa0..2192d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @journeyapps/react-native-quick-sqlite +## 2.1.1 + +### Patch Changes + +- 9ac4ce7: Result object keys are no longer ordered alphabetically, but rather maintain insertion order. The behaviour now matches other libraries. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index f58bbf8..8d463d2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "registry": "https://registry.npmjs.org/", "access": "public" }, - "version": "2.1.0", + "version": "2.1.1", "description": "Fast SQLite for react-native", "main": "lib/commonjs/index", "module": "lib/module/index",