Skip to content

Commit 544cd16

Browse files
sam-b-rosesophschneider
authored andcommitted
Enable the Summer Editions 2023 feature flag by default (#9821)
1 parent 87bc90f commit 544cd16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/nice-zoos-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/polaris': major
3+
---
4+
5+
Enabled the Summer Editions 2023 feature flag by default

polaris-react/src/components/AppProvider/AppProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class AppProvider extends Component<AppProviderProps, State> {
150150

151151
return {
152152
...features,
153-
polarisSummerEditions2023: features?.polarisSummerEditions2023 ?? false,
153+
polarisSummerEditions2023: features?.polarisSummerEditions2023 ?? true,
154154
polarisSummerEditions2023ShadowBevelOptOut:
155155
features?.polarisSummerEditions2023ShadowBevelOptOut ?? false,
156156
};

0 commit comments

Comments
 (0)