mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
Merge tag 'v3.4.0' into legacy-undefined-noBatch_release-notes
3.4.0
This commit is contained in:
@@ -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!
|
||||
@@ -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'];
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polymer/polymer",
|
||||
"version": "3.3.1",
|
||||
"version": "3.4.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user