From 8c8613d1afef14edc4a64f145431c222ff44fc33 Mon Sep 17 00:00:00 2001 From: "Juan P. Prieto" Date: Wed, 19 Mar 2025 17:22:57 -0700 Subject: [PATCH 1/2] Update package.json manually to 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0156cae59..f7f41bd81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify-buy", - "version": "3.0.0", + "version": "3.0.1", "description": "The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.", "main": "index.js", "jsnext:main": "index.es.js", From d84b2d147232789b625317cbaf899441586ee0a4 Mon Sep 17 00:00:00 2001 From: "Juan P. Prieto" Date: Wed, 19 Mar 2025 17:24:26 -0700 Subject: [PATCH 2/2] Delete previous changeset --- .changeset/lazy-pets-join.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .changeset/lazy-pets-join.md diff --git a/.changeset/lazy-pets-join.md b/.changeset/lazy-pets-join.md deleted file mode 100644 index 01ee3e2ca..000000000 --- a/.changeset/lazy-pets-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shopify-buy": patch ---- - -Move npm releases to github actions with changeset and provenance