From f755e32bedfe07594ddf8eed706bfd9901dbbf0a Mon Sep 17 00:00:00 2001 From: ConnectDotz Date: Sun, 20 Dec 2020 10:40:40 -0500 Subject: [PATCH] prepare for alpha.2 release (#641) --- CHANGELOG.md | 5 +++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0944bc91..e4763ba7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ Bug-fixes within the same version aren't needed ## Master -* use assertion's fullName in TestResult instead of the source test name - @connectdotz -* consolidated and simplified coverage formatter parsing logic; added overlay color customization; change coverage formatter/colors will take effect without restarting vscode; updated coverage help in README. - @connectdotz --> +### 4.0.0-alpha.2 +* use assertion's fullName in TestResult instead of the source test name - @connectdotz +* consolidated and simplified coverage formatter parsing logic; added overlay color customization; change coverage formatter/colors will take effect without restarting vscode; updated coverage help in README. - @connectdotz ### 4.0.0-alpha.1 * change path of jest executable in order to support running jest in yarn workspaces - @glentakahashi * refactor editor decorations and load icons from `vscode-codicons` [@Tymek](https://github.com/Tymek) diff --git a/package.json b/package.json index 081aef29e..c420160c5 100644 --- a/package.json +++ b/package.json @@ -287,7 +287,7 @@ "dependencies": { "istanbul-lib-coverage": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", - "jest-editor-support": "^28.0.0-beta", + "jest-editor-support": "^28.0.0", "jest-snapshot": "^25.5.0", "vscode-codicons": "^0.0.4" }, diff --git a/yarn.lock b/yarn.lock index cd9d62ce5..7b3af57af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3950,10 +3950,10 @@ jest-each@^26.6.2: jest-util "^26.6.2" pretty-format "^26.6.2" -jest-editor-support@^28.0.0-beta: - version "28.0.0-beta.0" - resolved "https://registry.yarnpkg.com/jest-editor-support/-/jest-editor-support-28.0.0-beta.0.tgz#2c7277be185f17393d08bebeb2e4f4c0ba7df62f" - integrity sha512-9n/nCnsMwnfujhfzaJ9RH19/E1NVjJZoU+sNic79mKPH74ihprN8gAzH25gt5HFpJnuaRlVmOMEMjynHwDSyww== +jest-editor-support@^28.0.0: + version "28.0.0" + resolved "https://registry.yarnpkg.com/jest-editor-support/-/jest-editor-support-28.0.0.tgz#bef5f030c8ce725e34eabb81238d5b2c39b7dafd" + integrity sha512-Q4dc96HI0Y9eBkN0RwZL4PEZhKU4VHOKetsu1AsuNe+aypV44p2wa9RrYgZN0JQQ6FSyV00cSX/2BfPiOsutNw== dependencies: "@babel/parser" "^7.8.3" "@babel/traverse" "^7.6.2"