Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #54

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/khaki-buses-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-scissors-sin.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/to-do-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/to-do-api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions infra/resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @infra/resources

## 0.4.0

### Minor Changes

- 60f49c6: [CES-641] Create `tasks` CosmosDB Container

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion infra/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@infra/resources",
"private": true,
"version": "0.3.0"
"version": "0.4.0"
}
Loading