From 4beb2b85caac19e7bd563f80239a145dca0915d3 Mon Sep 17 00:00:00 2001 From: Zoey Lan Date: Mon, 6 May 2024 11:11:21 -0600 Subject: [PATCH] Packaging for release 22.2.1 --- CHANGELOG.md | 2 ++ Gemfile.lock | 2 +- lib/shopify_app/version.rb | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be840149..6a39aa77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ Unreleased ---------- + +22.2.1 (May 6,2024) * Patch - Don't delete session on 401 errors during retry in `with_token_refetch` [#1844](https://github.com/Shopify/shopify_app/pull/1844) 22.2.0 (May 2,2024) diff --git a/Gemfile.lock b/Gemfile.lock index 9b2a722a3..e7a5540ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_app (22.2.0) + shopify_app (22.2.1) activeresource addressable (~> 2.7) jwt (>= 2.2.3) diff --git a/lib/shopify_app/version.rb b/lib/shopify_app/version.rb index 99797da62..3cdbfb322 100644 --- a/lib/shopify_app/version.rb +++ b/lib/shopify_app/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ShopifyApp - VERSION = "22.2.0" + VERSION = "22.2.1" end diff --git a/package.json b/package.json index 1e87212da..1f5aa7e54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify_app", - "version": "22.2.0", + "version": "22.2.1", "repository": "git@github.com:Shopify/shopify_app.git", "author": "Shopify", "license": "MIT",