From 92cc401692c127b6a8b256201282a2e3c5d892e5 Mon Sep 17 00:00:00 2001 From: Paulo Margarido <64600052+paulomarg@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:23:30 -0400 Subject: [PATCH] Preparing for release v22.4.0 --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 5 ++++- Gemfile.lock | 2 +- lib/shopify_app/version.rb | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e24f719e4..90136a4ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f64b53e..11df9d235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 7fd4d85d3..cd3e3f2df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/shopify_app/version.rb b/lib/shopify_app/version.rb index 541796d92..b98970d19 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.3.1" + VERSION = "22.4.0" end diff --git a/package.json b/package.json index fcaaddcad..b85c6ec2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify_app", - "version": "22.3.1", + "version": "22.4.0", "repository": "git@github.com:Shopify/shopify_app.git", "author": "Shopify", "license": "MIT",