changelod updated

This commit is contained in:
Candido Sales Gomes 2024-08-05 11:10:31 -04:00
parent 6a012d290e
commit 5315fb201d
2 changed files with 25 additions and 1 deletions

View File

@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.12] - 2024-08-05
### Added
- **✨ Migrated to SvelteKit 2**: Added visuals for model selection, including images next to model names for more intuitive navigation.
### Changed
- **⬆️ Dependency Updates**
- Added '@sveltejs/vite-plugin-svelte'.
- Upgraded '@sveltejs/adapter-auto' from version 2.0.0 to 3.2.2.
- Upgraded '@sveltejs/adapter-static' from version 2.0.3 to 3.0.2.
- Upgraded '@sveltejs/kit' from version 1.30.0 to 2.5.20.
- Upgraded '@tailwindcss/typography' from version 0.5.10 to 0.5.13.
- Upgraded 'eslint-config-prettier' from version 8.5.0 to 9.1.0.
- Upgraded 'eslint-plugin-cypress' from version 3.0.2 to 3.4.0.
- Upgraded 'eslint-plugin-svelte' from version 2.30.0 to 2.43.0.
- Upgraded 'prettier' from version 2.8.0 to 3.3.3.
- Upgraded 'prettier-plugin-svelte' from version 2.10.1 to 3.2.6.
- Upgraded 'svelte' from version 4.0.5 to 4.2.18.
- Upgraded 'svelte-check' from version 3.4.3 to 3.8.5.
- Upgraded 'typescript' from version 5.0.0 to 5.5.4.
- Upgraded 'vite' from version 4.4.2 to 5.3.5.
## [0.3.11] - 2024-08-02
### Added

View File

@ -1,6 +1,6 @@
{
"name": "open-webui",
"version": "0.3.11",
"version": "0.3.12",
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",