Skip to content

Commit

Permalink
Packaging for release 9.0.3 (#742)
Browse files Browse the repository at this point in the history
Packaging for release 9.0.3
  • Loading branch information
nwtn committed May 6, 2019
2 parents 9db2416 + 8e1486b commit 5613559
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
9.0.3
-----

* Add `meta viewport` tags to fix mobile responsive problems
* Remove outdated, extraneous `yarn.lock` file (and rely on existing `package-lock.json` instead)
* Move inline js to a js asset file
* Minor documentation corrections

9.0.2
-----

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 = '9.0.2'.freeze
VERSION = '9.0.3'.freeze
end
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "9.0.2",
"version": "9.0.3",
"repository": "git@github.com:Shopify/shopify_app.git",
"author": "Shopify",
"license": "MIT",
Expand Down

0 comments on commit 5613559

Please sign in to comment.