Skip to content

Commit 932b73a

Browse files
committed
πŸ’Ž Release new version 2.8.3
1 parent 0569a9f commit 932b73a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

β€Ž.babelrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"presets": ["es2015", "stage-2"],
3-
"plugins": ["transform-runtime"],
3+
"plugins": ["transform-runtime", "transform-object-assign"],
44
"comments": false
55
}

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-chartjs",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "vue.js wrapper for chart.js",
55
"author": "Jakub Juszczak <[email protected]>",
66
"homepage": "http://vue-chartjs.org",
@@ -65,6 +65,7 @@
6565
"babel-cli": "^6.24.1",
6666
"babel-core": "^6.25.0",
6767
"babel-loader": "^7.0.0",
68+
"babel-plugin-transform-object-assign": "^6.22.0",
6869
"babel-plugin-transform-runtime": "^6.23.0",
6970
"babel-preset-es2015": "^6.24.1",
7071
"babel-preset-stage-2": "^6.24.1",

β€Žyarn.lockβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,12 @@ babel-plugin-transform-exponentiation-operator@^6.24.1:
687687
babel-plugin-syntax-exponentiation-operator "^6.8.0"
688688
babel-runtime "^6.22.0"
689689

690+
babel-plugin-transform-object-assign@^6.22.0:
691+
version "6.22.0"
692+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-assign/-/babel-plugin-transform-object-assign-6.22.0.tgz#f99d2f66f1a0b0d498e346c5359684740caa20ba"
693+
dependencies:
694+
babel-runtime "^6.22.0"
695+
690696
babel-plugin-transform-object-rest-spread@^6.22.0:
691697
version "6.23.0"
692698
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.23.0.tgz#875d6bc9be761c58a2ae3feee5dc4895d8c7f921"

0 commit comments

Comments
Β (0)