Compare commits

..

No commits in common. "93688851a70c67a2820ad36d9ac7a86d1811281c" and "f18c63a109a81a756c0e125d6e54b09d36ce12b8" have entirely different histories.

6 changed files with 9 additions and 15 deletions

View File

@ -6,12 +6,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
## 2.7.2 (2024-10-08)
### Misc
- rebuild frontend client
- update dependencies
- update translations
## 2.7.1 (2024-09-18) ## 2.7.1 (2024-09-18)
### Misc ### Misc
- fix composer install in build script - fix composer install in build script

View File

@ -22,7 +22,7 @@ Developer wanted! If you have time it would be awesome if you could help to enha
*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.* *This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*
]]></description> ]]></description>
<version>2.7.2</version> <version>2.7.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="klaus@jsxc.org">Klaus Herberth</author> <author mail="klaus@jsxc.org">Klaus Herberth</author>
<namespace>BigBlueButton</namespace> <namespace>BigBlueButton</namespace>

View File

@ -1,7 +1,7 @@
{ {
"name": "@sualko/cloud_bbb", "name": "@sualko/cloud_bbb",
"description": "Nextcloud Integration for BigBlueButton", "description": "Nextcloud Integration for BigBlueButton",
"version": "2.7.2", "version": "2.7.1",
"author": "Klaus Herberth <klaus@jsxc.org>", "author": "Klaus Herberth <klaus@jsxc.org>",
"bugs": { "bugs": {
"url": "https://github.com/sualko/cloud_bbb/issues" "url": "https://github.com/sualko/cloud_bbb/issues"

View File

@ -74,15 +74,15 @@ async function createRelease(appId) {
console.log(composerDev.stdout, composerDev.stderr); console.log(composerDev.stdout, composerDev.stderr);
console.log('✔ composer dev dependencies installed'.green); console.log('✔ composer dev dependencies installed'.green);
await execa('yarn lint'); await execa('yarn', ['lint']);
console.log('✔ linters are happy'.green); console.log('✔ linters are happy'.green);
const composerNoDev = await execa('composer install --no-dev'); const composerNoDev = await execa('composer install --no-dev');
console.log(composerNoDev.stdout, composerNoDev.stderr); console.log(composerNoDev.stdout, composerNoDev.stderr);
console.log('✔ composer dependencies installed'.green); console.log('✔ composer dependencies installed'.green);
await execa('yarn build'); await execa('yarn', ['build']);
console.log('✔ webpack done'.green); console.log('✔ scripts built'.green);
await updateChangelog(); await updateChangelog();

View File

@ -250,7 +250,7 @@ async function run() {
await pull(); await pull();
console.log('✔ pulled latest changes'.green); console.log('✔ pulled latest changes'.green);
await execa('yarn composer:install:dev'); await execa('yarn', ['composer:install:dev']);
console.log('✔ composer dev dependencies installed'.green); console.log('✔ composer dev dependencies installed'.green);
await notAlreadyTagged(); await notAlreadyTagged();

View File

@ -2420,9 +2420,9 @@ camelcase@^5.3.1:
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
caniuse-lite@^1.0.30001317: caniuse-lite@^1.0.30001317:
version "1.0.30001667" version "1.0.30001425"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz"
integrity sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw== integrity sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==
caseless@~0.12.0: caseless@~0.12.0:
version "0.12.0" version "0.12.0"