Skip to content

Commit

Permalink
Merge pull request #303 from blockfrost/chore/release570
Browse files Browse the repository at this point in the history
chore: release 5.7.0
  • Loading branch information
vladimirvolek authored Nov 5, 2024
2 parents 2991126 + 025f78a commit a452d9b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
Binary file not shown.
8 changes: 5 additions & 3 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Use IPFS types from `@blockfrost/openapi` package
## [5.7.0] - 2024-11-05

### Added

- Methods for querying [governance DReps endpoints](https://docs.blockfrost.io/#tag/cardano--governance.) - `governance.dreps`, `governance.drepsById`, `governance.drepsByIdDelegators`, `governance.drepsByIdMetadata`, `governance.drepsByIdUpdates`, `governance.drepsByIdVotes`
- Methods for querying [governance proposals endpoints](https://docs.blockfrost.io/#tag/cardano--governance.) - `governance.proposals`, `governance.proposal`, `governance.proposalMetadata`, `governance.proposalParameters`, `governance.proposalVotes`, `governance.proposalWithdrawals`

### Changed

- Use IPFS types from `@blockfrost/openapi` package

## [5.6.0] - 2024-10-03

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/blockfrost-js",
"version": "5.6.0",
"version": "5.7.0",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"keywords": [
"blockfrost",
Expand All @@ -27,7 +27,7 @@
"coverage-ci": "vitest run --coverage"
},
"dependencies": {
"@blockfrost/openapi": "0.1.7-beta.0",
"@blockfrost/openapi": "0.1.70-beta.0",
"@emurgo/cardano-serialization-lib-nodejs": "^11.5.0",
"@emurgo/cip14-js": "3.0.1",
"bottleneck": "^2.19.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@blockfrost/blockfrost-js@workspace:."
dependencies:
"@blockfrost/openapi": "npm:0.1.7-beta.0"
"@blockfrost/openapi": "npm:0.1.70-beta.0"
"@emurgo/cardano-serialization-lib-nodejs": "npm:^11.5.0"
"@emurgo/cip14-js": "npm:3.0.1"
"@types/json-bigint": "npm:^1.0.2"
Expand Down Expand Up @@ -63,15 +63,15 @@ __metadata:
languageName: unknown
linkType: soft

"@blockfrost/openapi@npm:0.1.7-beta.0":
version: 0.1.7-beta.0
resolution: "@blockfrost/openapi@npm:0.1.7-beta.0"
"@blockfrost/openapi@npm:0.1.70-beta.0":
version: 0.1.70-beta.0
resolution: "@blockfrost/openapi@npm:0.1.70-beta.0"
dependencies:
ajv: "npm:^8.12.0"
cbor: "npm:^9.0.1"
rimraf: "npm:6.0.1"
yaml: "npm:^2.3.4"
checksum: 2384e78a74538c83405525959b9c911ec6a4399fbebd2182ba386421d759dd8369fe989bd8264375a15dab103c269cf72102f1788da28452fc7c1e89eb3f33aa
checksum: 4171f7c75f08763d03f67c5fac38e8dcb93e569ef72718afd4025f7a201e456a8a0ef732262ee6ae9d26596536d2037ecec92c9906894589211f06019a798563
languageName: node
linkType: hard

Expand Down

0 comments on commit a452d9b

Please sign in to comment.