From b31853971c875e83f81b64beb98b0d93091d3b2c Mon Sep 17 00:00:00 2001 From: Glynn Quelch Date: Mon, 27 Apr 2026 01:07:18 +0100 Subject: [PATCH] docs: switch versioning prose to a compat table on 1.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The original "share a minor version during 0.x" line is no longer accurate — elm-mount shipped as 1.0.0 and the other two siblings are also aligning at 1.x. Replacing the prose with the same compat table the bootstrap and elm-wp READMEs use, all reading "1.x". --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9102e..0ddc566 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,11 @@ The JS bootstrap and the Elm package must agree on these names. Changing any is ### Versioning -`elm-mount`, `@pinkcrab/elm-wp-bootstrap` and `Pink-Crab/elm-wp` share a minor version during `0.x`. `0.3.1` of any one package is compatible with `0.3.x` of the other two. +All three packages share a major version. Within `1.x`, minor and patch versions can move independently per package — compatibility is guaranteed across the same major. + +| `pinkcrab/elm-mount` | `@pinkcrab/elm-wp-bootstrap` | `Pink-Crab/elm-wp` | +|----------------------|------------------------------|--------------------| +| `1.x` | `1.x` | `1.x` | ## License