Skip to content

Commit

Permalink
fix: Update schemas & 1.0.0 version! (#200)
Browse files Browse the repository at this point in the history
fix: Update schemas

This is not really a breaking change, but we are finally shedding the 0.x major version in favor of 1.0.0!!!! 🎉

BREAKING CHANGE: This is not really a breaking change, but 1.0 release!!!
  • Loading branch information
jlacivita authored Nov 1, 2023
1 parent 7f8e5e9 commit ea29f33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ title: Firebolt APIs
# Firebolt APIs
Firebolt APIs are defined by [OpenRPC schemas](https://spec.open-rpc.org).

The schemas are used to generate SDK and Documentation artifacts.
The schemas are used to generate SDK and Documentation artifacts.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@firebolt-js/openrpc": "2.1.0",
"@firebolt-js/schemas": "2.0.0-next.1",
"@firebolt-js/schemas": "2.0.0",
"@saithodev/semantic-release-backmerge": "^3.2.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
Expand Down

0 comments on commit ea29f33

Please sign in to comment.