Skip to content

Commit

Permalink
fixed build of polyfills which was broken because of core-js update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Nov 12, 2019
1 parent 4b92c58 commit 5c7701c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .config/polyfillList.js
Original file line number Diff line number Diff line change
@@ -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'
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -840,6 +845,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:


<!-- Headings above link to the releases listed here -->
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 5c7701c

Please sign in to comment.