Skip to content

Commit

Permalink
prep build 5/29
Browse files Browse the repository at this point in the history
  • Loading branch information
bph committed May 29, 2024
2 parents d577e8d + 8dac7db commit 8f66cc2
Show file tree
Hide file tree
Showing 104 changed files with 2,228 additions and 670 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32 # v2.31.0
with:
api-level: ${{ matrix.api-level }}
force-avd-creation: false
Expand All @@ -71,7 +71,7 @@ jobs:
script: echo "Generated AVD snapshot for caching."

- name: Run tests
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32 # v2.31.0
with:
api-level: ${{ matrix.api-level }}
force-avd-creation: false
Expand Down
6 changes: 6 additions & 0 deletions backport-changelog/6.6/6559.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
https://github.com/WordPress/wordpress-develop/pull/6559

* https://github.com/WordPress/gutenberg/pull/60349
* https://github.com/WordPress/gutenberg/pull/60464
* https://github.com/WordPress/gutenberg/pull/60491
* https://github.com/WordPress/gutenberg/pull/61757
3 changes: 3 additions & 0 deletions backport-changelog/6.6/6662.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://github.com/WordPress/wordpress-develop/pull/6662

* https://github.com/WordPress/gutenberg/pull/57908
2 changes: 1 addition & 1 deletion docs/getting-started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ This block validation error occurs because the `save()` function returns block c
You will see more of these errors as you update the `save()` function in subsequent steps. Just click "Attempt Block Recovery" and update the page.
After preforming block recovery, open the Code editor and you will see the markup now looks like this.
After performing block recovery, open the Code editor and you will see the markup now looks like this.
```html
<!-- wp:create-block/copyright-date-block {"showStartingYear":true,"startingYear":"2017"} -->
Expand Down
4 changes: 2 additions & 2 deletions docs/reference-guides/data/data-core-edit-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ _Parameters_

_Returns_

- `string?`: Post ID.
- `?string`: Post ID.

### getEditedPostType

Expand All @@ -70,7 +70,7 @@ _Parameters_

_Returns_

- `TemplateType?`: Template type.
- `?TemplateType`: Template type.

### getEditorMode

Expand Down
Loading

0 comments on commit 8f66cc2

Please sign in to comment.