From ae535ca5a3e2db54d09be61fecd9d0afd3327dba Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 28 Feb 2024 12:58:31 -0500 Subject: [PATCH 1/2] build: version 2.4.0 tagged --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab7a05a..1e1eb4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sourcetoad/react-native-queue", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sourcetoad/react-native-queue", - "version": "2.3.0", + "version": "2.4.0", "license": "MIT", "dependencies": { "promise-reflect": "^1.1.0", diff --git a/package.json b/package.json index 304fffd..a2124bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sourcetoad/react-native-queue", - "version": "2.3.0", + "version": "2.4.0", "description": "A React Native Job Queue", "main": "index.js", "files": [ From 0b27308077e6a2c960cc9001c26188b01a6da3ba Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 28 Feb 2024 12:58:41 -0500 Subject: [PATCH 2/2] docs: adjust readme for 2.3.0 vs 2.4.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f79773..fed7134 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ This means it's very crucial to respect to select the proper version and respect | Queue Version | Realm Version | React Native | Hermes Support | |---------------|---------------|--------------|----------------| -| 2.3.0 | 12.6.1 | => 0.71.4 | Yes | +| 2.4.0 | 12.6.1 | => 0.71.4 | Yes | +| 2.3.0 | 12.5.0 | => 0.71.4 | Yes | | 2.2.0 | 11.10.1 | => 0.71.4 | Yes | | 2.1.1 | 11.5.2 | => 0.71.4 | Yes | | 2.1.0 | 11.5.1 | => 0.71.0 | Yes |