🔖(release) release 1.0.1

Patch several accessibility issues.
This commit is contained in:
lebaudantoine
2025-12-17 17:30:44 +01:00
committed by aleb_the_flash
parent 90c0442d35
commit dcdae26610
10 changed files with 15 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
and this project adheres to and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [1.0.1] - 2025-12-17
### Changed ### Changed
@@ -16,3 +16,5 @@ and this project adheres to
- ♿(frontend) indicate external link opens in new window on feedback #816 - ♿(frontend) indicate external link opens in new window on feedback #816
- ♿(frontend) fix heading level in modal to maintain semantic hierarchy #815 - ♿(frontend) fix heading level in modal to maintain semantic hierarchy #815
- ♿️(frontend) Improve focus management when opening and closing chat #807 - ♿️(frontend) Improve focus management when opening and closing chat #807
## [Unreleased]

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "agents" name = "agents"
version = "1.0.0" version = "1.0.1"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"livekit-agents==1.2.18", "livekit-agents==1.2.18",

View File

@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "meet" name = "meet"
version = "1.0.0" version = "1.0.1"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }] authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",

View File

@@ -1,12 +1,12 @@
{ {
"name": "meet", "name": "meet",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "meet", "name": "meet",
"version": "1.0.0", "version": "1.0.1",
"dependencies": { "dependencies": {
"@livekit/components-react": "2.9.13", "@livekit/components-react": "2.9.13",
"@livekit/components-styles": "1.1.6", "@livekit/components-styles": "1.1.6",

View File

@@ -1,7 +1,7 @@
{ {
"name": "meet", "name": "meet",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "panda codegen && vite", "dev": "panda codegen && vite",

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
{ {
"name": "sdk", "name": "sdk",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sdk", "name": "sdk",
"version": "1.0.0", "version": "1.0.1",
"license": "ISC", "license": "ISC",
"workspaces": [ "workspaces": [
"./library", "./library",

View File

@@ -1,6 +1,6 @@
{ {
"name": "sdk", "name": "sdk",
"version": "1.0.0", "version": "1.0.1",
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"description": "", "description": "",

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "summary" name = "summary"
version = "1.0.0" version = "1.0.1"
dependencies = [ dependencies = [
"fastapi[standard]>=0.105.0", "fastapi[standard]>=0.105.0",
"uvicorn>=0.24.0", "uvicorn>=0.24.0",