Browse Source

Postrelease

JC Brand 4 năm trước cách đây
mục cha
commit
357b6406e2
3 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 0
      CHANGES.md
  2. 1 1
      RELEASE.md
  3. 1 1
      src/headless/converse-core.js

+ 1 - 0
CHANGES.md

@@ -4,6 +4,7 @@
 
 - Updated translations: de, nb, gl, tr
 - Still more necessary files not included in the 7.0.1 NPM package, causing `Module not found` errors.
+- #2337: Newly opened headline chat isn't hidden by default
 
 ## 7.0.1 (2020-11-19)
 

+ 1 - 1
RELEASE.md

@@ -7,7 +7,7 @@
 5. Do a quick manual test with the `dist` files (via `index.html`)
 6. `git commit -am "Release 7.0.2"`
 7. `git tag -s v7.0.2 -m "Release 7.0.2"`
-8. Run `git push && git push --tags`
+8. Run `git push && git push origin v7.0.2`
 9. Update https://conversejs.org
     * `cd /home/conversejs/converse.js`
     * `git clone --branch v7.0.2 git@github.com:conversejs/converse.js.git 7.0.2`

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

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