From ae08231d168df81d0b4da16355d848091056b422 Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Mon, 22 Nov 2021 10:48:07 -0800 Subject: [PATCH 1/2] Update rollup to latest This release of rollup contains a fix that means babel helpers in the esm build get generated with a .mjs extension, rather than a .js extension. This fixes an error that occures when trying to use the esm build in node. See https://github.com/rollup/plugins/issues/1031 --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2a6344f311..d95e0cbc28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7307,7 +7307,7 @@ fsevents@^1.2.7: nan "^2.12.1" node-pre-gyp "^0.12.0" -fsevents@^2.3.2, fsevents@~2.3.1: +fsevents@^2.3.2, fsevents@~2.3.1, fsevents@~2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== @@ -12372,11 +12372,11 @@ rollup-plugin-node-externals@^2.2.0: find-up "^4.1.0" rollup@^2.48.0: - version "2.48.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.48.0.tgz#fceb01ed771f991f29f7bd2ff7838146e55acb74" - integrity sha512-wl9ZSSSsi5579oscSDYSzGn092tCS076YB+TQrzsGuSfYyJeep8eEWj0eaRjuC5McuMNmcnR8icBqiE/FWNB1A== + version "2.60.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.60.1.tgz#4b34cd247f09b421f10a3c9286eda2ecf9972079" + integrity sha512-akwfnpjY0rXEDSn1UTVfKXJhPsEBu+imi1gqBA1ZkHGydUnkV/fWCC90P7rDaLEW8KTwBcS1G3N4893Ndz+jwg== optionalDependencies: - fsevents "~2.3.1" + fsevents "~2.3.2" run-async@^2.4.0: version "2.4.0" From 7db3ee1e4fc62cfcba8bb3e8cde6c338e8d57e6a Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Mon, 22 Nov 2021 12:36:50 -0800 Subject: [PATCH 2/2] changelogs --- packages/address/CHANGELOG.md | 6 +++++- packages/ast-utilities/CHANGELOG.md | 6 +++++- packages/async/CHANGELOG.md | 6 +++++- packages/dates/CHANGELOG.md | 6 +++++- packages/graphql-config-utilities/CHANGELOG.md | 6 +++++- packages/graphql-fixtures/CHANGELOG.md | 6 +++++- packages/graphql-mini-transforms/CHANGELOG.md | 6 +++++- packages/graphql-persisted/CHANGELOG.md | 6 +++++- packages/graphql-testing/CHANGELOG.md | 6 +++++- packages/graphql-typescript-definitions/CHANGELOG.md | 6 +++++- packages/graphql-validate-fixtures/CHANGELOG.md | 6 +++++- packages/jest-dom-mocks/CHANGELOG.md | 6 +++++- packages/jest-koa-mocks/CHANGELOG.md | 6 +++++- packages/logger/CHANGELOG.md | 6 +++++- packages/performance/CHANGELOG.md | 6 +++++- packages/react-app-bridge-universal-provider/CHANGELOG.md | 6 +++++- packages/react-async/CHANGELOG.md | 6 +++++- packages/react-bugsnag/CHANGELOG.md | 6 +++++- packages/react-cookie/CHANGELOG.md | 6 +++++- packages/react-effect/CHANGELOG.md | 6 +++++- packages/react-form-state/CHANGELOG.md | 6 +++++- packages/react-form/CHANGELOG.md | 6 +++++- packages/react-graphql-universal-provider/CHANGELOG.md | 6 +++++- packages/react-graphql/CHANGELOG.md | 6 +++++- packages/react-html/CHANGELOG.md | 6 +++++- packages/react-i18n-universal-provider/CHANGELOG.md | 6 +++++- packages/react-i18n/CHANGELOG.md | 6 +++++- packages/react-import-remote/CHANGELOG.md | 6 +++++- packages/react-network/CHANGELOG.md | 6 +++++- packages/react-performance/CHANGELOG.md | 6 +++++- packages/react-router/CHANGELOG.md | 6 +++++- packages/react-server/CHANGELOG.md | 6 +++++- packages/react-shortcuts/CHANGELOG.md | 6 +++++- packages/react-testing/CHANGELOG.md | 6 +++++- packages/semaphore/CHANGELOG.md | 6 +++++- packages/statsd/CHANGELOG.md | 6 +++++- packages/web-worker/CHANGELOG.md | 6 +++++- 37 files changed, 185 insertions(+), 37 deletions(-) diff --git a/packages/address/CHANGELOG.md b/packages/address/CHANGELOG.md index 7f676c6387..2cb7e5862c 100644 --- a/packages/address/CHANGELOG.md +++ b/packages/address/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.0.9 - 2021-09-24 diff --git a/packages/ast-utilities/CHANGELOG.md b/packages/ast-utilities/CHANGELOG.md index c4df02403f..e7a8287134 100644 --- a/packages/ast-utilities/CHANGELOG.md +++ b/packages/ast-utilities/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.1.0 - 2021-11-15 diff --git a/packages/async/CHANGELOG.md b/packages/async/CHANGELOG.md index 5d3e385ae9..cbd13dfaf9 100644 --- a/packages/async/CHANGELOG.md +++ b/packages/async/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.0.5 - 2021-09-24 diff --git a/packages/dates/CHANGELOG.md b/packages/dates/CHANGELOG.md index 7d231d3ed7..d7fba21175 100644 --- a/packages/dates/CHANGELOG.md +++ b/packages/dates/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.0.8 - 2021-09-24 diff --git a/packages/graphql-config-utilities/CHANGELOG.md b/packages/graphql-config-utilities/CHANGELOG.md index 31e852d3fd..f3dcfb3c69 100644 --- a/packages/graphql-config-utilities/CHANGELOG.md +++ b/packages/graphql-config-utilities/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.0.5 - 2021-09-24 diff --git a/packages/graphql-fixtures/CHANGELOG.md b/packages/graphql-fixtures/CHANGELOG.md index 3be9e60837..9aa6746053 100644 --- a/packages/graphql-fixtures/CHANGELOG.md +++ b/packages/graphql-fixtures/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.1.3 - 2021-09-24 diff --git a/packages/graphql-mini-transforms/CHANGELOG.md b/packages/graphql-mini-transforms/CHANGELOG.md index 45373c63e9..eb75fd126b 100644 --- a/packages/graphql-mini-transforms/CHANGELOG.md +++ b/packages/graphql-mini-transforms/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.2.1 - 2021-09-24 diff --git a/packages/graphql-persisted/CHANGELOG.md b/packages/graphql-persisted/CHANGELOG.md index b418f5d919..5fd571b28e 100644 --- a/packages/graphql-persisted/CHANGELOG.md +++ b/packages/graphql-persisted/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.0.7 - 2021-11-01 diff --git a/packages/graphql-testing/CHANGELOG.md b/packages/graphql-testing/CHANGELOG.md index 47453c523a..f69ce485d2 100644 --- a/packages/graphql-testing/CHANGELOG.md +++ b/packages/graphql-testing/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 5.1.1 - 2021-09-24 diff --git a/packages/graphql-typescript-definitions/CHANGELOG.md b/packages/graphql-typescript-definitions/CHANGELOG.md index 2f853e1f5f..6e7df5eec5 100644 --- a/packages/graphql-typescript-definitions/CHANGELOG.md +++ b/packages/graphql-typescript-definitions/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.1.5 - 2021-09-24 diff --git a/packages/graphql-validate-fixtures/CHANGELOG.md b/packages/graphql-validate-fixtures/CHANGELOG.md index 7024969796..af5a0f9a8f 100644 --- a/packages/graphql-validate-fixtures/CHANGELOG.md +++ b/packages/graphql-validate-fixtures/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.1.2 - 2021-09-24 diff --git a/packages/jest-dom-mocks/CHANGELOG.md b/packages/jest-dom-mocks/CHANGELOG.md index c8a79eb73e..10484f2270 100644 --- a/packages/jest-dom-mocks/CHANGELOG.md +++ b/packages/jest-dom-mocks/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.0.7 - 2021-09-24 diff --git a/packages/jest-koa-mocks/CHANGELOG.md b/packages/jest-koa-mocks/CHANGELOG.md index d059534890..1286d02e14 100644 --- a/packages/jest-koa-mocks/CHANGELOG.md +++ b/packages/jest-koa-mocks/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.0.6 - 2021-11-01 diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index a039be4468..2620b157b7 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.0.5 - 2021-09-24 diff --git a/packages/performance/CHANGELOG.md b/packages/performance/CHANGELOG.md index 2e656ac6a9..62ff50ddfd 100644 --- a/packages/performance/CHANGELOG.md +++ b/packages/performance/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.0.6 - 2021-09-24 diff --git a/packages/react-app-bridge-universal-provider/CHANGELOG.md b/packages/react-app-bridge-universal-provider/CHANGELOG.md index f32130c206..cfa6ee19c7 100644 --- a/packages/react-app-bridge-universal-provider/CHANGELOG.md +++ b/packages/react-app-bridge-universal-provider/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.1.8 - 2021-09-24 diff --git a/packages/react-async/CHANGELOG.md b/packages/react-async/CHANGELOG.md index 845d53ab2e..218a518227 100644 --- a/packages/react-async/CHANGELOG.md +++ b/packages/react-async/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 4.1.9 - 2021-11-01 diff --git a/packages/react-bugsnag/CHANGELOG.md b/packages/react-bugsnag/CHANGELOG.md index 4964d7cfec..0fb41bb0ee 100644 --- a/packages/react-bugsnag/CHANGELOG.md +++ b/packages/react-bugsnag/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.2.6 - 2021-09-24 diff --git a/packages/react-cookie/CHANGELOG.md b/packages/react-cookie/CHANGELOG.md index e3f8968b58..e6b376b97e 100644 --- a/packages/react-cookie/CHANGELOG.md +++ b/packages/react-cookie/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.1.9 - 2021-11-01 diff --git a/packages/react-effect/CHANGELOG.md b/packages/react-effect/CHANGELOG.md index e28a7ee5ea..5e2ff3de4d 100644 --- a/packages/react-effect/CHANGELOG.md +++ b/packages/react-effect/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 4.1.5 - 2021-09-24 diff --git a/packages/react-form-state/CHANGELOG.md b/packages/react-form-state/CHANGELOG.md index 9ce343fd85..a0d8a31f51 100644 --- a/packages/react-form-state/CHANGELOG.md +++ b/packages/react-form-state/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.1.6 - 2021-09-24 diff --git a/packages/react-form/CHANGELOG.md b/packages/react-form/CHANGELOG.md index 070e853a97..ccac2de53f 100644 --- a/packages/react-form/CHANGELOG.md +++ b/packages/react-form/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.1.6 - 2021-09-24 diff --git a/packages/react-graphql-universal-provider/CHANGELOG.md b/packages/react-graphql-universal-provider/CHANGELOG.md index c51c33bbe7..18a75243c0 100644 --- a/packages/react-graphql-universal-provider/CHANGELOG.md +++ b/packages/react-graphql-universal-provider/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 4.3.3 - 2021-11-01 diff --git a/packages/react-graphql/CHANGELOG.md b/packages/react-graphql/CHANGELOG.md index 75dae9086b..0c8090883a 100644 --- a/packages/react-graphql/CHANGELOG.md +++ b/packages/react-graphql/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 7.1.11 - 2021-11-01 diff --git a/packages/react-html/CHANGELOG.md b/packages/react-html/CHANGELOG.md index 32de329c03..ac3fd8f7a7 100644 --- a/packages/react-html/CHANGELOG.md +++ b/packages/react-html/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 11.1.8 - 2021-09-24 diff --git a/packages/react-i18n-universal-provider/CHANGELOG.md b/packages/react-i18n-universal-provider/CHANGELOG.md index 801bb5d775..d0f6e4c069 100644 --- a/packages/react-i18n-universal-provider/CHANGELOG.md +++ b/packages/react-i18n-universal-provider/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.1.14 - 2021-11-15 diff --git a/packages/react-i18n/CHANGELOG.md b/packages/react-i18n/CHANGELOG.md index 2edad16c92..33d78c0488 100644 --- a/packages/react-i18n/CHANGELOG.md +++ b/packages/react-i18n/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 6.2.4 - 2021-11-15 diff --git a/packages/react-import-remote/CHANGELOG.md b/packages/react-import-remote/CHANGELOG.md index a24fd9cd77..8cf2f6bd4b 100644 --- a/packages/react-import-remote/CHANGELOG.md +++ b/packages/react-import-remote/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.1.9 - 2021-11-01 diff --git a/packages/react-network/CHANGELOG.md b/packages/react-network/CHANGELOG.md index 68cc2ea3df..c2bba0a231 100644 --- a/packages/react-network/CHANGELOG.md +++ b/packages/react-network/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 4.1.9 - 2021-11-01 diff --git a/packages/react-performance/CHANGELOG.md b/packages/react-performance/CHANGELOG.md index 4a22b8ca2f..b0dda26c3a 100644 --- a/packages/react-performance/CHANGELOG.md +++ b/packages/react-performance/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.1.6 - 2021-09-24 diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 8c3a985bb7..b9c513a2ce 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.1.9 - 2021-11-01 diff --git a/packages/react-server/CHANGELOG.md b/packages/react-server/CHANGELOG.md index dfba83145d..7997dd31b9 100644 --- a/packages/react-server/CHANGELOG.md +++ b/packages/react-server/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 1.2.9 - 2021-11-01 diff --git a/packages/react-shortcuts/CHANGELOG.md b/packages/react-shortcuts/CHANGELOG.md index 7ba2fc6424..d8e66ffbb9 100644 --- a/packages/react-shortcuts/CHANGELOG.md +++ b/packages/react-shortcuts/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 4.1.5 - 2021-09-24 diff --git a/packages/react-testing/CHANGELOG.md b/packages/react-testing/CHANGELOG.md index ed9deac098..0042825eb5 100644 --- a/packages/react-testing/CHANGELOG.md +++ b/packages/react-testing/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.2.7 - 2021-09-24 diff --git a/packages/semaphore/CHANGELOG.md b/packages/semaphore/CHANGELOG.md index 6c79b66f03..1c8ded1ffc 100644 --- a/packages/semaphore/CHANGELOG.md +++ b/packages/semaphore/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 2.0.5 - 2021-09-24 diff --git a/packages/statsd/CHANGELOG.md b/packages/statsd/CHANGELOG.md index 88e1355694..103adcc931 100644 --- a/packages/statsd/CHANGELOG.md +++ b/packages/statsd/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.0.6 - 2021-09-24 diff --git a/packages/web-worker/CHANGELOG.md b/packages/web-worker/CHANGELOG.md index c68f090bfa..02e5aa39e9 100644 --- a/packages/web-worker/CHANGELOG.md +++ b/packages/web-worker/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Fixed babel helpers file being generated with incorrect filename in esm build. [[#2082](https://github.com/Shopify/quilt/pull/2082)] ## 3.0.0 - 2021-11-08