Skip to content

Commit

Permalink
Update main with v15.2.0 (#3638)
Browse files Browse the repository at this point in the history
* Remove deprecated languages (#3627)

* Update translation.yml

* Delete locales/vi.schema.json (last in batch)

---------

Co-authored-by: translation-platform-development[bot] <76217502+translation-platform-development[bot]@users.noreply.github.com>

* Remove doubled semicolons (#3635)

* remove overflow hidden on body when necessary (#3636)

* add release notes and version bump

---------

Co-authored-by: translation-platform-development[bot] <76217502+translation-platform-development[bot]@users.noreply.github.com>
Co-authored-by: Eugene Kasimov <105315663+eugenekasimov@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 4, 2024
1 parent 3a45bc1 commit a55d1f7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3,426 deletions.
1 change: 1 addition & 0 deletions assets/theme-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ document.addEventListener('shopify:section:load', () => {
document.addEventListener('shopify:section:unload', (event) => {
document.querySelectorAll(`[data-section="${event.detail.sectionId}"]`).forEach((element) => {
element.remove();
document.body.classList.remove('overflow-hidden');
});
});

Expand Down
2 changes: 1 addition & 1 deletion config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "theme_info",
"theme_name": "Dawn",
"theme_version": "15.1.0",
"theme_version": "15.2.0",
"theme_author": "Shopify",
"theme_documentation_url": "https://help.shopify.com/manual/online-store/themes",
"theme_support_url": "https://support.shopify.com/"
Expand Down
Loading

0 comments on commit a55d1f7

Please sign in to comment.