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

Commit

Permalink
Merge pull request #2076 from Shopify/lopert.release-wasm
Browse files Browse the repository at this point in the history
Release Wasm Scripts Projects
  • Loading branch information
lopert authored Feb 18, 2022
2 parents b4a741c + 2343938 commit d926d2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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"

0 comments on commit d926d2e

Please sign in to comment.