Skip to content

Commit

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

### Bug Fixes

* Add apply changes ([f3e450a](f3e450a))
* add conditional profiles ([1e146c9](1e146c9))
* bump node-version for semantic release and change extra plugin @google/semantic-release-replace-plugin to jpoehnelt/semantic-release-replace-plugin ([1fb717b](1fb717b))
* bump semantic_version to 20 and cycjimmy/semantic-release-action to 3.4.2 ([f58270c](f58270c))
* bump semantic-release-replace-plugin ([39992eb](39992eb))
* change gunicorn log-level to info ([4420748](4420748))
* change jpoehnelt/semantic-release-replace-plugin to semantic-release-replace-plugin ([5d1dc3f](5d1dc3f))
* downgrade node in workflows ([d2a1a99](d2a1a99))
* downgrade semantic-release-action ([399726a](399726a))
* enable compound indices in profiles and configuration of hosts in the inventory using string address ([30f6d90](30f6d90))
* in .releaserc use semantic-release-replace-plugin and in ci-release.yaml semantic-release-replace-plugin@1.2.4 ([94bdc57](94bdc57))
* in .releaserc use semantic-release-replace-plugin and in ci-release.yaml semantic-release-replace-plugin@v1.2.4 ([a3122b5](a3122b5))
* refactor and add new tests for flask backend. ([a9dc102](a9dc102))
* refactor routes in flask, refactor InventoryList.jsx, change delete button in delete modal to primary, after deleting anything always display confiramtion, change label on the button in the inventory, add a unit to the polling frequency ([13e48d0](13e48d0))
* update __string_value_to_numeric method ([3f7bbdf](3f7bbdf))
* update node version in workflows ([052582c](052582c))
* update semantic-release-action version ([6604c8f](6604c8f))
* use @google/semantic-release-replace-plugin@1.2.0 plugin ([addccef](addccef))
* use @google/semantic-release-replace-plugin@1.2.5 plugin ([434da60](434da60))
* use @google/semantic-release-replace-plugin@v1.2.5 plugin ([7fbdedb](7fbdedb))
* use semantic-release-replace-plugin@1.2.0 ([9949783](9949783))
* use semantic-release-replace-plugin@v1.2.0 ([5d45a28](5d45a28))
  • Loading branch information
semantic-release-bot committed Jul 11, 2023
1 parent 9949783 commit 163a598
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.1"
__version__ = "1.0.0-beta.2"

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.1",
"version": "1.0.0-beta.2",
"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.1",
"version": "1.0.0-beta.2",
"license": "UNLICENSED",
"scripts": {
"build": "NODE_ENV=production webpack --bail --config demo/webpack.standalone.config.js",
Expand Down

0 comments on commit 163a598

Please sign in to comment.