From 0adfc0e9774ff963f74fd775659916e3df77bf5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petrus=20Nguy=E1=BB=85n=20Th=C3=A1i=20H=E1=BB=8Dc?= Date: Thu, 20 Apr 2023 19:29:07 +0700 Subject: [PATCH] chore(publish): prepare for v0.2.9 - Apr 20, 2023 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcb56c1..e6bc019 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ Liked some of my work? Buy me a coffee (or more likely a beer) | `^0.27.2` | `0.1.2` | | `^0.27.3` | `0.1.3 → 0.2.0` | | `^0.27.4` | `0.2.1 → 0.2.2` | -| `^0.27.5` | `0.2.3 → 0.2.8` | +| `^0.27.5` | `0.2.3 → 0.2.9` | -- For example: when using `rxdart: ^0.27.4` → we can use `rxdart_ext: ^v` where `v` in `0.2.1 → 0.2.8` +- For example: when using `rxdart: ^0.27.4` → we can use `rxdart_ext: ^v` where `v` in `0.2.1 → 0.2.9` (i.e. all rows since `^0.27.4` row in the above table). - But in some cases there is any **conflict** between `rxdart` version and `rxdart_ext` version, - you must use **stricter version**, eg. `rxdart: ^0.27.4` → `rxdart_ext: ^v` where `v` in `0.2.1 → 0.2.2` + you must use **stricter version**, e.g. `rxdart: ^0.27.4` → `rxdart_ext: ^v` where `v` in `0.2.1 → 0.2.2` (**same row** in the above table) - **The latest version of `rxdart_ext` always works fine with the latest version of `rxdart`.**