diff --git a/CHANGELOG.md b/CHANGELOG.md index f15ece427ebb..88b31e33bc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Nothing ##### [3.28.0 - 2023.02.14](https://github.com/zloirock/core-js/releases/tag/v3.28.0) -**I highly recommend reading this: [What's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** +**I highly recommend reading this: [So, what's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** --- - [Change `Array` by copy proposal](https://github.com/tc39/proposal-change-array-by-copy): - Methods: diff --git a/ORIGINAL_README.md b/ORIGINAL_README.md index 4273540a7a9c..7446c05ce001 100644 --- a/ORIGINAL_README.md +++ b/ORIGINAL_README.md @@ -6,7 +6,7 @@ -**I highly recommend reading this: [What's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** +**I highly recommend reading this: [So, what's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** --- > Modular standard library for JavaScript. Includes polyfills for [ECMAScript up to 2023](#ecmascript): [promises](#ecmascript-promise), [symbols](#ecmascript-symbol), [collections](#ecmascript-collections), iterators, [typed arrays](#ecmascript-typed-arrays), many other features, [ECMAScript proposals](#ecmascript-proposals), [some cross-platform WHATWG / W3C features and proposals](#web-standards) like [`URL`](#url-and-urlsearchparams). You can load only required features or use it without global namespace pollution. diff --git a/package-lock.json b/package-lock.json index 54ab6eaff0a8..7569ca1f59f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "core-js", - "version": "3.27.2", + "version": "3.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "3.27.2", + "version": "3.28.0", "license": "MIT", "workspaces": [ "./packages/*" @@ -6200,7 +6200,7 @@ } }, "packages/core-js": { - "version": "3.27.2", + "version": "3.28.0", "hasInstallScript": true, "license": "MIT", "funding": { @@ -6209,11 +6209,11 @@ } }, "packages/core-js-builder": { - "version": "3.27.2", + "version": "3.28.0", "license": "MIT", "dependencies": { - "core-js": "3.27.2", - "core-js-compat": "3.27.2", + "core-js": "3.28.0", + "core-js-compat": "3.28.0", "mkdirp": ">=0.5.5 <1", "webpack": ">=4.46.0 <5" }, @@ -6226,7 +6226,7 @@ } }, "packages/core-js-bundle": { - "version": "3.27.2", + "version": "3.28.0", "hasInstallScript": true, "license": "MIT", "funding": { @@ -6235,7 +6235,7 @@ } }, "packages/core-js-compat": { - "version": "3.27.2", + "version": "3.28.0", "license": "MIT", "dependencies": { "browserslist": "^4.21.5" @@ -6246,7 +6246,7 @@ } }, "packages/core-js-pure": { - "version": "3.27.2", + "version": "3.28.0", "hasInstallScript": true, "license": "MIT", "funding": { diff --git a/packages/core-js-builder/README.md b/packages/core-js-builder/README.md index f7e1e9a31dd2..9eb5fc7903f9 100644 --- a/packages/core-js-builder/README.md +++ b/packages/core-js-builder/README.md @@ -6,7 +6,7 @@ -**I highly recommend reading this: [What's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** +**I highly recommend reading this: [So, what's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** --- For some cases could be useful to exclude some `core-js` features or generate a polyfill for target engines. This API helps conditionally include or exclude certain parts of [`core-js`](https://github.com/zloirock/core-js) and build for targets. `modules`, `exclude` and `targets` options are specified in [the `core-js-compat` format](https://github.com/zloirock/core-js/tree/master/packages/core-js-compat). diff --git a/packages/core-js-bundle/README.md b/packages/core-js-bundle/README.md index 52d4a2742ade..a66828017738 100644 --- a/packages/core-js-bundle/README.md +++ b/packages/core-js-bundle/README.md @@ -6,7 +6,7 @@ -**I highly recommend reading this: [What's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** +**I highly recommend reading this: [So, what's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** --- > Modular standard library for JavaScript. Includes polyfills for [ECMAScript up to 2023](https://github.com/zloirock/core-js#ecmascript): [promises](https://github.com/zloirock/core-js#ecmascript-promise), [symbols](https://github.com/zloirock/core-js#ecmascript-symbol), [collections](https://github.com/zloirock/core-js#ecmascript-collections), iterators, [typed arrays](https://github.com/zloirock/core-js#ecmascript-typed-arrays), many other features, [ECMAScript proposals](https://github.com/zloirock/core-js#ecmascript-proposals), [some cross-platform WHATWG / W3C features and proposals](#web-standards) like [`URL`](https://github.com/zloirock/core-js#url-and-urlsearchparams). You can load only required features or use it without global namespace pollution. diff --git a/packages/core-js-compat/README.md b/packages/core-js-compat/README.md index c074101b51e9..9cc2c93b79c7 100644 --- a/packages/core-js-compat/README.md +++ b/packages/core-js-compat/README.md @@ -6,7 +6,7 @@ -**I highly recommend reading this: [What's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** +**I highly recommend reading this: [So, what's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** --- [`core-js-compat` package](https://github.com/zloirock/core-js/tree/master/packages/core-js-compat) contains data about the necessity of [`core-js`](https://github.com/zloirock/core-js) modules and API for getting a list of required core-js modules by browserslist query. diff --git a/packages/core-js-pure/README.md b/packages/core-js-pure/README.md index eacd367ef7bb..07a75b45ed16 100644 --- a/packages/core-js-pure/README.md +++ b/packages/core-js-pure/README.md @@ -6,7 +6,7 @@ -**I highly recommend reading this: [What's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** +**I highly recommend reading this: [So, what's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** --- > Modular standard library for JavaScript. Includes polyfills for [ECMAScript up to 2023](https://github.com/zloirock/core-js#ecmascript): [promises](https://github.com/zloirock/core-js#ecmascript-promise), [symbols](https://github.com/zloirock/core-js#ecmascript-symbol), [collections](https://github.com/zloirock/core-js#ecmascript-collections), iterators, [typed arrays](https://github.com/zloirock/core-js#ecmascript-typed-arrays), many other features, [ECMAScript proposals](https://github.com/zloirock/core-js#ecmascript-proposals), [some cross-platform WHATWG / W3C features and proposals](#web-standards) like [`URL`](https://github.com/zloirock/core-js#url-and-urlsearchparams). You can load only required features or use it without global namespace pollution. diff --git a/packages/core-js/README.md b/packages/core-js/README.md index 8254fe51ca8d..3c6817f16fcd 100644 --- a/packages/core-js/README.md +++ b/packages/core-js/README.md @@ -6,7 +6,7 @@ -**I highly recommend reading this: [What's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** +**I highly recommend reading this: [So, what's next?](https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md)** --- > Modular standard library for JavaScript. Includes polyfills for [ECMAScript up to 2023](https://github.com/zloirock/core-js#ecmascript): [promises](https://github.com/zloirock/core-js#ecmascript-promise), [symbols](https://github.com/zloirock/core-js#ecmascript-symbol), [collections](https://github.com/zloirock/core-js#ecmascript-collections), iterators, [typed arrays](https://github.com/zloirock/core-js#ecmascript-typed-arrays), many other features, [ECMAScript proposals](https://github.com/zloirock/core-js#ecmascript-proposals), [some cross-platform WHATWG / W3C features and proposals](#web-standards) like [`URL`](https://github.com/zloirock/core-js#url-and-urlsearchparams). You can load only required features or use it without global namespace pollution.