JC Brand преди 4 години
родител
ревизия
76aa1ef3ec
променени са 3 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 3 1
      CHANGES.md
  2. 2 2
      RELEASE.md
  3. 1 1
      src/headless/converse-core.js

+ 3 - 1
CHANGES.md

@@ -1,5 +1,7 @@
 # Changelog
 
+## 7.0.1 (Unreleased)
+
 ## 7.0.0 (2020-11-18)
 
 *Note for plugin authors:*
@@ -37,7 +39,7 @@ Soon we'll deprecate the latter, so prepare now.
 - #2092: fixes room list update loop when having the `locked_muc_domain` truthy or `'hidden'`
 - #2285: Rename config option `muc_hats_from_vcard` to [muc_hats](https://conversejs.org/docs/html/configuration.html#muc-hats). Now accepts a list instead of a boolean and allows for more flexible choices regarding user badges.
 - #2300: Fix message reorder issue after message correction.
-- #2304: Custom emojis (stickers) images not shown 
+- #2304: Custom emojis (stickers) images not shown
 - #2307: BootstrapModal is not accessible to plugins
 - #2308: Allow getHats method to be overriden in the `overrides` object in plugins.
 - #2321: When Converse runs inside a browser extension, enable browser sync and local storage for persistent storage

+ 2 - 2
RELEASE.md

@@ -10,8 +10,8 @@
 8. Update https://conversejs.org
     * `cd /home/conversejs/converse.js`
     * `git clone --branch v7.0.0 git@github.com:conversejs/converse.js.git 7.0.0`
-    * `cd 7.0.0 && ASSET_PATH=https://cdn.conversejs.org/7.0.0/dist/ make dist`
-    * `cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist`
+    * `cd 7.0.0 && ASSET_PATH=https://cdn.conversejs.org/7.0.0/dist/ make dist && make doc`
+    * `cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc`
 9. Update release page on Github
 11. Run `npm publish && cd src/headless/ && npm publish`
 12. Update the repository on weblate

+ 1 - 1
src/headless/converse-core.js

@@ -268,7 +268,7 @@ export const _converse = {
 }
 
 
-_converse.VERSION_NAME = "v7.0.0";
+_converse.VERSION_NAME = "v7.0.1dev";
 
 Object.assign(_converse, Events);