Skip to content
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

chore: release v0.19.5 #2158

Merged
merged 10 commits into from
Mar 19, 2022
Merged

chore: release v0.19.5 #2158

merged 10 commits into from
Mar 19, 2022

Commits on Mar 16, 2022

  1. feat(codegen): fix module discovery logic by @bjaanes (#2159)

    * include all registered modules in vuex codegen
    
    Bounty address: cosmos1jkhsg47ce3jthg77p75nkve82tf2t7vv0j7rdx
    
    * Fix lints
    
    * move FindImportedPackages into goanalysis + CR fixes
    
    * ignore non app.go files in search for registered modules + CR fixes
    
    * Find app file through implementation
    gjermundgaraba authored and ilgooz committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    0e79565 View commit details
    Browse the repository at this point in the history
  2. fix(codegen): protoc to keep snake_case for swagger and ts out (#2149)

    * fix: protoc to keep snake_case for swagger and ts out
    
    * refactor
    
    * removed SpVuexError
    
    Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
    Co-authored-by: marinhoarthur <arthurtutuca@gmail.com>
    3 people committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    f86b7ae View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. feat(frontend): no tsc (#2163)

    * removed tsc
    
    * Update scripts/data/gen-nodetime/package.json
    
    Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
    marinhoarthur and ilgooz committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    cdb5b95 View commit details
    Browse the repository at this point in the history
  2. feat(frontend): version bump (#2172)

    * bump frontend
    
    * removed SpVuexError
    
    * bump FE version
    marinhoarthur committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0c3d9a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    8baf7d8 View commit details
    Browse the repository at this point in the history
  2. fix(cosmosanalysis): fix tests

    ilgooz committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    b248714 View commit details
    Browse the repository at this point in the history
  3. fix: installation of plugins for Go v1.18 and above (#2174)

    * Run go install after go get to install plugins
    
    This fixes #1163, but is not ideal... tooling binaries should be installed by running `go install [path]@[version]`, but protoc-gen-gocosmos uses a replace directive in the `go.mod` which is [incompatible with this method](golang/go#44840 (comment)). This fixes the problem for now, but adds plugin specific items to the go.mod of the scaffolded project, which shouldn't be there.
    
    * Update starport/pkg/cosmosgen/install.go
    
    Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
    dave and ilgooz committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    797ec0b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. fix(cosmosgen): fix tests (#2175)

    * fix(cosmosgen): fix tests
    
    * fix module>proto pkg discovery
    
    * Apply suggestions from code review
    ilgooz committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    420d0d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ea7f1 View commit details
    Browse the repository at this point in the history
  3. docs(changelog): add v0.19.5

    ilgooz committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    8f3c7bd View commit details
    Browse the repository at this point in the history