mirror of https://github.com/open-webui/open-webui
revert files
This commit is contained in:
parent
b289eef523
commit
4105c9735e
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -5,30 +5,6 @@ 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**: Significant improvements in performance and simplification of state management.
|
||||
|
||||
### 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "open-webui",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.11",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run pyodide:fetch && vite dev --host",
|
||||
|
|
Loading…
Reference in New Issue