From 511e242da8089358bca7944f34c2169b106d125b Mon Sep 17 00:00:00 2001 From: Jennifer Gray Date: Thu, 10 Dec 2020 11:40:19 -0500 Subject: [PATCH 1/2] Packaging for release 15.1.0 --- CHANGELOG.md | 4 ++++ lib/shopify_app/version.rb | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc9da0d2..f962cd310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +15.1.0 +------ +* Update all `html.erb` and `css` files to correspond with updated store admin design language [#1102](https://github.com/Shopify/shopify_app/pull/1102) + 15.0.1 ------ * Allow JWT session token `sub` field to be parsed as a string [#1103](https://github.com/Shopify/shopify_app/pull/1103) diff --git a/lib/shopify_app/version.rb b/lib/shopify_app/version.rb index b974e2b8c..85c99e85e 100644 --- a/lib/shopify_app/version.rb +++ b/lib/shopify_app/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ShopifyApp - VERSION = '15.0.1' + VERSION = '15.1.0' end diff --git a/package.json b/package.json index 1df62d551..d3c6ef73a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify_app", - "version": "15.0.1", + "version": "15.1.0", "repository": "git@github.com:Shopify/shopify_app.git", "author": "Shopify", "license": "MIT", From 38488429cd35b3769b1638ec1db98507da9dd557 Mon Sep 17 00:00:00 2001 From: Jennifer Gray Date: Thu, 10 Dec 2020 12:26:32 -0500 Subject: [PATCH 2/2] update bump to version 16.0.0 and run bundle install --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/shopify_app/version.rb | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f962cd310..24c23b388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -15.1.0 +16.0.0 ------ * Update all `html.erb` and `css` files to correspond with updated store admin design language [#1102](https://github.com/Shopify/shopify_app/pull/1102) diff --git a/Gemfile.lock b/Gemfile.lock index 7103fe031..969af3c99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify_app (15.0.1) + shopify_app (16.0.0) browser_sniffer (~> 1.2.2) jwt (~> 2.2.1) omniauth-shopify-oauth2 (~> 2.2.2) diff --git a/lib/shopify_app/version.rb b/lib/shopify_app/version.rb index 85c99e85e..2e59ab740 100644 --- a/lib/shopify_app/version.rb +++ b/lib/shopify_app/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ShopifyApp - VERSION = '15.1.0' + VERSION = '16.0.0' end diff --git a/package.json b/package.json index d3c6ef73a..2378c3868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopify_app", - "version": "15.1.0", + "version": "16.0.0", "repository": "git@github.com:Shopify/shopify_app.git", "author": "Shopify", "license": "MIT",