Skip to content

Commit

Permalink
Merge branch 'v6.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 1, 2024
2 parents 706941a + e029dd0 commit 708ada0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ pre: "<b>6. </b>"
math: true
---


### [6.6.1] - UNRELEASED
### [6.6.1] - 2024-09-01

#### Added

N/A
- N/A

#### Changed

- Fix Conway block reporting `"babbage"` era.
- Fixed `"babbage"` being reported as the block era for Conway blocks.

#### Removed

N/A
- N/A

### [6.6.0] - 2024-08-15

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

| Ogmios | Cardano-node (mainnet, preview, preprod) | Cardano-node (sanchonet) |
| --- | --- | --- |
| **`v6.6.0`** | **`9.0.0`, `9.1.0`** | **`9.0.0`, `9.1.0`** |
| `v6.5.0` | `9.0.0`, `9.1.0` | `9.0.0`, `9.1.0` |
| `v6.4.0` | `8.9.3` | `8.11.0-pre` |
| `v6.3.0` | `8.9.2` | `8.10.1-pre` |
| `v6.2.0` | `8.9.0` | `8.9.0` |
| `v6.1.0` | `8.7.3` | `8.8.0-pre` |
| `v5.6.0` | `1.35.4`, `1.35.7` | \- |
| **`v6.6.*`** | **`9.0.0`, `9.1.0`** | **`9.0.0`, `9.1.0`** |
| `v6.5.*` | `9.0.0`, `9.1.0` | `9.0.0`, `9.1.0` |
| `v6.4.*` | `8.9.3` | `8.11.0-pre` |
| `v6.3.*` | `8.9.2` | `8.10.1-pre` |
| `v6.2.*` | `8.9.0` | `8.9.0` |
| `v6.1.*` | `8.7.3` | `8.8.0-pre` |
| `v5.6.*` | `1.35.4`, `1.35.7` | \- |

[SanchoNet]: https://sancho.network/

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": "6.6.0",
"version": "6.6.1",
"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.0",
"version": "6.6.1",
"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.0",
"@cardano-ogmios/schema": "6.6.1",
"@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.0",
"version": "6.6.1",
"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.0",
"@cardano-ogmios/client": "6.6.1",
"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.0",
"version": "6.6.1",
"description": "Generated TypeScript from the Cardano Ogmios schema",
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 708ada0

Please sign in to comment.