From 0b3bcbfe408f5d85841b2f18eb227cbd32b3f0de Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 17 Feb 2023 11:56:30 +0100 Subject: [PATCH] Release 10.1.2 --- CHANGES.md | 2 +- COPYRIGHT | 2 +- Makefile | 2 +- RELEASE.md | 12 ++++++------ docs/source/conf.py | 4 ++-- docs/source/quickstart.rst | 8 ++++---- jslicenses.html | 10 +++++----- manifest.json | 2 +- mobile.html | 4 ++-- package-lock.json | 6 +++--- package.json | 2 +- src/headless/core.js | 2 +- src/headless/package.json | 2 +- 13 files changed, 29 insertions(+), 29 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1994f452ba..fd62a5e550 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 10.1.2 (Unreleased) +## 10.1.2 (2023-02-17) - #1490: Busy-loop when fetching registration form fails - #1556: Can't switch to registration form afrer logout diff --git a/COPYRIGHT b/COPYRIGHT index d0f9f3591c..9fe32e540c 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,7 +2,7 @@ * * An XMPP chat client that runs in the browser. * - * Version: 10.1.1 + * Version: 10.1.2 * * Copyright: JC Brand 2013-2018 * Except for 3rd party dependencies. diff --git a/Makefile b/Makefile index 2b80491b45..782b129169 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ serve_bg: node_modules dist/converse-no-dependencies.js: src webpack/webpack.common.js webpack/webpack.nodeps.js @converse/headless node_modules npm run nodeps -GETTEXT = $(XGETTEXT) --from-code=UTF-8 --language=JavaScript --keyword=__ --keyword=___ --keyword=i18n_ --force-po --output=src/i18n/converse.pot --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=10.1.1 dist/converse-no-dependencies.js -c +GETTEXT = $(XGETTEXT) --from-code=UTF-8 --language=JavaScript --keyword=__ --keyword=___ --keyword=i18n_ --force-po --output=src/i18n/converse.pot --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=10.1.2 dist/converse-no-dependencies.js -c src/i18n/converse.pot: dist/converse-no-dependencies.js $(GETTEXT) 2>&1 > /dev/null; exit $$?; diff --git a/RELEASE.md b/RELEASE.md index e4690775d3..10fbffb550 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,16 +2,16 @@ 1. Check that weblate translations are all merged in 2. Run `make check` to check that all tests pass. -3. Run `make release VERSION=10.1.1` +3. Run `make release VERSION=10.1.2` 4. Do a `git diff` to check if things look sane. 5. Do a quick manual test with the `dist` files (via `index.html`) -6. `git commit -am "Release 10.1.1"` -7. `git tag -s v10.1.1 -m "Release 10.1.1"` -8. Run `git push && git push origin v10.1.1` +6. `git commit -am "Release 10.1.2"` +7. `git tag -s v10.1.2 -m "Release 10.1.2"` +8. Run `git push && git push origin v10.1.2` 9. Update https://conversejs.org * `cd /home/conversejs/converse.js` - * `git clone --branch v10.1.1 git@github.com:conversejs/converse.js.git 10.1.1` - * `cd 10.1.1 && nvm install && ASSET_PATH=https://cdn.conversejs.org/10.1.1/dist/ make dist && make doc` + * `git clone --branch v10.1.2 git@github.com:conversejs/converse.js.git 10.1.2` + * `cd 10.1.2 && nvm install && ASSET_PATH=https://cdn.conversejs.org/10.1.2/dist/ make dist && make doc` * `cd .. && git pull && nvm install && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc` 10. Update release page on Github 11. Run `npm publish && cd src/headless/ && npm publish` diff --git a/docs/source/conf.py b/docs/source/conf.py index 77042d2f0d..6c556e4a9e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '10.1.1' +version = '10.1.2' # The full version, including alpha/beta/rc tags. -release = '10.1.1' +release = '10.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 32822a5d5a..6c9038ac63 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -56,16 +56,16 @@ might break when a new backwards-incompatible version of Converse is released. To load a specific version of Converse you can put the version in the URL: -* https://cdn.conversejs.org/10.1.1/dist/converse.min.js -* https://cdn.conversejs.org/10.1.1/dist/converse.min.css +* https://cdn.conversejs.org/10.1.2/dist/converse.min.js +* https://cdn.conversejs.org/10.1.2/dist/converse.min.css You can include these two URLs inside the ** element of your website via the *script* and *link* tags: .. code-block:: html - - + + Option 2: Download the builds from Github diff --git a/jslicenses.html b/jslicenses.html index 56ceeacaef..3f3590faeb 100644 --- a/jslicenses.html +++ b/jslicenses.html @@ -11,17 +11,17 @@ - - + + - + - + @@ -66,7 +66,7 @@

converse

- converse.min.js + converse.min.js MPL-2.0 diff --git a/manifest.json b/manifest.json index f40cebe951..bd13948af9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "short_name": "Converse", "name": "Converse Chat", "description": "Messaging Freedom", - "version": "10.1.1", + "version": "10.1.2", "categories": ["social"], "icons": [ { diff --git a/mobile.html b/mobile.html index 8f0761effa..9c8634969e 100644 --- a/mobile.html +++ b/mobile.html @@ -19,9 +19,9 @@ - + - + diff --git a/package-lock.json b/package-lock.json index 1e9b483ad0..3158eaac71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "converse.js", - "version": "10.1.1", + "version": "10.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "converse.js", - "version": "10.1.1", + "version": "10.1.2", "license": "MPL-2.0", "workspaces": [ "src/headless" @@ -16832,7 +16832,7 @@ }, "src/headless": { "name": "@converse/headless", - "version": "10.1.1", + "version": "10.1.2", "license": "MPL-2.0", "dependencies": { "@converse/openpromise": "^0.0.1", diff --git a/package.json b/package.json index 58776074ce..8e5141fbcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "converse.js", - "version": "10.1.1", + "version": "10.1.2", "description": "Browser based XMPP chat client", "browser": "dist/converse.js", "module": "src/converse.js", diff --git a/src/headless/core.js b/src/headless/core.js index a5bfe9b095..3f179248c6 100644 --- a/src/headless/core.js +++ b/src/headless/core.js @@ -79,7 +79,7 @@ Strophe.addNamespace('VCARDUPDATE', 'vcard-temp:x:update'); Strophe.addNamespace('XFORM', 'jabber:x:data'); Strophe.addNamespace('XHTML', 'http://www.w3.org/1999/xhtml'); -_converse.VERSION_NAME = "v10.1.1"; +_converse.VERSION_NAME = "v10.1.2"; Object.assign(_converse, Events); diff --git a/src/headless/package.json b/src/headless/package.json index ca3c1c7e4e..bf85bc3a2e 100644 --- a/src/headless/package.json +++ b/src/headless/package.json @@ -1,6 +1,6 @@ { "name": "@converse/headless", - "version": "10.1.1", + "version": "10.1.2", "description": "Converse.js Headless build", "author": { "name": "JC Brand",