Skip to content

Commit

Permalink
Bump versions to v5.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jan 25, 2023
1 parent 5cac5a3 commit 0ad6733
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
os: [ ubuntu-20.04 ]
target: [ ogmios, cardano-node-ogmios ]
network: [ "mainnet", "preprod", "preview" ]
cardano_node_version: [ "1.35.3" ]
cardano_node_version: [ "1.35.4" ]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ------------------------------- SETUP ------------------------------------- #
# #

ARG CARDANO_NODE_VERSION=1.35.3
ARG CARDANO_NODE_VERSION=1.35.4

FROM --platform=${TARGETPLATFORM:-linux/amd64} nixos/nix:2.11.0 as build

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.7",
"version": "5.5.8",
"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.7",
"version": "5.5.8",
"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.7",
"@cardano-ogmios/schema": "5.5.8",
"@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.7",
"version": "5.5.8",
"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.7",
"@cardano-ogmios/client": "5.5.8",
"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.7",
"version": "5.5.8",
"description": "Generated TypeScript from the Cardano Ogmios schema",
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:1.35.3
image: inputoutput/cardano-node:1.35.4
command: [
"run",
"--config", "/config/config.json",
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.7'
version: '5.5.8'
description: |
### Protocols
Expand Down
8 changes: 4 additions & 4 deletions server/ogmios.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_config: !include ".hpack.config.yaml"

name: ogmios
version: 5.5.7
version: 5.5.8
stability: stable
github: "cardanosolutions/ogmios"
license: MPL-2.0
Expand Down

0 comments on commit 0ad6733

Please sign in to comment.