Skip to content

Commit

Permalink
Version Packages (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 26, 2024
1 parent de511ee commit dbc5992
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/hip-cows-confess.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/session-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pagopa/io-session-manager

## 0.14.2

### Patch Changes

- de511ee: Fix Redis Client bug on reconnect when loosing conn

## 0.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/session-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/io-session-manager",
"version": "0.14.1",
"version": "0.14.2",
"description": "API for IO session",
"engines": {
"node": ">= 18.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# e2e

## 0.1.0

### Minor Changes

- de511ee: Fix Redis Client bug on reconnect when loosing conn
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit dbc5992

Please sign in to comment.