From 5fe8eeb3dfdf5419b5c929c825e177326fea003a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Oct 2018 09:47:44 +0000 Subject: [PATCH] chore(release): 4.0.3 [skip ci] ## [4.0.3](https://github.com/wix/vscode-glean/compare/v4.0.2...v4.0.3) (2018-10-25) ### Bug Fixes * **stateless-to-stateful:** added support for rest operator in props ([b268951](https://github.com/wix/vscode-glean/commit/b268951)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 25 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35bca5..3a4e75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.3](https://github.com/wix/vscode-glean/compare/v4.0.2...v4.0.3) (2018-10-25) + + +### Bug Fixes + +* **stateless-to-stateful:** added support for rest operator in props ([b268951](https://github.com/wix/vscode-glean/commit/b268951)) + ## [4.0.2](https://github.com/wix/vscode-glean/compare/v4.0.1...v4.0.2) (2018-10-25) diff --git a/package-lock.json b/package-lock.json index 457952c..77be401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,6 +63,12 @@ "@babel/types": "7.1.2" } }, + "@babel/helper-plugin-utils": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz", + "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==", + "dev": true + }, "@babel/helper-split-export-declaration": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz", @@ -103,6 +109,25 @@ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.1.2.tgz", "integrity": "sha512-x5HFsW+E/nQalGMw7hu+fvPqnBeBaIr0lWJ2SG0PPL2j+Pm9lYvCrsZJGIgauPIENx0v10INIyFjmSNUD/gSqQ==" }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0.tgz", + "integrity": "sha512-14fhfoPcNu7itSen7Py1iGN0gEm87hX/B+8nZPqkdmANyyYWYMY2pjA3r8WXbWVKMzfnSNS0xY8GVS0IjXi/iw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "7.0.0", + "@babel/plugin-syntax-object-rest-spread": "7.0.0" + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0.tgz", + "integrity": "sha512-5A0n4p6bIiVe5OvQPxBnesezsgFJdHhSs3uFSvaPdMqtsovajLZ+G2vZyvNe10EzJBWWo3AcHGKhAFUxqwp2dw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "7.0.0" + } + }, "@babel/template": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz",