-
Notifications
You must be signed in to change notification settings - Fork 822
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
fix: update codegen ui version and add processFile util function #12670
fix: update codegen ui version and add processFile util function #12670
Conversation
6cf30ff
to
58e9236
Compare
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## hotfix-ui-builder-22-may #12670 +/- ##
===========================================================
Coverage ? 47.58%
===========================================================
Files ? 843
Lines ? 38365
Branches ? 7846
===========================================================
Hits ? 18257
Misses ? 18477
Partials ? 1631 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
58e9236
to
4668a6d
Compare
4668a6d
to
b4c0a7b
Compare
b4c0a7b
to
0636267
Compare
The base branch was changed.
* API plugin version bump to v5.3.0 (#12642) * chore: update API plugin dependencies to v5.3.0 * chore: re-add codegen in bump script * fix: updated readSchema API * fix: update codegen ui version and add processFile util function (#12670) Co-authored-by: Justin Shih <[email protected]> * fix: version bump (#12680) * fix: version bump (#12684) * chore(release): Publish latest [ci skip] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - [email protected] - [email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] * fix: version bump * chore(release): Publish latest [ci skip] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - [email protected] - [email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - [email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] --------- Co-authored-by: Phani Srikar Edupuganti <[email protected]> Co-authored-by: Justin Shih <[email protected]> Co-authored-by: Justin Shih <[email protected]> Co-authored-by: aws-amplify-bot <[email protected]>
Description of changes
codegen-ui: fix multiple has one relationships (#1005) (96b7b9d)
parse operand value when field is number type (#1013) (ad9ba60)
upgrade node and pin lerna version in circleci (#1002) (2c70073)
Add
processFile
to util rendererFeatures
Description of how you validated changes
yarn setup-dev
amplify-dev pull
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.