🔖(minor) bump release to 0.1.34

- refactor pre-join screen
- handle permission errors
- add advanced admin controls over meeting
- display raised hand order
- add video settings
- add quick access video / microphone settings
- fix crisp regression
This commit is contained in:
lebaudantoine
2025-09-08 22:17:13 +02:00
committed by aleb_the_flash
parent a02cd26044
commit 9565e7a5d2
8 changed files with 11 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "mail_mjml",
"version": "0.1.33",
"version": "0.1.34",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mail_mjml",
"version": "0.1.33",
"version": "0.1.34",
"license": "MIT",
"dependencies": {
"@html-to/text-cli": "0.5.4",

View File

@@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "0.1.33",
"version": "0.1.34",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {