Skip to content

Commit e1f9d75

Browse files
Version Packages (#914)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 906a8b9 commit e1f9d75

File tree

14 files changed

+47
-20
lines changed

14 files changed

+47
-20
lines changed

.changeset/bumpy-doors-wash.md

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

.changeset/flat-insects-accept.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# oneidentity
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- 86f2bcd: add oneidentity minor bump
8+
39
## 4.1.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oneidentity",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"repository": "https://github.com/pagopa/oneidentity.git",
66
"devDependencies": {

src/infra/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# infra
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 86064f9: PDV refactor: move PDV logic to oneid-common, add new APIs (/plan-list, /validate-api-key), update infra + OpenAPI

src/infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "infra",
33
"private": true,
4-
"version": "1.0.0"
4+
"version": "1.1.0"
55
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# oneid-ecs-core
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 86064f9: PDV refactor: move PDV logic to oneid-common, add new APIs (/plan-list, /validate-api-key), update infra + OpenAPI
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "oneid-ecs-core",
33
"private": true,
4-
"version": "1.0.0"
4+
"version": "1.0.1"
55
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# oneid-ecs-internal-idp
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 86064f9: PDV refactor: move PDV logic to oneid-common, add new APIs (/plan-list, /validate-api-key), update infra + OpenAPI
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "oneid-ecs-internal-idp",
33
"private": true,
4-
"version": "1.0.0"
4+
"version": "1.0.1"
55
}

0 commit comments

Comments
 (0)