diff --git a/.changeset/easy-ads-tan.md b/.changeset/easy-ads-tan.md deleted file mode 100644 index 821658fa..00000000 --- a/.changeset/easy-ads-tan.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@to-do/azure-adapters": patch -"test-durable-function": patch -"azure-function-v3": patch -"to-do-api": patch ---- - -Upgrade Azure related dependencies diff --git a/.changeset/solid-knives-tickle.md b/.changeset/solid-knives-tickle.md deleted file mode 100644 index 681921c4..00000000 --- a/.changeset/solid-knives-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cdktf-monitoring-stack": patch ---- - -Add missing `@types/node` dependency diff --git a/.changeset/swift-knives-try.md b/.changeset/swift-knives-try.md deleted file mode 100644 index f0772567..00000000 --- a/.changeset/swift-knives-try.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"cdktf-monitoring-stack": patch -"@to-do/azure-adapters": patch -"test-durable-function": patch -"azure-function-v3": patch -"@to-do/domain": patch -"opex-common": patch -"test-opex-api": patch -"to-do-webapp": patch -"to-do-api": patch ---- - -Upgrade eslint package and fix formatting diff --git a/apps/azure-function-v3/CHANGELOG.md b/apps/azure-function-v3/CHANGELOG.md index 9b996b3b..a22c7704 100644 --- a/apps/azure-function-v3/CHANGELOG.md +++ b/apps/azure-function-v3/CHANGELOG.md @@ -1,5 +1,17 @@ # azure-function-v3 +## 0.3.2 + +### Patch Changes + +- [#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 + +- [#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 + +- Updated dependencies [[`0442312`](https://github.com/pagopa/dx-playground/commit/044231217596b285b8eab5d5af47e677e9c30af4), [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]: + - @to-do/azure-adapters@0.1.4 + - @to-do/domain@0.2.3 + ## 0.3.1 ### Patch Changes diff --git a/apps/azure-function-v3/package.json b/apps/azure-function-v3/package.json index e1c3fc61..5ecf387f 100644 --- a/apps/azure-function-v3/package.json +++ b/apps/azure-function-v3/package.json @@ -1,6 +1,6 @@ { "name": "azure-function-v3", - "version": "0.3.1", + "version": "0.3.2", "type": "module", "private": true, "main": "./dist/main.js", diff --git a/apps/test-durable-function/CHANGELOG.md b/apps/test-durable-function/CHANGELOG.md index fa2f1584..807d20b8 100644 --- a/apps/test-durable-function/CHANGELOG.md +++ b/apps/test-durable-function/CHANGELOG.md @@ -1,5 +1,13 @@ # test-durable +## 2.0.1 + +### Patch Changes + +- [#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 + +- [#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 + ## 2.0.0 ### Major Changes diff --git a/apps/test-durable-function/package.json b/apps/test-durable-function/package.json index 938aa16a..1cb94a66 100644 --- a/apps/test-durable-function/package.json +++ b/apps/test-durable-function/package.json @@ -1,6 +1,6 @@ { "name": "test-durable-function", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "private": true, "description": "Azure Function to test TF module for Durable Functions", diff --git a/apps/test-opex-api/CHANGELOG.md b/apps/test-opex-api/CHANGELOG.md new file mode 100644 index 00000000..8f780e7f --- /dev/null +++ b/apps/test-opex-api/CHANGELOG.md @@ -0,0 +1,11 @@ +# test-opex-api + +## 0.1.1 + +### Patch Changes + +- [#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 + +- Updated dependencies [[`c8dd737`](https://github.com/pagopa/dx-playground/commit/c8dd7375b68ad3327658a80402506a88c8c2e3ae), [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]: + - cdktf-monitoring-stack@1.0.1 + - opex-common@1.0.1 diff --git a/apps/test-opex-api/package.json b/apps/test-opex-api/package.json index 8f056ef0..ec3074a7 100644 --- a/apps/test-opex-api/package.json +++ b/apps/test-opex-api/package.json @@ -1,6 +1,6 @@ { "name": "test-opex-api", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "private": true, "description": "Test multiple OPEX API specs", diff --git a/apps/to-do-api/CHANGELOG.md b/apps/to-do-api/CHANGELOG.md index 6dc018a8..9d7fdbf2 100644 --- a/apps/to-do-api/CHANGELOG.md +++ b/apps/to-do-api/CHANGELOG.md @@ -1,5 +1,19 @@ # to-do-api +## 0.9.3 + +### Patch Changes + +- [#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 + +- [#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 + +- Updated dependencies [[`0442312`](https://github.com/pagopa/dx-playground/commit/044231217596b285b8eab5d5af47e677e9c30af4), [`c8dd737`](https://github.com/pagopa/dx-playground/commit/c8dd7375b68ad3327658a80402506a88c8c2e3ae), [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]: + - @to-do/azure-adapters@0.1.4 + - cdktf-monitoring-stack@1.0.1 + - @to-do/domain@0.2.3 + - opex-common@1.0.1 + ## 0.9.2 ### Patch Changes diff --git a/apps/to-do-api/package.json b/apps/to-do-api/package.json index 7aa4212b..02d10238 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.9.2", + "version": "0.9.3", "type": "module", "private": true, "description": "Azure Function REST API for To Do List", diff --git a/apps/to-do-webapp/CHANGELOG.md b/apps/to-do-webapp/CHANGELOG.md index 5c369537..cf21af61 100644 --- a/apps/to-do-webapp/CHANGELOG.md +++ b/apps/to-do-webapp/CHANGELOG.md @@ -1,5 +1,11 @@ # to-do-webapp +## 0.3.13 + +### Patch Changes + +- [#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 + ## 0.3.12 ### Patch Changes diff --git a/apps/to-do-webapp/package.json b/apps/to-do-webapp/package.json index 76bd2f81..913ec95e 100644 --- a/apps/to-do-webapp/package.json +++ b/apps/to-do-webapp/package.json @@ -1,6 +1,6 @@ { "name": "to-do-webapp", - "version": "0.3.12", + "version": "0.3.13", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/packages/cdktf-monitoring-stack/CHANGELOG.md b/packages/cdktf-monitoring-stack/CHANGELOG.md new file mode 100644 index 00000000..fefcd377 --- /dev/null +++ b/packages/cdktf-monitoring-stack/CHANGELOG.md @@ -0,0 +1,9 @@ +# cdktf-monitoring-stack + +## 1.0.1 + +### Patch Changes + +- [#307](https://github.com/pagopa/dx-playground/pull/307) [`c8dd737`](https://github.com/pagopa/dx-playground/commit/c8dd7375b68ad3327658a80402506a88c8c2e3ae) Thanks [@kin0992](https://github.com/kin0992)! - Add missing `@types/node` dependency + +- [#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 diff --git a/packages/cdktf-monitoring-stack/package.json b/packages/cdktf-monitoring-stack/package.json index dab95148..594446ce 100644 --- a/packages/cdktf-monitoring-stack/package.json +++ b/packages/cdktf-monitoring-stack/package.json @@ -1,6 +1,6 @@ { "name": "cdktf-monitoring-stack", - "version": "1.0.0", + "version": "1.0.1", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/opex-common/CHANGELOG.md b/packages/opex-common/CHANGELOG.md new file mode 100644 index 00000000..276df471 --- /dev/null +++ b/packages/opex-common/CHANGELOG.md @@ -0,0 +1,10 @@ +# opex-common + +## 1.0.1 + +### Patch Changes + +- [#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 + +- Updated dependencies [[`c8dd737`](https://github.com/pagopa/dx-playground/commit/c8dd7375b68ad3327658a80402506a88c8c2e3ae), [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]: + - cdktf-monitoring-stack@1.0.1 diff --git a/packages/opex-common/package.json b/packages/opex-common/package.json index fce99427..ae534544 100644 --- a/packages/opex-common/package.json +++ b/packages/opex-common/package.json @@ -1,6 +1,6 @@ { "name": "opex-common", - "version": "1.0.0", + "version": "1.0.1", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/to-do-azure-adapters/CHANGELOG.md b/packages/to-do-azure-adapters/CHANGELOG.md index 2d675537..c0260999 100644 --- a/packages/to-do-azure-adapters/CHANGELOG.md +++ b/packages/to-do-azure-adapters/CHANGELOG.md @@ -1,5 +1,16 @@ # @to-do/azure-adapters +## 0.1.4 + +### Patch Changes + +- [#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 + +- [#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 + +- Updated dependencies [[`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]: + - @to-do/domain@0.2.3 + ## 0.1.3 ### Patch Changes diff --git a/packages/to-do-azure-adapters/package.json b/packages/to-do-azure-adapters/package.json index 262d5499..167008b0 100644 --- a/packages/to-do-azure-adapters/package.json +++ b/packages/to-do-azure-adapters/package.json @@ -1,6 +1,6 @@ { "name": "@to-do/azure-adapters", - "version": "0.1.3", + "version": "0.1.4", "private": true, "type": "module", "exports": { diff --git a/packages/to-do-domain/CHANGELOG.md b/packages/to-do-domain/CHANGELOG.md index a2a00ac7..cf510419 100644 --- a/packages/to-do-domain/CHANGELOG.md +++ b/packages/to-do-domain/CHANGELOG.md @@ -1,5 +1,11 @@ # @to-do/domain +## 0.2.3 + +### Patch Changes + +- [#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 + ## 0.2.2 ### Patch Changes diff --git a/packages/to-do-domain/package.json b/packages/to-do-domain/package.json index 34c78abc..970d6509 100644 --- a/packages/to-do-domain/package.json +++ b/packages/to-do-domain/package.json @@ -1,6 +1,6 @@ { "name": "@to-do/domain", - "version": "0.2.2", + "version": "0.2.3", "private": true, "main": "dist/index.js", "type": "module",