From 0d0522afad6701791d916f824ccbfb3df7aecb02 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 24 Jun 2019 11:53:48 -0700 Subject: [PATCH] 2.8.0 --- lib/utils/boot.html | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils/boot.html b/lib/utils/boot.html index e58cb93f87..d1f275c970 100644 --- a/lib/utils/boot.html +++ b/lib/utils/boot.html @@ -49,7 +49,7 @@ }; /* eslint-enable */ - window.Polymer.version = '2.7.2'; + window.Polymer.version = '2.8.0'; /* eslint-disable no-unused-vars */ /* diff --git a/package-lock.json b/package-lock.json index 25ab31c824..74f8a167d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "2.7.2", + "version": "2.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f322acb7f0..b7e2cd4b48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "2.7.2", + "version": "2.8.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.html", "directories": {