Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
357b6406
Commit
357b6406
authored
Nov 23, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Postrelease
parent
db1905fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGES.md
CHANGES.md
+1
-0
RELEASE.md
RELEASE.md
+1
-1
src/headless/converse-core.js
src/headless/converse-core.js
+1
-1
No files found.
CHANGES.md
View file @
357b6406
...
...
@@ -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)
...
...
RELEASE.md
View file @
357b6406
...
...
@@ -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`
...
...
src/headless/converse-core.js
View file @
357b6406
...
...
@@ -268,7 +268,7 @@ export const _converse = {
}
_converse
.
VERSION_NAME
=
"
v7.0.
2
"
;
_converse
.
VERSION_NAME
=
"
v7.0.
3dev
"
;
Object
.
assign
(
_converse
,
Events
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment