Skip to content

Commit

Permalink
Merge pull request #4734 from aws-amplify/docs-release-pr-2023-11-15
Browse files Browse the repository at this point in the history
Docs release - 2023 11 15
  • Loading branch information
reesscot authored Nov 15, 2023
2 parents 867a6a7 + a356125 commit 621a7f3
Show file tree
Hide file tree
Showing 1,613 changed files with 61,701 additions and 66,805 deletions.
6 changes: 6 additions & 0 deletions .changeset/fuzzy-cars-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@aws-amplify/ui-react-native": patch
"@aws-amplify/ui-react": patch
---

fix: rename ResetPassword to ForgotPassword
5 changes: 5 additions & 0 deletions .changeset/red-seas-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aws-amplify/ui-react-liveness": patch
---

chore(liveness): upgrade blazeface model
4 changes: 3 additions & 1 deletion .github/actions/changed-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ runs:
# check if any of the modified files belongs to the specified input packages
if echo "$changed_files" | grep -Eq "^($package_names)/"; then
echo "has-changed-packages=true" >> $GITHUB_OUTPUT
# @todo-migration re-enable
# echo "has-changed-packages=true" >> $GITHUB_OUTPUT
echo "has-changed-packages=false" >> $GITHUB_OUTPUT
else
echo "has-changed-packages=false" >> $GITHUB_OUTPUT
fi
2 changes: 2 additions & 0 deletions .github/dependency-review/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
allow-licenses:
- '0BSD'
- 'Apache-2.0'
- 'Apache-2.0 AND MIT'
- 'BlueOak-1.0.0'
- 'BSL-1.0'
- 'BSD-1-Clause'
Expand All @@ -17,6 +18,7 @@ allow-licenses:
- 'ISC'
- 'JSON'
- 'MIT'
- 'MIT AND Zlib'
- 'MPL-2.0'
- 'NTP'
- 'OFL-1.0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-runtime-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f
with:
persist-credentials: false
- name: Setup Node.js 16
- name: Setup Node.js 20
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 16
node-version: 20
cache: 'yarn'
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-system-test-react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
key: ${{ runner.os }}-nodemodules-${{ inputs.commit }}
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 3
- name: Install Java 11
- name: Install Java 17
if: ${{ matrix.platform == 'android' }}
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # 3.6.0
with:
distribution: 'corretto' # Amazon Corretto Build of OpenJDK
java-version: '11'
java-version: '17'

- name: Install iOS simulator
if: ${{ matrix.platform == 'ios' }}
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/build-system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,87 +31,87 @@ jobs:
build-tool-version: latest
pkg-manager: npm
language: ts
node-version: 16
node-version: 20
- framework: react
framework-version: 16
build-tool: cra
build-tool-version: latest
pkg-manager: npm
language: ts
node-version: 18
node-version: 20
- framework: react
framework-version: latest
build-tool: cra
build-tool-version: latest
pkg-manager: npm
language: js
node-version: 18
node-version: 20
- framework: react
framework-version: latest
build-tool: cra
build-tool-version: latest
pkg-manager: yarn
pkg-manager-version: 1
language: ts
node-version: 18
node-version: 20
- framework: react
framework-version: 17
framework-version: 18
build-tool: next
build-tool-version: 11
build-tool-version: 12
pkg-manager: npm
language: ts
node-version: 16
node-version: 20
- framework: react
framework-version: latest
build-tool: vite
build-tool-version: 2
pkg-manager: npm
language: ts
node-version: 18
node-version: 20

- framework: angular
framework-version: latest
build-tool: angular-cli
build-tool-version: latest
build-tool-version: 16
pkg-manager: npm
language: ts
node-version: 18
node-version: 20
- framework: angular
framework-version: 14
build-tool: angular-cli
build-tool-version: 14
pkg-manager: npm
language: ts
node-version: 18
node-version: 20

- framework: vue
framework-version: 3 # here use "3" instead of "latest" because .vuerc(preset) doesn't accept "latest" as "vueVersion"
build-tool: vue-cli
build-tool-version: latest
pkg-manager: yarn # vue-cli defualt pkg-manager is yarn. It can't be customized in the preset.json.
language: ts
node-version: 18
node-version: 20
- framework: vue
framework-version: latest
build-tool: vite
build-tool-version: latest
pkg-manager: npm
language: ts
node-version: 18
node-version: 20
- framework: vue
framework-version: latest
build-tool: vite
build-tool-version: 2
pkg-manager: npm
language: ts
node-version: 18
node-version: 20
- framework: vue
framework-version: latest
build-tool: nuxt
build-tool-version: latest
pkg-manager: npm
language: ts
node-version: 18
node-version: 20

env:
MEGA_APP_NAME: ${{ matrix.framework }}-${{ matrix.framework-version }}-${{ matrix.build-tool }}-${{ matrix.build-tool-version }}-${{ matrix.language }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 https://github.com/actions/checkout/commit/24cb9080177205b6e8c946b17badbe402adc938f
- name: Setup Node.js 16
- name: Setup Node.js 20
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 16
node-version: 20
cache: 'yarn'
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
Expand Down Expand Up @@ -94,10 +94,10 @@ jobs:
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Setup Node.js 16
- name: Setup Node.js 20
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 16
node-version: 20
cache: 'yarn'
env:
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
Expand Down
Loading

0 comments on commit 621a7f3

Please sign in to comment.