Skip to content

Commit

Permalink
Merge tag 'v3.4.0' into legacy-undefined-noBatch_release-notes
Browse files Browse the repository at this point in the history
3.4.0
  • Loading branch information
bicknellr committed Apr 27, 2020
2 parents a55e248 + 70ab725 commit 578b508
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -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!
2 changes: 1 addition & 1 deletion lib/mixins/element-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'];

Expand Down
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": "@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",
Expand Down

0 comments on commit 578b508

Please sign in to comment.