Skip to content

Commit 0f8681d

Browse files
committed
Version Packages
1 parent c0db7a1 commit 0f8681d

File tree

20 files changed

+94
-30
lines changed

20 files changed

+94
-30
lines changed

.changeset/easy-ads-tan.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/swift-knives-try.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/azure-function-v3/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# azure-function-v3
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#269](https://github.com/pagopa/dx-playground/pull/269) [`0442312`](https://github.com/pagopa/dx-playground/commit/044231217596b285b8eab5d5af47e677e9c30af4) Thanks [@kin0992](https://github.com/kin0992)! - Upgrade Azure related dependencies
8+
9+
- [#280](https://github.com/pagopa/dx-playground/pull/280) [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901) Thanks [@kin0992](https://github.com/kin0992)! - Upgrade eslint package and fix formatting
10+
11+
- Updated dependencies [[`0442312`](https://github.com/pagopa/dx-playground/commit/044231217596b285b8eab5d5af47e677e9c30af4), [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]:
12+
- @to-do/azure-adapters@0.1.4
13+
- @to-do/domain@0.2.3
14+
315
## 0.3.1
416

517
### Patch Changes

apps/azure-function-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-function-v3",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"private": true,
66
"main": "./dist/main.js",

apps/test-durable-function/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# test-durable
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#269](https://github.com/pagopa/dx-playground/pull/269) [`0442312`](https://github.com/pagopa/dx-playground/commit/044231217596b285b8eab5d5af47e677e9c30af4) Thanks [@kin0992](https://github.com/kin0992)! - Upgrade Azure related dependencies
8+
9+
- [#280](https://github.com/pagopa/dx-playground/pull/280) [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901) Thanks [@kin0992](https://github.com/kin0992)! - Upgrade eslint package and fix formatting
10+
311
## 2.0.0
412

513
### Major Changes

apps/test-durable-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-durable-function",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"type": "module",
55
"private": true,
66
"description": "Azure Function to test TF module for Durable Functions",

apps/test-opex-api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# test-opex-api
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#280](https://github.com/pagopa/dx-playground/pull/280) [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901) Thanks [@kin0992](https://github.com/kin0992)! - Upgrade eslint package and fix formatting
8+
9+
- Updated dependencies [[`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]:
10+
11+

apps/test-opex-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-opex-api",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"private": true,
66
"description": "Test multiple OPEX API specs",

apps/to-do-api/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# to-do-api
22

3+
## 0.9.3
4+
5+
### Patch Changes
6+
7+
- [#269](https://github.com/pagopa/dx-playground/pull/269) [`0442312`](https://github.com/pagopa/dx-playground/commit/044231217596b285b8eab5d5af47e677e9c30af4) Thanks [@kin0992](https://github.com/kin0992)! - Upgrade Azure related dependencies
8+
9+
- [#280](https://github.com/pagopa/dx-playground/pull/280) [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901) Thanks [@kin0992](https://github.com/kin0992)! - Upgrade eslint package and fix formatting
10+
11+
- Updated dependencies [[`0442312`](https://github.com/pagopa/dx-playground/commit/044231217596b285b8eab5d5af47e677e9c30af4), [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]:
12+
- @to-do/azure-adapters@0.1.4
13+
14+
- @to-do/domain@0.2.3
15+
16+
317
## 0.9.2
418

519
### Patch Changes

apps/to-do-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "to-do-api",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"type": "module",
55
"private": true,
66
"description": "Azure Function REST API for To Do List",

0 commit comments

Comments
 (0)