Skip to content

Commit

Permalink
Enable the Summer Editions 2023 feature flag by default (#9821)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-b-rose committed Aug 15, 2023
1 parent e34b94e commit 84e66a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nice-zoos-vanish.md
@@ -0,0 +1,5 @@
---
'@shopify/polaris': major
---

Enabled the Summer Editions 2023 feature flag by default
2 changes: 1 addition & 1 deletion polaris-react/src/components/AppProvider/AppProvider.tsx
Expand Up @@ -109,7 +109,7 @@ export class AppProvider extends Component<AppProviderProps, State> {

return {
...features,
polarisSummerEditions2023: features?.polarisSummerEditions2023 ?? false,
polarisSummerEditions2023: features?.polarisSummerEditions2023 ?? true,
polarisSummerEditions2023ShadowBevelOptOut:
features?.polarisSummerEditions2023ShadowBevelOptOut ?? false,
};
Expand Down

0 comments on commit 84e66a3

Please sign in to comment.