I’m updating my GNOME Shell extension to GNOME Shell 48, and I’m trying to figure out which versions of the API to look at when using https://gjs-docs.gnome.org
For example, on the site I can see multiple API versions available for each library:
Clutter → 3 API to 16 API
Meta → 3 API to 16 API
Shell → 9 API to 16 API
St → 9 API to 16 API
Questions:
Which versions of these APIs should I look at when developing an extension for GNOME Shell 48 (on Debian 13)?
How can I find out these version numbers myself for future GNOME Shell releases — so I don’t have to ask again each year?