Compare commits

...

4 Commits

Author SHA1 Message Date
sualko 93688851a7
release: 2.7.2 🎉 2024-10-08 15:48:32 +02:00
sualko 6395b36926 chore: fix release scripts 2024-10-08 15:46:02 +02:00
sualko a4eff086a8 docs: update change log 2024-10-08 15:37:42 +02:00
sualko d8fb52b2b0 chore: update can i use db 2024-10-08 15:35:09 +02:00
6 changed files with 15 additions and 9 deletions

View File

@ -6,6 +6,12 @@ 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.1</version> <version>2.7.2</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.1", "version": "2.7.2",
"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('✔ scripts built'.green); console.log('✔ webpack done'.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.30001425" version "1.0.30001667"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz" resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz"
integrity sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw== integrity sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==
caseless@~0.12.0: caseless@~0.12.0:
version "0.12.0" version "0.12.0"