Skip to content

Commit

Permalink
Bump internal versions to 5.5.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jun 19, 2022
1 parent e9d6fad commit f43c2ae
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chapter: false
pre: "<b>6. </b>"
---

### [5.5.0-rc3] - 2022-06-18
### [5.5.0-rc3] - 2022-06-19

#### Added

Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-ogmios",
"version": "5.5.0-rc.1",
"version": "5.5.0-rc.3",
"private": true,
"description": "TypeScript monorepo with client libraries for Cardano Ogmios",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/client",
"version": "5.5.0-rc.1",
"version": "5.5.0-rc.3",
"description": "TypeScript client library for Cardano Ogmios",
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -53,7 +53,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/schema": "5.5.0-rc.1",
"@cardano-ogmios/schema": "5.5.0-rc.3",
"@cardanosolutions/json-bigint": "^1.0.0",
"@types/json-bigint": "^1.0.1",
"cross-fetch": "^3.1.4",
Expand Down
4 changes: 2 additions & 2 deletions clients/TypeScript/packages/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/repl",
"version": "5.5.0-rc.1",
"version": "5.5.0-rc.3",
"description": "REPL for Cardano Ogmios",
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/client": "5.5.0-rc.1",
"@cardano-ogmios/client": "5.5.0-rc.3",
"chalk": "^4.1.0",
"yargs-parser": "^20.2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion clients/TypeScript/packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-ogmios/schema",
"version": "5.5.0-rc.1",
"version": "5.5.0-rc.3",
"description": "Generated TypeScript from the Cardano Ogmios schema",
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion docs/static/api/specification.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncapi: '2.4.0'
info:
title: Ogmios
version: '5.5.0'
version: '5.5.0-rc3'
description: |
### Protocols
Expand Down

0 comments on commit f43c2ae

Please sign in to comment.