From 5c7701cc09f0efb9131a798c83f8d93e7b259b04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Tue, 12 Nov 2019 21:56:34 +0100 Subject: [PATCH] fixed build of polyfills which was broken because of core-js update --- .config/polyfillList.js | 16 ++++++++-------- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.config/polyfillList.js b/.config/polyfillList.js index 37f80bd..c856f61 100644 --- a/.config/polyfillList.js +++ b/.config/polyfillList.js @@ -1,8 +1,8 @@ -import 'core-js/modules/es6.object.assign' -import 'core-js/modules/es6.object.keys' -import 'core-js/modules/es6.function.name' -import 'core-js/modules/es6.symbol' -import 'core-js/modules/es6.set' -import 'core-js/modules/es7.array.includes' -import 'core-js/modules/es6.string.includes' -import 'core-js/modules/es6.array.from' +import 'core-js/modules/es.object.assign' +import 'core-js/modules/es.object.keys' +import 'core-js/modules/es.function.name' +import 'core-js/modules/es.symbol' +import 'core-js/modules/es.set' +import 'core-js/modules/es.array.includes' +import 'core-js/modules/es.string.includes' +import 'core-js/modules/es.array.from' diff --git a/CHANGELOG.md b/CHANGELOG.md index 92cadc7..3250aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.0.16] - 2019-11-12 + +### Fixed +- fixed build of polyfills which was broken because of core-js update + ## [3.0.15] - 2019-11-08 ### Fixed @@ -840,6 +845,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: +[3.0.16]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.16 [3.0.15]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.15 [3.0.14]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.14 [3.0.13]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.13 diff --git a/package.json b/package.json index 00b6bb6..3ccde60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svgdotjs/svg.js", - "version": "3.0.15", + "version": "3.0.16", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgdotjs.github.io/", "homepage": "https://svgdotjs.github.io/", -- 2.39.5