-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Book 769 update libs #45
Conversation
match bookiepro eslint rules with peerplays-core-gui eslint and resolve issues
refactor(eslint): eslint tweak sync with wallet eslint
peerplaysjs-ws has been merged into peerplaysjs-lib so we can now remove all references to peerplaysjs-ws and use the new ones withinpeerplaysjs-lib BREAKING CHANGE: peerplaysjs-ws has been replaced with the new peerplaysjs-lib, there is a testing branch in use at the moment.
refactor(ppjslibs): update repo to use ws inside lib
remove the .fun from the app
Remove fun from app name
package.json
Outdated
@@ -2,7 +2,7 @@ | |||
"name": "bookie", | |||
"author": "Peerplays Blockchain Standards Association", | |||
"description": "Electron app powered by CRA", | |||
"version": "1.3.0-sportsbook.1", | |||
"version": "1.3.0-rc.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this bit should still be 1.3.0-sportsbook.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
incorrect version change in package.json and package-lock.json
package-lock.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "bookie", | |||
"version": "1.3.0-sportsbook.1", | |||
"version": "1.3.0-rc.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should still be 1.3.0-sportsbook.1
…prompt BOOK-786: BTF symbol in confirmation prompt
Merged pbsa-develop into the main sportsbook branch.