Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Release Wasm Scripts Projects #2076

Merged
merged 2 commits into from
Feb 18, 2022
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h
### Added
* [#1866](https://github.com/Shopify/shopify-cli/pull/1866): Enforce git dependency
* [#2009](https://github.com/Shopify/shopify-cli/pull/2009): Add localization support for Checkout Extensions
* [#2076](https://github.com/Shopify/shopify-cli/pull/2076): Release Wasm Script Projects

### Fixed
* [#2030](https://github.com/Shopify/shopify-cli/pull/2030): Fix Theme::Syncer handling of file deletions in `download_file!`
Expand Down
4 changes: 0 additions & 4 deletions lib/project_types/script/config/extension_points.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ payment_methods:
package: "@shopify/scripts-checkout-apis"
repo: "https://github.com/Shopify/scripts-apis-examples"
wasm:
beta: true
repo: "https://github.com/Shopify/scripts-apis-examples"
shipping_methods:
domain: 'checkout'
Expand All @@ -22,7 +21,6 @@ shipping_methods:
package: "@shopify/scripts-checkout-apis"
repo: "https://github.com/Shopify/scripts-apis-examples"
wasm:
beta: true
repo: "https://github.com/Shopify/scripts-apis-examples"
merchandise_discount_types:
beta: true
Expand All @@ -33,7 +31,6 @@ merchandise_discount_types:
package: "@shopify/scripts-discounts-apis"
repo: "https://github.com/Shopify/scripts-apis-examples"
wasm:
beta: true
repo: "https://github.com/Shopify/scripts-apis-examples"
delivery_discount_types:
beta: true
Expand All @@ -44,5 +41,4 @@ delivery_discount_types:
package: "@shopify/scripts-discounts-apis"
repo: "https://github.com/Shopify/scripts-apis-examples"
wasm:
beta: true
repo: "https://github.com/Shopify/scripts-apis-examples"