-
Notifications
You must be signed in to change notification settings - Fork 249
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/1.4.2 #3775
Merged
Merged
Chore/release/1.4.2 #3775
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
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@88522ab...704facf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Builds off `package:test_descriptor` to provide `PackageDescriptor` and `RepoDescriptor` for improved DX describing and setting up packages and repos.
Fixes a couple bugs noticed in the publish this morning and updates constraints in the repo.
…3734) There is a seeming bug in `pub` which causes issues publishing 0-based patch versions with `+` in their versions. For now, we can just stop publishing these and prefer true SemVer patch bumps instead.
…3733) * chore(aft): Package `aft` should not have `pubspec_overrides.yaml` Unlike every other package, aft must work without `pubspec_overrides`. It's counter productive to generate it and and its presence can interfere with local development. * return
Migrates the `generate sdk` command to use the public `aws-sdk-js-v3` repo for service models instead of the private repo.
Clean up for nullability checks and deserialization logic
chore: remove start delay is datastore tests
* fix(authenticator): Wrap social button text Prevents overflow of social button text in constrained layouts by wrapping the text. * Update padding * Update TODO
* fix: authenticator date validator * chore: formatting * chore: fix comment
This should help simplify and speed up the `generate sdk` command and is not needed for the time being.
Adds interop code for the `@actions/github` package which contains helpers for getting the context of the current action.
- Ensures that JS interop methods use only interop values for inputs/outputs. - Prefers Dart primitives (String, bool, int) over JS primitives (JSString, etc.) since newer Dart enables automatic conversion.
### Fixes - fix(aft): Constraints edge cases ([#3732](#3732)) - fix(authenticator): TOTP Setup typo ([#3758](#3758)) - fix(authenticator): Wrap social button text ([#3692](#3692)) - fix(authenticator): date validator ([#3766](#3766)) Updated-Components: amplify_datastore, amplify_analytics_pinpoint, amplify_auth_cognito, amplify_authenticator, aws_common, smithy, amplify_storage_s3_dart
khatruong2009
approved these changes
Sep 21, 2023
NikaHsn
reviewed
Sep 21, 2023
- com.amazonaws.pinpoint#PutUserEvents | ||
# patches: | ||
# - tool/patch/user-models.patch | ||
com.amazonaws.pinpoint: |
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 this change updates the smithy generate code?
NikaHsn
approved these changes
Sep 21, 2023
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.
chore(version): Bump version
Fixes
Updated-Components: amplify_datastore, amplify_analytics_pinpoint, amplify_auth_cognito, amplify_authenticator, aws_common, smithy, amplify_storage_s3_dart
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.