diff --git a/.changeset/khaki-buses-try.md b/.changeset/khaki-buses-try.md deleted file mode 100644 index d7b76cd..0000000 --- a/.changeset/khaki-buses-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@infra/resources": minor ---- - -[CES-641] Create `tasks` CosmosDB Container diff --git a/.changeset/weak-scissors-sin.md b/.changeset/weak-scissors-sin.md deleted file mode 100644 index 26e2668..0000000 --- a/.changeset/weak-scissors-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"to-do-api": patch ---- - -[CES-641] Add `COSMOSDB_TASKS_CONTAINER_NAME` environment variable to the Azure Function diff --git a/apps/to-do-api/CHANGELOG.md b/apps/to-do-api/CHANGELOG.md index 9a6ba1a..0cef34e 100644 --- a/apps/to-do-api/CHANGELOG.md +++ b/apps/to-do-api/CHANGELOG.md @@ -1,5 +1,11 @@ # to-do-api +## 0.1.1 + +### Patch Changes + +- 60f49c6: [CES-641] Add `COSMOSDB_TASKS_CONTAINER_NAME` environment variable to the Azure Function + ## 0.1.0 ### Minor Changes diff --git a/apps/to-do-api/package.json b/apps/to-do-api/package.json index e8b7576..d31c87c 100644 --- a/apps/to-do-api/package.json +++ b/apps/to-do-api/package.json @@ -1,6 +1,6 @@ { "name": "to-do-api", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "description": "Azure Function REST API for To Do List", "license": "MIT", diff --git a/infra/resources/CHANGELOG.md b/infra/resources/CHANGELOG.md index 3d90f23..884ba96 100644 --- a/infra/resources/CHANGELOG.md +++ b/infra/resources/CHANGELOG.md @@ -1,5 +1,11 @@ # @infra/resources +## 0.4.0 + +### Minor Changes + +- 60f49c6: [CES-641] Create `tasks` CosmosDB Container + ## 0.3.0 ### Minor Changes diff --git a/infra/resources/package.json b/infra/resources/package.json index 641a107..c9d2e96 100644 --- a/infra/resources/package.json +++ b/infra/resources/package.json @@ -1,5 +1,5 @@ { "name": "@infra/resources", "private": true, - "version": "0.3.0" + "version": "0.4.0" }