Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2024-05-27)

### Features

* Release ([#87](#87)) ([c1fcd29](c1fcd29)), closes [#71](#71) [#72](#72) [#70](#70) [#68](#68) [#69](#69) [#71](#71) [#72](#72) [#73](#73) [#77](#77) [#77](#77) [#78](#78) [#79](#79) [#80](#80) [#79](#79) [#80](#80) [#77](#77) [#79](#79) [#80](#80) [#71](#71) [#72](#72) [#86](#86)
  • Loading branch information
srv-rr-github-token committed May 27, 2024
1 parent c1fcd29 commit b71cfa0
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.1.0-beta.1"
__version__ = "1.1.0"

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

0 comments on commit b71cfa0

Please sign in to comment.