From 59f0bf1e2b2ac70afad9f38cf818671eea37d56c Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 17 Feb 2017 14:03:09 -0600 Subject: [PATCH 1/3] create a new patch version in order to publish the previous PR as a minor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d03bc34..53ba5f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-frost-list", - "version": "5.3.1", + "version": "5.3.2", "description": "The default blueprint for ember-cli addons.", "frostGuideDirectory": "ui-components/content-views/list", "directories": { From 1a878cca54e130b2999af44b07be57be14a87b05 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 17 Feb 2017 14:34:20 -0600 Subject: [PATCH 2/3] set tags back to false in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0302081..f77aba4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ deploy: branch: master condition: "$EMBER_TRY_SCENARIO = 'default'" node: 'stable' - tags: true + tags: false after_deploy: - ".travis/publish-gh-pages.sh" notifications: From 63cdf8ec2fa8e5591279d7cf72d6b1c6811d3dcb Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 17 Feb 2017 14:41:11 -0600 Subject: [PATCH 3/3] undo manual version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53ba5f3..d03bc34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-frost-list", - "version": "5.3.2", + "version": "5.3.1", "description": "The default blueprint for ember-cli addons.", "frostGuideDirectory": "ui-components/content-views/list", "directories": {