I've made a v0.44 branch (to allow some backports for MW 1.39, primarily T324896: Deprecated: Creation of dynamic property in oojs/oojs-ui), and prepared a v0.44.4 release ontop of that... https://github.com/wikimedia/oojs-ui/compare/v0.44.3...v0.44
I haven't pushed the git tag yet, primarily because I'm pretty I don't have the rights to do the npm publish steps...
Can someone do the last two steps for me please on the v0.44 branch?
$ git tag "v$(node -e 'console.log(require("./package").version);')" $ npm run publish-build && git push --tags && npm publish