Skip to content
Open
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
8 changes: 0 additions & 8 deletions .changeset/easy-ads-tan.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/swift-knives-try.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/azure-function-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @to-do/[email protected]

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/azure-function-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-function-v3",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"private": true,
"main": "./dist/main.js",
Expand Down
8 changes: 8 additions & 0 deletions apps/test-durable-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/test-durable-function/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions apps/test-opex-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 [[`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]:
- [email protected]
- [email protected]
2 changes: 1 addition & 1 deletion apps/test-opex-api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions apps/to-do-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]:
- @to-do/[email protected]
- [email protected]
- @to-do/[email protected]
- [email protected]

## 0.9.2

### Patch 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.9.2",
"version": "0.9.3",
"type": "module",
"private": true,
"description": "Azure Function REST API for To Do List",
Expand Down
6 changes: 6 additions & 0 deletions apps/to-do-webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/to-do-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "to-do-webapp",
"version": "0.3.12",
"version": "0.3.13",
"private": true,
"main": "dist/server.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cdktf-monitoring-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cdktf-monitoring-stack

## 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
2 changes: 1 addition & 1 deletion packages/cdktf-monitoring-stack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/opex-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 [[`c0db7a1`](https://github.com/pagopa/dx-playground/commit/c0db7a1d2dbac23ba9264ed47e668887fa872901)]:
- [email protected]
2 changes: 1 addition & 1 deletion packages/opex-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/to-do-azure-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/to-do-azure-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@to-do/azure-adapters",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/to-do-domain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/to-do-domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@to-do/domain",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"main": "dist/index.js",
"type": "module",
Expand Down