Skip to content

Commit

Permalink
Merge pull request #1899 from Shopify/release_22_4_0
Browse files Browse the repository at this point in the history
Packaging for release v22.4.0
  • Loading branch information
paulomarg authored Aug 22, 2024
2 parents 8221012 + 92cc401 commit 1dda5cb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Ruby ${{ matrix.version }}
strategy:
matrix:
version: ['3.0', '3.1', '3.2']
version: ['3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased
----------
* Add the `unified_admin_domain` configuration option for the unified admin domain.

22.4.0 (August 22, 2024)
----------
- Add the `unified_admin_domain` configuration option for the unified admin domain.
- Add new generators for webhook subscriptions defined in the `shopify.app.toml` file [1882](https://github.com/Shopify/shopify_app/pull/1882)
- Fix test stubbing for Token Exchange auth [1897](https://github.com/Shopify/shopify_app/pull/1897)

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.1)
shopify_app (22.4.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.3.1"
VERSION = "22.4.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.3.1",
"version": "22.4.0",
"repository": "[email protected]:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 1dda5cb

Please sign in to comment.