Skip to content

Commit

Permalink
docs(pie-docs): DSW-000 update android component status (#1604)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Watson-Nolan <[email protected]>
Co-authored-by: Xander Marjoram <[email protected]>
  • Loading branch information
3 people authored Aug 30, 2024
1 parent 2f8c8be commit e572b7e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/quick-beans-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pie-docs": patch
---

[Changed] Update android component status
36 changes: 18 additions & 18 deletions apps/pie-docs/src/componentStatusData.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.TBC,
status: statusTypes.PLANNED,
}
],
[
Expand Down Expand Up @@ -157,7 +157,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.STABLE,
}
],
[
Expand Down Expand Up @@ -235,7 +235,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.STABLE,
}
],
[
Expand Down Expand Up @@ -272,7 +272,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.BETA,
}
],
[
Expand Down Expand Up @@ -391,7 +391,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.PLANNED,
status: statusTypes.BETA,
}
],
[
Expand Down Expand Up @@ -546,7 +546,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.STABLE,
}
],
[
Expand Down Expand Up @@ -731,7 +731,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.TBC,
status: statusTypes.NOT_APPLICABLE,
}
],
[
Expand Down Expand Up @@ -881,7 +881,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.STABLE,
}
],
[
Expand Down Expand Up @@ -999,7 +999,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.STABLE,
}
],
[
Expand Down Expand Up @@ -1037,7 +1037,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.STABLE,
}
],
[
Expand Down Expand Up @@ -1114,7 +1114,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.TBC,
status: statusTypes.BETA,
}
],
[
Expand Down Expand Up @@ -1154,7 +1154,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.STABLE,
}
],
[
Expand Down Expand Up @@ -1344,7 +1344,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.TBC,
status: statusTypes.NOT_APPLICABLE,
}
],
[
Expand Down Expand Up @@ -1382,7 +1382,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.TBC,
status: statusTypes.NOT_APPLICABLE,
}
],
[
Expand Down Expand Up @@ -1535,7 +1535,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.TBC,
status: statusTypes.PLANNED,
}
],
[
Expand Down Expand Up @@ -1686,7 +1686,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.TBC,
status: statusTypes.NOT_APPLICABLE,
}
],
[
Expand Down Expand Up @@ -1725,7 +1725,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.STABLE,
}
],
[
Expand Down Expand Up @@ -2073,7 +2073,7 @@ const rows = [
},
{
resource: resourceTypes.ANDROID_PIE,
status: statusTypes.ALPHA,
status: statusTypes.BETA,
}
],
[
Expand Down

0 comments on commit e572b7e

Please sign in to comment.