From ff4bd257a44430c6fe26398e0b2f9d7c3f0d0b53 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Aug 2023 00:52:29 +0000 Subject: [PATCH 1/3] chore(release): 2.11.1 [skip ci] ## [2.11.1](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.11.0...v2.11.1) (2023-08-04) ### Bug Fixes * **python:** fixed bug that was introduced in the previous relesase ([8ef1d3a](https://github.com/atlas-bi/atlas-automation-hub/commit/8ef1d3a3ebdaab549ab200e2062e7e07a57da1eb)) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index e5c3d77d..6ceb272e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.11.1-alpha.1 +2.11.1 diff --git a/package.json b/package.json index b0f7bffd..f2d60a5f 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,5 @@ "test:lint": "poetry run tox -e lint", "test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\"" }, - "version": "2.11.1-alpha.1" + "version": "2.11.1" } diff --git a/pyproject.toml b/pyproject.toml index fb51619c..31afe168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ packages = [ ] readme = "readme.md" repository = "https://github.com/atlas-bi/Hub" -version = "2.11.1-alpha.1" +version = "2.11.1" [tool.poetry.dependencies] Flask = "^2.0.1" From 1af2c3d5022bf59d1269259d22b8d2e7a964937a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Sep 2023 06:42:03 +0000 Subject: [PATCH 2/3] chore(release): 2.12.0-alpha.1 [skip ci] # [2.12.0-alpha.1](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.11.1-alpha.1...v2.12.0-alpha.1) (2023-09-19) ### Bug Fixes * **config:** prevented error when opt config values where missing. Updated python output to ([a08d1d5](https://github.com/atlas-bi/atlas-automation-hub/commit/a08d1d58b235b4472ef0792acc9a16b2eeca0f31)) * **docs:** fixed link to docs in navbar ([aa20bac](https://github.com/atlas-bi/atlas-automation-hub/commit/aa20bac9c818c302d823a8e796799c540e3ca98f)) * **python:** fixed issue where files created by python script were not used as the source ([891d519](https://github.com/atlas-bi/atlas-automation-hub/commit/891d519fb045c197bddef112ed782392c2157ec4)), closes [#423](https://github.com/atlas-bi/atlas-automation-hub/issues/423) * **strftime links:** fixed links to strftime documentation ([a481e4d](https://github.com/atlas-bi/atlas-automation-hub/commit/a481e4daf0e073142c108e43c92b7cfe29204381)), closes [#280](https://github.com/atlas-bi/atlas-automation-hub/issues/280) * **task:** fixed missing fields on new task page ([e96882a](https://github.com/atlas-bi/atlas-automation-hub/commit/e96882a7f24f6b3ba598f2e31bf57995afdecc36)), closes [#416](https://github.com/atlas-bi/atlas-automation-hub/issues/416) * **version check:** fixed version check on admin page ([d374f12](https://github.com/atlas-bi/atlas-automation-hub/commit/d374f12eba7d581868da7f8fca1073f1fc412ce8)), closes [#63](https://github.com/atlas-bi/atlas-automation-hub/issues/63) ### Features * **features:** multiple new features and bug fixes, mainly from [@paysni](https://github.com/paysni) at Valley Health ([bab702f](https://github.com/atlas-bi/atlas-automation-hub/commit/bab702fc7ebee2f684616c1aac7c6e84fe0b1f1e)) * **smb:** improved smb code for file downloads ([7f27b1c](https://github.com/atlas-bi/atlas-automation-hub/commit/7f27b1c062a15ea4cf8b9308a5e3385ba97db66b)) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index e5c3d77d..8127a73d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.11.1-alpha.1 +2.12.0-alpha.1 diff --git a/package.json b/package.json index 99690b97..69ec95c0 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,5 @@ "test:lint": "poetry run tox -e lint", "test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\"" }, - "version": "2.11.1-alpha.1" + "version": "2.12.0-alpha.1" } diff --git a/pyproject.toml b/pyproject.toml index d8de18b0..6e4be22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ packages = [ ] readme = "readme.md" repository = "https://github.com/atlas-bi/Hub" -version = "2.11.1-alpha.1" +version = "2.12.0-alpha.1" [tool.poetry.dependencies] Flask = "^2.0.1" From 4408c5f8f43df034eda53e656a99492297ccff8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Sep 2023 07:51:46 +0000 Subject: [PATCH 3/3] chore(release): 2.12.0-alpha.2 [skip ci] # [2.12.0-alpha.2](https://github.com/atlas-bi/atlas-automation-hub/compare/v2.12.0-alpha.1...v2.12.0-alpha.2) (2023-09-19) ### Bug Fixes * **toml:** added tomli library for os which are missing tomlib ([ec73739](https://github.com/atlas-bi/atlas-automation-hub/commit/ec7373909e45d556eccf23520be20d701e84661b)) --- .version | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 6ceb272e..3473ef29 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.11.1 +2.12.0-alpha.2 diff --git a/package.json b/package.json index 0b102694..4b96e332 100644 --- a/package.json +++ b/package.json @@ -80,5 +80,5 @@ "test:lint": "poetry run tox -e lint", "test:prettier": "prettier --check --config .prettierrc \"web/**/*.{ts,css,less,scss,js,json,md,yaml,html}\"" }, - "version": "2.11.1" + "version": "2.12.0-alpha.2" } diff --git a/pyproject.toml b/pyproject.toml index f0c01e42..fb68803e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ packages = [ ] readme = "readme.md" repository = "https://github.com/atlas-bi/Hub" -version = "2.11.1" +version = "2.12.0-alpha.2" [tool.poetry.dependencies] Flask = "^2.0.1"