chore(main): release 1.33.0

This commit is contained in:
github-actions[bot]
2026-03-13 03:18:29 +00:00
committed by GitHub
parent 46ea9067e2
commit 5f8583b587
3 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# Changelog # Changelog
## [1.33.0](https://github.com/BEDOLAGA-DEV/bedolaga-cabinet/compare/v1.32.0...v1.33.0) (2026-03-13)
### Features
* add LIMITED subscription status support with traffic-exhausted UX ([b4f9f33](https://github.com/BEDOLAGA-DEV/bedolaga-cabinet/commit/b4f9f332cf714717ed52cd18a82af9d2feb22416))
### Performance Improvements
* lazy-load locale files per language instead of bundling all ([9ae9ccc](https://github.com/BEDOLAGA-DEV/bedolaga-cabinet/commit/9ae9cccbd96408c05f70163b50a63d7a33061a75))
## [1.32.0](https://github.com/BEDOLAGA-DEV/bedolaga-cabinet/compare/v1.31.0...v1.32.0) (2026-03-12) ## [1.32.0](https://github.com/BEDOLAGA-DEV/bedolaga-cabinet/compare/v1.31.0...v1.32.0) (2026-03-12)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "cabinet-frontend", "name": "cabinet-frontend",
"version": "1.32.0", "version": "1.33.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cabinet-frontend", "name": "cabinet-frontend",
"version": "1.32.0", "version": "1.33.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",

View File

@@ -1,7 +1,7 @@
{ {
"name": "cabinet-frontend", "name": "cabinet-frontend",
"private": true, "private": true,
"version": "1.32.0", "version": "1.33.0",
"description": "Remnawave Bedolaga Web App", "description": "Remnawave Bedolaga Web App",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"type": "module", "type": "module",