From b8362abb75c38149ce8d30677f35aed5e40ccbf1 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 12 Mar 2020 10:59:45 -0700 Subject: [PATCH 1/3] Add stalebot config --- .github/stale.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000000..d9d001fb69 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,12 @@ +# Mark issues stale after 1 year +daysUntilStale: 365 +# Delete stale issues after 2 years +daysUntilClose: 730 +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +closeComment: > + This issue has been automatically closed after being marked stale. If you're + still facing this problem with the above solution, please comment and we'll + reopen! From 0858531193449d76604c3f3e3c332b90551a47e6 Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Thu, 23 Apr 2020 15:09:00 -0700 Subject: [PATCH 2/3] [ci skip] bump to 3.4.0 --- lib/mixins/element-mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mixins/element-mixin.js b/lib/mixins/element-mixin.js index 9dbc0fd965..fb5ee7ec01 100644 --- a/lib/mixins/element-mixin.js +++ b/lib/mixins/element-mixin.js @@ -24,7 +24,7 @@ import { wrap } from '../utils/wrap.js'; * Current Polymer version in Semver notation. * @type {string} Semver notation of the current version of Polymer. */ -export const version = '3.3.1'; +export const version = '3.4.0'; export const builtCSS = window.ShadyCSS && window.ShadyCSS['cssBuild']; From 70ab725bdcb046787ddddd2a8fe51d58f17c9822 Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Thu, 23 Apr 2020 15:10:34 -0700 Subject: [PATCH 3/3] 3.4.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index df28fbfa41..93199ea4a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 851ed99d05..8a7e850a65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "3.3.1", + "version": "3.4.0", "description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write", "main": "polymer-element.js", "module": "polymer-element.js",