Skip to content

Commit

Permalink
chore(release): 1.0.3-beta.1
Browse files Browse the repository at this point in the history
## [1.0.3-beta.1](v1.0.2...v1.0.3-beta.1) (2024-05-23)

### Bug Fixes

* add error handling ([#77](#77)) ([1f6f60b](1f6f60b))
* docker release tag ([#79](#79)) ([2d3611f](2d3611f))
* docker release tag ([#80](#80)) ([fce9a78](fce9a78))
* update semantic release ([#71](#71)) ([d0eefe3](d0eefe3))
* update semantic release ([#72](#72)) ([88aa126](88aa126))
  • Loading branch information
srv-rr-github-token committed May 23, 2024
1 parent 05be145 commit 0f561d2
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.2-beta.4"
__version__ = "1.0.3-beta.1"

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

0 comments on commit 0f561d2

Please sign in to comment.