Skip to content

Commit

Permalink
Bump versions to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 22, 2022
1 parent e2ac638 commit 7344cdb
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 9 deletions.
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.3.0",
"version": "5.4.0",
"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.3.0",
"version": "5.4.0",
"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.3.0",
"@cardano-ogmios/schema": "5.4.0",
"@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.3.0",
"version": "5.4.0",
"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.3.0",
"@cardano-ogmios/client": "5.4.0",
"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.3.0",
"version": "5.4.0",
"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.3.0'
info:
title: Ogmios
version: '5.3.0'
version: '5.4.0'
description: |
### Protocols
Expand Down
34 changes: 34 additions & 0 deletions server/hie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cradle:
stack:
- path: .
component: "ogmios:lib"
- path: .
component: "ogmios:unit"
- path: .
component: "ogmios:exe:ogmios"

- path: modules/git-th
component: "git-th:lib"
- path: .
component: "git-th:unit"

- path: modules/json-wsp
component: "json-wsp:lib"
- path: .
component: "json-wsp:unit"

- path: modules/contra-tracers
component: "contra-tracers:lib"

- path: modules/cardano-client
component: "cardano-client:lib"

- path: modules/fast-bech32
component: "fast-bech32:lib"
- path: modules/fast-bech32
component: "fast-bech32:unit"

- path: modules/hspec-json-schema
component: "hspec-json-schema:lib"
- path: modules/hspec-json-schema
component: "hspec-json-schema:unit"
2 changes: 1 addition & 1 deletion 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.3.0
version: 5.4.0
stability: stable
github: "cardanosolutions/ogmios"
license: MPL-2.0
Expand Down

0 comments on commit 7344cdb

Please sign in to comment.