From b8d4eee786738de61720624688ce22f07516d665 Mon Sep 17 00:00:00 2001 From: Adam Petro Date: Mon, 2 Jun 2025 10:09:12 -0400 Subject: [PATCH] v1.1.0 --- Cargo.lock | 4 ++-- shopify_function/Cargo.toml | 4 ++-- shopify_function_macro/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fce280..b7e867a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,7 +1220,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shopify_function" -version = "1.0.0" +version = "1.1.0" dependencies = [ "ryu", "serde_json", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "shopify_function_macro" -version = "1.0.0" +version = "1.1.0" dependencies = [ "bluejay-core", "bluejay-typegen-codegen", diff --git a/shopify_function/Cargo.toml b/shopify_function/Cargo.toml index 9df9075..5c59731 100644 --- a/shopify_function/Cargo.toml +++ b/shopify_function/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT" @@ -8,7 +8,7 @@ description = "Crate to write Shopify Functions in Rust." [dependencies] serde_json = "1.0" -shopify_function_macro = { version = "1.0.0", path = "../shopify_function_macro" } +shopify_function_macro = { version = "1.1.0", path = "../shopify_function_macro" } shopify_function_wasm_api = "0.1.0" # Use the `small` feature of ryu (transitive dependency through serde_json) diff --git a/shopify_function_macro/Cargo.toml b/shopify_function_macro/Cargo.toml index 4ccc6d2..7494db9 100644 --- a/shopify_function_macro/Cargo.toml +++ b/shopify_function_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shopify_function_macro" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Surma ", "Delta Pham "] license = "MIT"