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(nimbus): Update External Configs #12202

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beta: 9a057d827ae3f7003c410b8a34ac90fa2a040e7d
master: 5eaf8a84097c6b0ef5544414e9f1801b67bcb1c6
release: fcd8e3be91ac61f0b1a4b0f8bcbb4245c59410d5
release: 201ece97e589a880d0b3f000affc9bf459e90cee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beta: 455e1f6102abb79185a3dd3224801b288467957a
central: 86f04c8644c25df559f4d2e525ad43666056ab5f
central: e4ef0bdde522fc4c8cf2ed2e89b09c8540a7a5f9
esr115: 60f7dc179043ff8878a96af3ee4743fef3daac76
esr128: 20634f349813e4a0be1b65dc9709dc66f7e26606
release: 5136282ab166d44a2aa9ade792ce29f22dca0a3a
release: ee04fe9037b38871b158111733e9b560802e5bc7
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ focus/klar-v132.0: d9ed6134db59ff456d343e2bb211aefd040319ac
focus/klar-v133.0: a3372669a06fa684d3c5945c317d6787e3125303
focus/klar-v134.0: be550d94c2c7bc8b8902cdf7fe542a64e73a381a
focus/klar-v135.0: c3145564c445d2f7d9e95527e8242c5d21f99cf9
main: ff0bc4bcb857a0a5f217d09ebdcd91f423f9b3da
main: 9edd3eb844db35557f673c28bdef1215a6180a60
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
release/v126: 6f305409b4af68e8404401a2caad8cb0da9a0494
Expand All @@ -26,5 +26,5 @@ release/v131: 7444df581b62d357df12ddc3c90d821d940efbb8
release/v132: cb318d0061ec6354167ecc1968020d5d75f1bffc
release/v133: 7c651ce29e94c6389af7a69ec6b5c44251976e92
release/v134: 58f809c3c0717fffaef3bf9443b2c1e3e3a86a0f
release/v135: 9e8eaeb7a98d34af87573cd955abd984fb913aaf
release/v135: 6651f526c6c5786dd2c83b2fe5ed7f13efdfc4a2
release/v136: 8ea2382a5714cb66463fdae795be60918a88d09a
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
version: 1.0.0
about:
description: The root level Feature Manifest for Focus for iOS
channels:
- beta
features:
nimbus-validation:
description: A tiny feature to validate that Nimbus is working
variables:
bold-tip-title:
description: Make the tips title label bold
type: Boolean
default: true
onboarding-variables:
description: A collection of variables about onboarding
variables:
show-new-onboarding:
description: Should the v2 of the onboarding be shown.
type: Boolean
default: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
version: 1.0.0
about:
description: The root level Feature Manifest for Focus for iOS
channels:
- developer
features:
nimbus-validation:
description: A tiny feature to validate that Nimbus is working
variables:
bold-tip-title:
description: Make the tips title label bold
type: Boolean
default: true
onboarding-variables:
description: A collection of variables about onboarding
variables:
show-new-onboarding:
description: Should the v2 of the onboarding be shown.
type: Boolean
default: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
nimbus-validation:
description: A tiny feature to validate that Nimbus is working
hasExposure: true
exposureDescription: ""
variables:
bold-tip-title:
type: boolean
description: Make the tips title label bold
onboarding-variables:
description: A collection of variables about onboarding
hasExposure: true
exposureDescription: ""
variables:
show-new-onboarding:
type: boolean
description: Should the v2 of the onboarding be shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
version: 1.0.0
about:
description: The root level Feature Manifest for Focus for iOS
channels:
- release
features:
nimbus-validation:
description: A tiny feature to validate that Nimbus is working
variables:
bold-tip-title:
description: Make the tips title label bold
type: Boolean
default: true
onboarding-variables:
description: A collection of variables about onboarding
variables:
show-new-onboarding:
description: Should the v2 of the onboarding be shown.
type: Boolean
default: false
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main: ff0bc4bcb857a0a5f217d09ebdcd91f423f9b3da
main: 9edd3eb844db35557f673c28bdef1215a6180a60
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b
Expand All @@ -17,7 +17,7 @@ release/v131: 7444df581b62d357df12ddc3c90d821d940efbb8
release/v132: cb318d0061ec6354167ecc1968020d5d75f1bffc
release/v133: 7c651ce29e94c6389af7a69ec6b5c44251976e92
release/v134: 58f809c3c0717fffaef3bf9443b2c1e3e3a86a0f
release/v135: 9e8eaeb7a98d34af87573cd955abd984fb913aaf
release/v135: 6651f526c6c5786dd2c83b2fe5ed7f13efdfc4a2
release/v136: 8ea2382a5714cb66463fdae795be60918a88d09a
v117.0: 3b275ab1e4ccef769d84437033c0c68acfd2df8a
v117.1: 55ddcf473a65d106d43f6d2ae5af4076d6d03688
Expand Down
Loading