-
Notifications
You must be signed in to change notification settings - Fork 63
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 changes needed to support Gen2 CLI #826
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Main to gen2
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…6.2.1 build(deps): bump tar from 6.2.0 to 6.2.1
* fix: use standalone ajv validation for model introspection schema * test: add unit tests for validator
* build(deps): bump tar from 6.2.0 to 6.2.1 Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * fix: use standalone ajv validation for model introspection schema (#807) * fix: use standalone ajv validation for model introspection schema * test: add unit tests for validator * fix: missing targetNames in hasOne reference --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dane Pilcher <[email protected]>
BREAKING CHANGE: use transformer version 2 by default
Merge main to gen 2 branch
Adds todo to clean up Dart codegen in next major version bump
Merge feature/gen2-release to main
phani-srikar
previously approved these changes
Apr 25, 2024
phani-srikar
changed the title
Gen 2 release
chore: release changes needed to support Gen2 CLI
Apr 25, 2024
…V2 (#823) * style(amplify-codegen): added lint ignore to support Amplify Flutter V2 * test(amplify-codegen): updated test snapshot
missed in #823
phani-srikar
approved these changes
Apr 25, 2024
palpatim
approved these changes
Apr 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Gen 2 release. See commits for changes.
E2E tests: https://us-east-1.console.aws.amazon.com/codesuite/codebuild/594813022831/projects/amplify-codegen-e2e-workflow/batch/amplify-codegen-e2e-workflow%3Acdcd6bd8-4bcd-4969-99c4-a87976678aa2?region=us-east-1
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.