Skip to content

Commit 1dda5cb

Browse files
authored
Merge pull request #1899 from Shopify/release_22_4_0
Packaging for release v22.4.0
2 parents 8221012 + 92cc401 commit 1dda5cb

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Ruby ${{ matrix.version }}
1313
strategy:
1414
matrix:
15-
version: ['3.0', '3.1', '3.2']
15+
version: ['3.0', '3.1', '3.2', '3.3']
1616

1717
steps:
1818
- uses: actions/checkout@v3

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Unreleased
22
----------
3-
* Add the `unified_admin_domain` configuration option for the unified admin domain.
3+
4+
22.4.0 (August 22, 2024)
5+
----------
6+
- Add the `unified_admin_domain` configuration option for the unified admin domain.
47
- Add new generators for webhook subscriptions defined in the `shopify.app.toml` file [1882](https://github.com/Shopify/shopify_app/pull/1882)
58
- Fix test stubbing for Token Exchange auth [1897](https://github.com/Shopify/shopify_app/pull/1897)
69

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_app (22.3.1)
4+
shopify_app (22.4.0)
55
activeresource
66
addressable (~> 2.7)
77
jwt (>= 2.2.3)

lib/shopify_app/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ShopifyApp
4-
VERSION = "22.3.1"
4+
VERSION = "22.4.0"
55
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify_app",
3-
"version": "22.3.1",
3+
"version": "22.4.0",
44
"repository": "[email protected]:Shopify/shopify_app.git",
55
"author": "Shopify",
66
"license": "MIT",

0 commit comments

Comments
 (0)