Skip to content

Commit

Permalink
Merge pull request #265 from blockfrost/release-0.1.51
Browse files Browse the repository at this point in the history
release: 0.1.51
  • Loading branch information
vladimirvolek authored Dec 28, 2022
2 parents e542373 + 825fe48 commit 6233cfd
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cSpell.words": [
"blockfrost",
"openapi",
"redoc",
"redocly"
]
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2

Unreleased changes are in the `master` branch.

## [0.1.x] - Unreleased
## [0.1.51] - 2022-12-29

## Added

Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: 0.1.50
version: 0.1.51
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/openapi",
"version": "0.1.51-beta.1",
"version": "0.1.51",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "git@github.com:blockfrost/openapi.git",
"author": "admin@blockfrost.io",
Expand All @@ -24,18 +24,17 @@
"@vitest/coverage-c8": "^0.25.3",
"ajv": "^8.11.2",
"core-js": "3.1.4",
"lodash.isequal": "^4.5.0",
"openapi-typescript": "^5.4.1",
"react-is": "16.8.2",
"redoc-cli": "^0.13.2",
"redoc-cli": "^0.13.20",
"rimraf": "^3.0.2",
"typescript": "^4.8.4",
"vite": "^3.2.4",
"vitest": "^0.24.3"
},
"dependencies": {
"@redocly/openapi-cli": "^1.0.0-beta.95",
"yaml": "^2.1.3"
"yaml": "^2.2.0"
},
"packageManager": "yarn@3.3.0"
}
2 changes: 1 addition & 1 deletion src/definitions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "0.1.50"
version: "0.1.51"
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,14 @@ __metadata:
"@vitest/coverage-c8": ^0.25.3
ajv: ^8.11.2
core-js: 3.1.4
lodash.isequal: ^4.5.0
openapi-typescript: ^5.4.1
react-is: 16.8.2
redoc-cli: ^0.13.2
redoc-cli: ^0.13.20
rimraf: ^3.0.2
typescript: ^4.8.4
vite: ^3.2.4
vitest: ^0.24.3
yaml: ^2.1.3
yaml: ^2.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3635,7 +3634,7 @@ __metadata:
languageName: node
linkType: hard

"redoc-cli@npm:^0.13.2":
"redoc-cli@npm:^0.13.20":
version: 0.13.20
resolution: "redoc-cli@npm:0.13.20"
dependencies:
Expand Down Expand Up @@ -4856,10 +4855,10 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.1.3":
version: 2.1.3
resolution: "yaml@npm:2.1.3"
checksum: 91316062324a93f9cb547469092392e7d004ff8f70c40fecb420f042a4870b2181557350da56c92f07bd44b8f7a252b0be26e6ade1f548e1f4351bdd01c9d3c7
"yaml@npm:^2.2.0":
version: 2.2.0
resolution: "yaml@npm:2.2.0"
checksum: 6c89da40c3c553648595a476f23f7082c17e51b268ecce7ee0464302cbc1ffc20ba86f1b876688eb9c7d8f4b71dc28efbd7b3b86bf414a959ce5150831a9233f
languageName: node
linkType: hard

Expand Down

0 comments on commit 6233cfd

Please sign in to comment.