Skip to content

Commit

Permalink
Version Packages (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: silvicir <silvia.cirulli@pagopa.it>
  • Loading branch information
github-actions[bot] and silvicir authored May 17, 2024
1 parent 47a84f8 commit c2939e7
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/warm-waves-peel.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/io-func-sign-issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# io-func-sign-issuer

## 0.18.5

### Patch Changes

- Updated dependencies [47a84f8]
- @io-sign/io-sign@1.3.4

## 0.18.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/io-func-sign-issuer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-func-sign-issuer",
"version": "0.18.4",
"version": "0.18.5",
"private": true,
"files": [
"**/function.json",
Expand Down
7 changes: 7 additions & 0 deletions apps/io-func-sign-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# io-func-sign-support

## 1.2.4

### Patch Changes

- Updated dependencies [47a84f8]
- @io-sign/io-sign@1.3.4

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/io-func-sign-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-func-sign-support",
"version": "1.2.3",
"version": "1.2.4",
"main": "./dist/web.js",
"private": true,
"files": [
Expand Down
7 changes: 7 additions & 0 deletions apps/io-func-sign-user/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# io-func-sign-user

## 0.6.4

### Patch Changes

- Updated dependencies [47a84f8]
- @io-sign/io-sign@1.3.4

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/io-func-sign-user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-func-sign-user",
"version": "0.6.3",
"version": "0.6.4",
"private": true,
"files": [
"**/function.json",
Expand Down
7 changes: 7 additions & 0 deletions apps/io-sign-backoffice-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# io-sign-backoffice-app

## 1.3.9

### Patch Changes

- Updated dependencies [47a84f8]
- @io-sign/io-sign@1.3.4

## 1.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/io-sign-backoffice-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-sign-backoffice-app",
"version": "1.3.8",
"version": "1.3.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/io-sign-backoffice-func/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# io-sign-backoffice-func

## 1.2.5

### Patch Changes

- 47a84f8: Set vatNumber in sc-contracts as nullish
- Updated dependencies [47a84f8]
- @io-sign/io-sign@1.3.4

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/io-sign-backoffice-func/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-sign-backoffice-func",
"version": "1.2.4",
"version": "1.2.5",
"private": true,
"scripts": {
"build": "tsup-node",
Expand Down
6 changes: 6 additions & 0 deletions packages/io-sign/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @io-sign/io-sign

## 1.3.4

### Patch Changes

- 47a84f8: Set vatNumber in sc-contracts as nullish

## 1.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/io-sign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@io-sign/io-sign",
"version": "1.3.3",
"version": "1.3.4",
"repository": "https://github.com/pagopa/io-sign",
"exports": {
"./*": "./dist/*.js"
Expand Down

0 comments on commit c2939e7

Please sign in to comment.