Skip to content

Commit fcec7c3

Browse files
chore(release): 1.1.2-beta.2
## [1.1.2-beta.2](v1.1.2-beta.1...v1.1.2-beta.2) (2025-12-09) ### Bug Fixes * add mongodb ha env variables and remove waits ([c8f1ac3](c8f1ac3)) * add wait for mongodb ([e66bf29](e66bf29)) * add wait for mongodb ([7865bfd](7865bfd)) * refactor construct script ([8a009ea](8a009ea)) * update script with mongodb connection string ([1f8b015](1f8b015))
1 parent 1f8b015 commit fcec7c3

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.1"
15+
__version__ = "1.1.2-beta.2"
1616

1717
MONGO_URI = os.getenv("MONGO_URI")
1818

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.1",
3+
"version": "1.1.2-beta.2",
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.1",
3+
"version": "1.1.2-beta.2",
44
"license": "UNLICENSED",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --bail --config demo/webpack.standalone.config.js",

0 commit comments

Comments
 (0)