Skip to content

Commit 5029526

Browse files
chore(release): 1.2.0-beta.2
# [1.2.0-beta.2](v1.2.0-beta.1...v1.2.0-beta.2) (2026-04-29) ### Bug Fixes * dependency update ([#101](#101)) ([6d0c579](6d0c579))
1 parent 6d0c579 commit 5029526

3 files changed

Lines changed: 3 additions & 3 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.0-beta.1"
19+
__version__ = "1.2.0-beta.2"
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.0-beta.1",
3+
"version": "1.2.0-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.2.0-beta.1",
3+
"version": "1.2.0-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)