Skip to content

Commit 9c7cc0c

Browse files
chore(release): 1.1.2-beta.3
## [1.1.2-beta.3](v1.1.2-beta.2...v1.1.2-beta.3) (2025-12-22) ### Bug Fixes * add fallback ([db6aa3a](db6aa3a)) * add fallback for connection strings ([1011453](1011453)) * add loggin level ([31eba9c](31eba9c)) * fix logging issues ([11da9c9](11da9c9)) * if condition ([4c479ff](4c479ff)) * update changelog ([4e6296a](4e6296a))
1 parent 1011453 commit 9c7cc0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/SC4SNMP_UI_backend/__init__.py

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

1313
load_dotenv()
1414

15-
__version__ = "1.1.2-beta.2"
15+
__version__ = "1.1.2-beta.3"
1616

1717
MONGO_URI = os.getenv("MONGO_URI")
1818
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
"lerna": "^6.6.2",
3-
"version": "1.1.2-beta.2",
3+
"version": "1.1.2-beta.3",
44
"command": {
55
"publish": {
66
"ignoreChanges": ["*.md"]

frontend/packages/manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/manager",
3-
"version": "1.1.2-beta.2",
3+
"version": "1.1.2-beta.3",
44
"license": "UNLICENSED",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --bail --config demo/webpack.standalone.config.js",

0 commit comments

Comments
 (0)