Skip to content

Commit

Permalink
Packaging for release 8.4.1 (Shopify#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtn committed Feb 6, 2019
1 parent 012b32b commit d106fd9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
8.4.1
-----
* Update README and Releasing.md
* Allow user agent to not be set
* Remove legacy EASDK examples
* Add .ruby-version file
* Clean up omniauth setup and fix examples
* Fix infinite redirect loops if users have disabled 3rd party cookies in their browser

8.4.0
----
* Fix embedded app session management in Safari 12.1
Expand All @@ -18,7 +27,7 @@

8.2.6
----
* Sanitize the shop query param to include `.myshopify.com` if no domain was provided
* Sanitize the shop query param to include `.myshopify.com` if no domain was provided

8.2.5
----
Expand Down
1 change: 1 addition & 0 deletions docs/Releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Releasing ShopifyApp
1. Check the Semantic Versioning page for info on how to version the new release: http:https://semver.org
2. Create a pull request with the following changes:
* Update the version of ShopifyApp in lib/shopify_app/version.rb
* Update the version in package.json
* Add a CHANGELOG entry for the new release with the date
* Change the title of the PR to something like: "Packaging for release X.Y.Z"
3. Merge your pull request
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyApp
VERSION = '8.4.0'.freeze
VERSION = '8.4.1'.freeze
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": "1.1.0",
"version": "8.4.1",
"repository": "[email protected]:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit d106fd9

Please sign in to comment.