Skip to content

Commit

Permalink
Bump versions to v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 7, 2024
1 parent fdc6720 commit f6fd8d6
Show file tree
Hide file tree
Showing 27 changed files with 29,473 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
os: [ linux ]
arch: [ x86_64 ]
network: [ preview ]
cardano-node: [ 8.9.2, 8.10.1-pre ]
cardano-node: [ 8.10.1-pre ]

runs-on: ${{ matrix.os == 'linux' && 'ubuntu-22.04' }}
steps:
Expand Down Expand Up @@ -404,8 +404,8 @@ jobs:
os: [ linux ]
target: [ cardano-node-ogmios ]
network: [ mainnet, preprod, preview, sanchonet ]
cardano-node: [ 8.9.2, 8.10.1-pre ]
cardano-node-latest: [ 8.9.2 ]
cardano-node: [ 8.10.1-pre ]
cardano-node-latest: [ 8.10.1-pre ]
arch: [ x86_64 ]
steps:
- name: 📥 Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/network-synchronization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
network: [ preview ]
ogmios_version: [ v6.2.0 ]
cardano_node_version: [ 8.9.2 ]
ogmios_version: [ v6.3.0 ]
cardano_node_version: [ 8.10.1-pre ]

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: changelog
pre: "<b>5. </b>"
---

### [6.3.0] - UNRELEASED
### [6.3.0] - 2024-05-07

#### Added

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.2.0",
"version": "6.3.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.2.0",
"version": "6.3.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.2.0",
"@cardano-ogmios/schema": "6.3.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.2.0",
"version": "6.3.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.2.0",
"@cardano-ogmios/client": "6.3.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.2.0",
"version": "6.3.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 = "API Reference (v6.1.*)"
title = "API Reference (v6.3.*)"
weight = 4
chapter = false
pre = "<b>4. </b>"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/api/v5.6.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Archive (v5.6.*)"
weight = 1
weight = 999
chapter = false
+++
5 changes: 5 additions & 0 deletions docs/content/api/v6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Archive (v6.0.*)"
weight = 998
chapter = false
+++
5 changes: 5 additions & 0 deletions docs/content/api/v6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Archive (v6.1.*)"
weight = 997
chapter = false
+++
5 changes: 5 additions & 0 deletions docs/content/api/v6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Archive (v6.2.*)"
weight = 996
chapter = false
+++
12 changes: 1 addition & 11 deletions 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.2.*'
version: '6.3.*'
description: |
### Protocols
Expand Down Expand Up @@ -89,16 +89,6 @@ servers:
- preview
- preprod

dandelion:
url: "ogmios-api.{network}.dandelion.link"
protocol: wss
description: |
Hosted Dandelion's instances, by [Gimbalabs](https://gimbalabs.com/).
variables:
network:
enum:
- mainnet

channels:
/?FindIntersection:
description: |
Expand Down

0 comments on commit f6fd8d6

Please sign in to comment.