Skip to content

Commit

Permalink
Merge pull request #1888 from Shopify/release_v22_3_1
Browse files Browse the repository at this point in the history
Packaging for release v22.3.1
  • Loading branch information
paulomarg authored Jul 26, 2024
2 parents f782371 + 187734c commit d503c08
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased
----------

22.3.1 (July 26, 2024)
----------
- Handle edge case where we attempted to redirect to login when already at the top level [#1887](https://github.com/Shopify/shopify_app/pull/1887)

22.3.0 (July 24, 2024)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify_app (22.3.0)
shopify_app (22.3.1)
activeresource
addressable (~> 2.7)
jwt (>= 2.2.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ShopifyApp
VERSION = "22.3.0"
VERSION = "22.3.1"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify_app",
"version": "22.3.0",
"version": "22.3.1",
"repository": "[email protected]:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit d503c08

Please sign in to comment.