Skip to content

Commit 4ddd636

Browse files
fix: axios and qs package bump (#107)
* fix: axios and qs package bump (#106) * chore(release): 1.2.2-beta.1 ## [1.2.2-beta.1](v1.2.1...v1.2.2-beta.1) (2026-06-29) ### Bug Fixes * axios and qs package bump ([#106](#106)) ([12f5518](12f5518)) --------- Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com>
1 parent 6bbbd14 commit 4ddd636

6 files changed

Lines changed: 86 additions & 24592 deletions

File tree

backend/SC4SNMP_UI_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
load_dotenv()
1818

19-
__version__ = "1.2.1"
19+
__version__ = "1.2.2-beta.1"
2020

2121
MONGO_URI = os.getenv("MONGO_URI")
2222
log = logging.getLogger('gunicorn.error')

frontend/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.2.1",
3+
"version": "1.2.2-beta.1",
44
"command": {
55
"publish": {
66
"ignoreChanges": ["*.md"]

0 commit comments

Comments
 (0)