Skip to content

Commit f96a907

Browse files
committed
Merge branch 'v6.12'
2 parents 971d69b + 7841ce7 commit f96a907

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pre: "<b>6. </b>"
77
math: true
88
---
99

10-
### [6.12.0] - UNRELEASED
10+
### [6.12.0] - 2025-05-22
1111

1212
#### Added
1313

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.11.2",
3+
"version": "6.12.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.11.2",
3+
"version": "6.12.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.11.2",
50+
"@cardano-ogmios/schema": "6.12.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.11.2",
3+
"version": "6.12.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.11.2",
42+
"@cardano-ogmios/client": "6.12.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.11.2",
3+
"version": "6.12.0",
44
"description": "Generated TypeScript from the Cardano Ogmios schema",
55
"engines": {
66
"node": ">=14"

0 commit comments

Comments
 (0)