-
Notifications
You must be signed in to change notification settings - Fork 92
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
Release 2.0.1 #226
Release 2.0.1 #226
Conversation
* go get -u golang.org/x/sys * Fix CI * Add App Bar icon * Fix errors found by linter * Allow arrow functions in eslint's func-style rule * fix type mismatch at redux Provider Co-authored-by: Ngoan Tran <[email protected]>
github.com/stretchr/testify v1.6.0 | ||
go.uber.org/zap v1.15.0 // indirect | ||
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect | ||
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect | ||
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect | ||
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/tools v0.0.0-20200528185414-6be401e3f76e // indirect | ||
google.golang.org/genproto v0.0.0-20200528191852-705c0b31589b // indirect | ||
google.golang.org/grpc v1.29.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect | ||
honnef.co/go/tools v0.0.1-2020.1.4 // indirect |
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.
Not sure about these changes
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.
LGTM
#227 got merged |
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.
LGTM
Summary
Ticket Link
#225