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/1.4.2 #3775

Merged
merged 18 commits into from
Sep 21, 2023
Merged

Chore/release/1.4.2 #3775

merged 18 commits into from
Sep 21, 2023

Conversation

fjnoyp
Copy link
Contributor

@fjnoyp fjnoyp commented Sep 21, 2023

chore(version): Bump version

Fixes

  • fix(aft): Constraints edge cases (#3732)
  • fix(authenticator): TOTP Setup typo (#3758)
  • fix(authenticator): Wrap social button text (#3692)
  • fix(authenticator): date validator (#3766)

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.

dependabot bot and others added 18 commits September 21, 2023 14:28
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.
- Updates workflows to run on push for the same set of `paths` used for pull_requests.
- Updates cron schedule to twice daily to account for the reduction in whole-repo runs.
…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
@fjnoyp fjnoyp requested a review from a team as a code owner September 21, 2023 21:38
- com.amazonaws.pinpoint#PutUserEvents
# patches:
# - tool/patch/user-models.patch
com.amazonaws.pinpoint:
Copy link
Member

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?

@fjnoyp fjnoyp merged commit 4e8805b into stable Sep 21, 2023
134 of 135 checks passed
@Jordan-Nelson Jordan-Nelson deleted the chore/release/1.4.2 branch October 20, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants