Skip to content

Commit

Permalink
v2.0.57 landed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamansky committed Dec 17, 2020
1 parent 2253f8a commit 3d4dbe5
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ejdb2 (2.0.57) UNRELEASED; urgency=medium
ejdb2 (2.0.57) testing; urgency=medium

* Added new non standard JSON `swap` operation.
* bugfix: Incorrect behavior of JSON patch `move` operation.
Expand All @@ -7,7 +7,7 @@ ejdb2 (2.0.57) UNRELEASED; urgency=medium
* bugfix: Updated to iowow v1.4.10 with fix https://github.com/Softmotions/iowow/issues/35
* enhancement: EJDB2 Java binding improvements.

-- Anton Adamansky <[email protected]> Thu, 10 Dec 2020 01:28:56 +0700
-- Anton Adamansky <[email protected]> Thu, 17 Dec 2020 23:12:37 +0700

ejdb2 (2.0.56) testing; urgency=medium

Expand Down
4 changes: 4 additions & 0 deletions src/bindings/ejdb2_dart/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ejdb_dart (1.0.62)

* Upgraded to ejdb v2.0.57

ejdb_dart (1.0.61)

* Upgraded to ejdb v2.0.54
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/ejdb2_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ejdb2_dart
description: Embeddable JSON Database engine EJDB http://ejdb.org Dart binding
version: 1.0.61
version: 1.0.62
homepage: https://github.com/Softmotions/ejdb
issue_tracker: https://github.com/Softmotions/ejdb/issues?q=is%3Aissue+label%3ADart+
author: Adamansky Anton <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions src/bindings/ejdb2_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.29+1

* Upgraded to ejdb v2.0.57

## 1.0.28+1

* Upgraded to ejdb v2.0.54
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/ejdb2_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ejdb2_flutter
description: Embeddable JSON Database engine EJDB http://ejdb.org Flutter binding.
version: 1.0.28+1
version: 1.0.29+1
homepage: https://ejdb.org

environment:
Expand Down
4 changes: 4 additions & 0 deletions src/bindings/ejdb2_node/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ejdb_node (1.0.45)

* Upgraded to ejdb v2.0.55

ejdb_node (1.0.44)

* Upgraded to ejdb v2.0.54
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/ejdb2_node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ejdb2_node",
"version": "1.0.44",
"version": "1.0.45",
"repository": "https://github.com/Softmotions/ejdb.git",
"author": "Anton Adamansky <[email protected]>",
"description": "EJDB2 Node.js native binding",
Expand Down
4 changes: 4 additions & 0 deletions src/bindings/ejdb2_react_native/binding/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ejdb2_react_native (1.0.29)

* Upgraded to ejdb v2.0.57

ejdb2_react_native (1.0.28)

* Upgraded to ejdb v2.0.54
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/ejdb2_react_native/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ejdb2_react_native",
"version": "1.0.28",
"version": "1.0.29",
"repository": "https://github.com/Softmotions/ejdb.git",
"author": "Anton Adamansky <[email protected]>",
"description": "EJDB2 React Native binding",
Expand Down

0 comments on commit 3d4dbe5

Please sign in to comment.