Bump version 10.0.0
This commit is contained in:
parent
b3bc190969
commit
8518292900
@ -1,8 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
TODO: tag custom ConverseJS, and update build-conversejs.sh.
|
## 10.0.0
|
||||||
|
|
||||||
## 10.0.0 (Not Released Yet)
|
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ set -x
|
|||||||
CONVERSE_VERSION="v10.1.6"
|
CONVERSE_VERSION="v10.1.6"
|
||||||
CONVERSE_REPO="https://github.com/conversejs/converse.js.git"
|
CONVERSE_REPO="https://github.com/conversejs/converse.js.git"
|
||||||
# You can eventually set CONVERSE_COMMIT to a specific commit ID, if you want to apply some patches.
|
# You can eventually set CONVERSE_COMMIT to a specific commit ID, if you want to apply some patches.
|
||||||
CONVERSE_COMMIT="821b41e189b25316b9a044cb41ecc9b3f1910172"
|
CONVERSE_COMMIT=""
|
||||||
|
|
||||||
# 2014-01-16: we are using a custom version, to wait for some PR to be apply upstream.
|
# 2014-01-16: we are using a custom version, to wait for some PR to be apply upstream.
|
||||||
# This version includes following changes:
|
# This version includes following changes:
|
||||||
@ -32,8 +32,8 @@ CONVERSE_COMMIT="821b41e189b25316b9a044cb41ecc9b3f1910172"
|
|||||||
# - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize.
|
# - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize.
|
||||||
# - Destroy room: remove the challenge, and the new JID
|
# - Destroy room: remove the challenge, and the new JID
|
||||||
# - New config option [colorize_username](https://conversejs.org/docs/html/configuration.html#colorize_username)
|
# - New config option [colorize_username](https://conversejs.org/docs/html/configuration.html#colorize_username)
|
||||||
CONVERSE_VERSION="livechat-9.0.0"
|
CONVERSE_VERSION="livechat-10.0.0"
|
||||||
# CONVERSE_COMMIT="9d0794974fe77e1a3a1de4585ab4d1f0a373f269"
|
# CONVERSE_COMMIT="821b41e189b25316b9a044cb41ecc9b3f1910172"
|
||||||
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
|
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
|
||||||
|
|
||||||
rootdir="$(pwd)"
|
rootdir="$(pwd)"
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-plugin-livechat",
|
"name": "peertube-plugin-livechat",
|
||||||
"version": "9.0.3",
|
"version": "10.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "peertube-plugin-livechat",
|
"name": "peertube-plugin-livechat",
|
||||||
"version": "9.0.3",
|
"version": "10.0.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xmpp/jid": "^0.13.1",
|
"@xmpp/jid": "^0.13.1",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-plugin-livechat",
|
"name": "peertube-plugin-livechat",
|
||||||
"description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...",
|
"description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...",
|
||||||
"version": "9.0.3",
|
"version": "10.0.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John Livingston",
|
"name": "John Livingston",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user