Skip to content

Commit c69524c

Browse files
committed
Enable the Summer Editions 2023 feature flag by default (#9821)
1 parent 1e3d4c3 commit c69524c

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
@@ -109,7 +109,7 @@ export class AppProvider extends Component<AppProviderProps, State> {
109109

110110
return {
111111
...features,
112-
polarisSummerEditions2023: features?.polarisSummerEditions2023 ?? false,
112+
polarisSummerEditions2023: features?.polarisSummerEditions2023 ?? true,
113113
polarisSummerEditions2023ShadowBevelOptOut:
114114
features?.polarisSummerEditions2023ShadowBevelOptOut ?? false,
115115
};

0 commit comments

Comments
 (0)