Skip to content

Commit

Permalink
Bump versions to v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 13, 2024
1 parent 5f3c819 commit 324a6f4
Show file tree
Hide file tree
Showing 12 changed files with 8,036 additions and 10 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": "6.6.2",
"version": "6.7.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": "6.6.2",
"version": "6.7.0",
"description": "TypeScript client library for Cardano Ogmios",
"engines": {
"node": ">=14"
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@cardano-ogmios/schema": "6.6.2",
"@cardano-ogmios/schema": "6.7.0",
"@cardanosolutions/json-bigint": "^1.0.1",
"@types/json-bigint": "^1.0.1",
"bech32": "^2.0.0",
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": "6.6.2",
"version": "6.7.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": "6.6.2",
"@cardano-ogmios/client": "6.7.0",
"yargs-parser": "^20.2.7"
},
"files": [
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": "6.6.2",
"version": "6.7.0",
"description": "Generated TypeScript from the Cardano Ogmios schema",
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/api/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "WebSocket API Reference (v6.6.*)"
title = "WebSocket API Reference (v6.7.*)"
weight = 4
chapter = false
pre = "<b>4. </b>"
Expand Down
5 changes: 5 additions & 0 deletions docs/content/api/v6.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Archive (v6.6.*)"
weight = 992
chapter = false
+++
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: '6.6.*'
version: '6.7.*'
description: |
### Protocols
Expand Down
Loading

0 comments on commit 324a6f4

Please sign in to comment.