Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.4
Browse files Browse the repository at this point in the history
# [1.0.0-beta.4](v1.0.0-beta.3...v1.0.0-beta.4) (2023-07-27)

### Bug Fixes

* add warnings when deleting groups or profiles which are configured in the inventory. No frequency configuration for walk profiles. Default number of presented items changed to 20. ([8a6cb01](8a6cb01))
* save mongo configuration to values.yaml ([fb615f6](fb615f6))
  • Loading branch information
semantic-release-bot committed Jul 27, 2023
1 parent 50c6136 commit 4e668b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/SC4SNMP_UI_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

load_dotenv()

__version__ = "1.0.0-beta.3"
__version__ = "1.0.0-beta.4"

MONGO_URI = os.getenv("MONGO_URI")
mongo_client = MongoClient(MONGO_URI)
Expand Down
2 changes: 1 addition & 1 deletion frontend/lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "^6.6.2",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"command": {
"publish": {
"ignoreChanges": ["*.md"]
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/manager",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "UNLICENSED",
"scripts": {
"build": "NODE_ENV=production webpack --bail --config demo/webpack.standalone.config.js",
Expand Down

0 comments on commit 4e668b1

Please sign in to comment.