Skip to content

Commit f58e182

Browse files
Version Packages (#940)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5fd1569 commit f58e182

File tree

9 files changed

+21
-19
lines changed

9 files changed

+21
-19
lines changed

.changeset/beige-insects-joke.md

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

.changeset/happy-hands-read.md

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

.changeset/sharp-penguins-smell.md

Lines changed: 0 additions & 5 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.5.1
4+
5+
### Patch Changes
6+
7+
- 65c155c: add sns notification for pairwise change
8+
39
## 4.5.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.5.0",
3+
"version": "4.5.1",
44
"private": true,
55
"repository": "https://github.com/pagopa/oneidentity.git",
66
"devDependencies": {

src/infra/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 65c155c: Remove SNS notifications in dev for client registration and idp and client errors
8+
39
## 1.4.0
410

511
### Minor Changes

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.4.0"
4+
"version": "1.4.1"
55
}

src/oneid/oneid-lambda-client-registration/CHANGELOG.md

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

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- 65c155c: add sns notification for pairwise change
8+
39
## 2.1.2
410

511
### Patch Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "oneid-lambda-client-registration",
33
"private": true,
4-
"version": "2.1.2"
4+
"version": "2.1.3"
55
}

0 commit comments

Comments
 (0)