Skip to content

Commit

Permalink
chore(publish): prepare for v0.2.9 - Apr 20, 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Apr 20, 2023
1 parent 9fecfca commit 0adfc0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.**
Expand Down

0 comments on commit 0adfc0e

Please sign in to comment.