Skip to content

Commit

Permalink
Merge pull request #1827 from Shopify/v22.1.0
Browse files Browse the repository at this point in the history
Packaging for release 22.1.0
  • Loading branch information
lizkenyon authored Apr 9, 2024
2 parents 50f789e + 759bad2 commit 380376c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Unreleased
----------

22.1.0 (April 9,2024)
----------
* Extracted class - `PostAuthenticateTasks` to handle post authenticate tasks. To learn more, see [post authenticate tasks](/docs/shopify_app/authentication.md#post-authenticate-tasks). [1819](https://github.com/Shopify/shopify_app/pull/1819)
* Bumps shopify_api depedency to 14.1.0 [1826](https://github.com/Shopify/shopify_app/pull/1826)
* Bumps shopify_api dependency to 14.1.0 [1826](https://github.com/Shopify/shopify_app/pull/1826)

22.0.1 (March 12, 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.0.1)
shopify_app (22.1.0)
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.0.1"
VERSION = "22.1.0"
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.0.1",
"version": "22.1.0",
"repository": "[email protected]:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 380376c

Please sign in to comment.