Skip to content

Commit d33b5f8

Browse files
committed
Bump versions to v6.7.0
1 parent 55bdf69 commit d33b5f8

File tree

12 files changed

+8036
-10
lines changed

12 files changed

+8036
-10
lines changed

clients/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cardano-ogmios",
3-
"version": "6.6.2",
3+
"version": "6.7.0",
44
"private": true,
55
"description": "TypeScript monorepo with client libraries for Cardano Ogmios",
66
"engines": {

clients/TypeScript/packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-ogmios/client",
3-
"version": "6.6.2",
3+
"version": "6.7.0",
44
"description": "TypeScript client library for Cardano Ogmios",
55
"engines": {
66
"node": ">=14"
@@ -47,7 +47,7 @@
4747
"typescript": "^4.2.3"
4848
},
4949
"dependencies": {
50-
"@cardano-ogmios/schema": "6.6.2",
50+
"@cardano-ogmios/schema": "6.7.0",
5151
"@cardanosolutions/json-bigint": "^1.0.1",
5252
"@types/json-bigint": "^1.0.1",
5353
"bech32": "^2.0.0",

clients/TypeScript/packages/repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-ogmios/repl",
3-
"version": "6.6.2",
3+
"version": "6.7.0",
44
"description": "REPL for Cardano Ogmios",
55
"engines": {
66
"node": ">=14"
@@ -39,7 +39,7 @@
3939
"typescript": "^4.2.3"
4040
},
4141
"dependencies": {
42-
"@cardano-ogmios/client": "6.6.2",
42+
"@cardano-ogmios/client": "6.7.0",
4343
"yargs-parser": "^20.2.7"
4444
},
4545
"files": [

clients/TypeScript/packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-ogmios/schema",
3-
"version": "6.6.2",
3+
"version": "6.7.0",
44
"description": "Generated TypeScript from the Cardano Ogmios schema",
55
"engines": {
66
"node": ">=14"

docs/content/api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "WebSocket API Reference (v6.6.*)"
2+
title = "WebSocket API Reference (v6.7.*)"
33
weight = 4
44
chapter = false
55
pre = "<b>4. </b>"

docs/content/api/v6.6.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = "Archive (v6.6.*)"
3+
weight = 992
4+
chapter = false
5+
+++

docs/static/api/specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
asyncapi: '2.4.0'
22
info:
33
title: Ogmios
4-
version: '6.6.*'
4+
version: '6.7.*'
55
description: |
66
77
### Protocols

0 commit comments

Comments
 (0)