From 040f7836ad467dae5a0b849b02442a3ed2607b18 Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Mon, 3 May 2021 13:44:14 +0300 Subject: [PATCH] 3.11.2 --- CHANGELOG.md | 5 ++++- README.md | 8 ++++---- lerna.json | 2 +- package.json | 2 +- packages/core-js-builder/package.json | 6 +++--- packages/core-js-bundle/package.json | 2 +- packages/core-js-compat/package.json | 2 +- packages/core-js-pure/package.json | 2 +- packages/core-js/internals/shared.js | 2 +- packages/core-js/package.json | 2 +- 10 files changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e487870c4b6a..a4278df546e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## Changelog ##### Unreleased -- Added a workaround of WebKit ~ iOS 10.3 Safari `Promise` instantiation bug, [#932](https://github.com/zloirock/core-js/issues/932) +- Nothing + +##### 3.11.2 - 2021.05.03 +- Added a workaround of WebKit ~ iOS 10.3 Safari `Promise` bug, [#932](https://github.com/zloirock/core-js/issues/932) - `Promise#then` of incorrect native `Promise` implementations with correct subclassing no longer wrapped - Changed the order of `Promise` feature detection, removed unhandled rejection tracking check in non-browser non-node platforms diff --git a/README.md b/README.md index f1213183f918..7cb649ac2df5 100644 --- a/README.md +++ b/README.md @@ -118,14 +118,14 @@ Promise.resolve(32).then(x => console.log(x)); // => 32 ### Installation:[⬆](#index) ``` // global version -npm install --save core-js@3.11.1 +npm install --save core-js@3.11.2 // version without global namespace pollution -npm install --save core-js-pure@3.11.1 +npm install --save core-js-pure@3.11.2 // bundled global version -npm install --save core-js-bundle@3.11.1 +npm install --save core-js-bundle@3.11.2 ``` -Already bundled version of `core-js` [on CDN](https://unpkg.com/core-js-bundle@3.11.1) ([minified version](https://unpkg.com/core-js-bundle@3.11.1/minified.js)). +Already bundled version of `core-js` [on CDN](https://unpkg.com/core-js-bundle@3.11.2) ([minified version](https://unpkg.com/core-js-bundle@3.11.2/minified.js)). ### `postinstall` message[⬆](#index) The `core-js` project needs your help, so the package shows a message about it after installation. If it causes problems for you, you can disable it: diff --git a/lerna.json b/lerna.json index fab55bf5e374..34561939470d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.11.1", + "version": "3.11.2", "packages": [ "packages/*" ] diff --git a/package.json b/package.json index 2a5086aec704..37792961ba44 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.11.1", + "version": "3.11.2", "devDependencies": { "@babel/cli": "^7.13.16", "@babel/core": "^7.14.0", diff --git a/packages/core-js-builder/package.json b/packages/core-js-builder/package.json index 50b2c8dcf0a4..83b498c4d118 100644 --- a/packages/core-js-builder/package.json +++ b/packages/core-js-builder/package.json @@ -1,7 +1,7 @@ { "name": "core-js-builder", "description": "core-js builder", - "version": "3.11.1", + "version": "3.11.2", "repository": { "type": "git", "url": "https://github.com/zloirock/core-js.git", @@ -9,8 +9,8 @@ }, "main": "index.js", "dependencies": { - "core-js": "3.11.1", - "core-js-compat": "3.11.1", + "core-js": "3.11.2", + "core-js-compat": "3.11.2", "mkdirp": ">=0.5.5 <1", "webpack": ">=4.46.0 <5" }, diff --git a/packages/core-js-bundle/package.json b/packages/core-js-bundle/package.json index f59582a4ad58..8fbf7859a7f7 100644 --- a/packages/core-js-bundle/package.json +++ b/packages/core-js-bundle/package.json @@ -1,7 +1,7 @@ { "name": "core-js-bundle", "description": "Standard library", - "version": "3.11.1", + "version": "3.11.2", "repository": { "type": "git", "url": "https://github.com/zloirock/core-js.git", diff --git a/packages/core-js-compat/package.json b/packages/core-js-compat/package.json index 79df15e93805..9303ab5e20e4 100644 --- a/packages/core-js-compat/package.json +++ b/packages/core-js-compat/package.json @@ -1,7 +1,7 @@ { "name": "core-js-compat", "description": "core-js compat", - "version": "3.11.1", + "version": "3.11.2", "repository": { "type": "git", "url": "https://github.com/zloirock/core-js.git", diff --git a/packages/core-js-pure/package.json b/packages/core-js-pure/package.json index f35b93a4990f..63efcda4e9e3 100644 --- a/packages/core-js-pure/package.json +++ b/packages/core-js-pure/package.json @@ -1,7 +1,7 @@ { "name": "core-js-pure", "description": "Standard library", - "version": "3.11.1", + "version": "3.11.2", "repository": { "type": "git", "url": "https://github.com/zloirock/core-js.git", diff --git a/packages/core-js/internals/shared.js b/packages/core-js/internals/shared.js index 1c25f67e9810..273c07c81571 100644 --- a/packages/core-js/internals/shared.js +++ b/packages/core-js/internals/shared.js @@ -4,7 +4,7 @@ var store = require('../internals/shared-store'); (module.exports = function (key, value) { return store[key] || (store[key] = value !== undefined ? value : {}); })('versions', []).push({ - version: '3.11.1', + version: '3.11.2', mode: IS_PURE ? 'pure' : 'global', copyright: '© 2021 Denis Pushkarev (zloirock.ru)' }); diff --git a/packages/core-js/package.json b/packages/core-js/package.json index 75945217701b..a39adc447d3c 100644 --- a/packages/core-js/package.json +++ b/packages/core-js/package.json @@ -1,7 +1,7 @@ { "name": "core-js", "description": "Standard library", - "version": "3.11.1", + "version": "3.11.2", "repository": { "type": "git", "url": "https://github.com/zloirock/core-js.git",