diff --git a/packages/address-consts/CHANGELOG.md b/packages/address-consts/CHANGELOG.md index da59e5ea5e..3a3d550dce 100644 --- a/packages/address-consts/CHANGELOG.md +++ b/packages/address-consts/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.0.9 - 2022-02-25 diff --git a/packages/address-consts/package.json b/packages/address-consts/package.json index 684b027e7e..2a50b4b2c2 100644 --- a/packages/address-consts/package.json +++ b/packages/address-consts/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/address-mocks/CHANGELOG.md b/packages/address-mocks/CHANGELOG.md index 6f3fffc273..5c49cfe8ef 100644 --- a/packages/address-mocks/CHANGELOG.md +++ b/packages/address-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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.17 - 2022-03-07 diff --git a/packages/address-mocks/package.json b/packages/address-mocks/package.json index ab9c91e392..3f59c4824e 100644 --- a/packages/address-mocks/package.json +++ b/packages/address-mocks/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/address/CHANGELOG.md b/packages/address/CHANGELOG.md index 4e9d58f4ae..5921d250f1 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.1.0 - 2022-03-07 diff --git a/packages/address/package.json b/packages/address/package.json index f08d6059d4..03cc045668 100644 --- a/packages/address/package.json +++ b/packages/address/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/admin-graphql-api-utilities/CHANGELOG.md b/packages/admin-graphql-api-utilities/CHANGELOG.md index 89279e2e39..2ee0cc68dd 100644 --- a/packages/admin-graphql-api-utilities/CHANGELOG.md +++ b/packages/admin-graphql-api-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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.0.8 - 2022-02-25 diff --git a/packages/admin-graphql-api-utilities/package.json b/packages/admin-graphql-api-utilities/package.json index 10d4d62c9e..2a66e60f91 100644 --- a/packages/admin-graphql-api-utilities/package.json +++ b/packages/admin-graphql-api-utilities/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/ast-utilities/CHANGELOG.md b/packages/ast-utilities/CHANGELOG.md index a0fc904419..65609840cc 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.3.3 - 2022-02-25 diff --git a/packages/ast-utilities/package.json b/packages/ast-utilities/package.json index b8997952c8..8fedb092d5 100644 --- a/packages/ast-utilities/package.json +++ b/packages/ast-utilities/package.json @@ -83,6 +83,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/async/CHANGELOG.md b/packages/async/CHANGELOG.md index 9eb7c70dce..96a021823d 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.1.4 - 2022-03-07 diff --git a/packages/async/package.json b/packages/async/package.json index 68f357c26d..02eabec0a3 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -58,6 +58,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index a8e5ca6c64..64983058fc 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.8 - 2022-02-25 diff --git a/packages/browser/package.json b/packages/browser/package.json index c6e95c0c9a..2355e75303 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -42,6 +42,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/csrf-token-fetcher/CHANGELOG.md b/packages/csrf-token-fetcher/CHANGELOG.md index 0d051b183d..1e0600f753 100644 --- a/packages/csrf-token-fetcher/CHANGELOG.md +++ b/packages/csrf-token-fetcher/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.0.7 - 2022-02-25 diff --git a/packages/csrf-token-fetcher/package.json b/packages/csrf-token-fetcher/package.json index d34134df74..af9370114c 100644 --- a/packages/csrf-token-fetcher/package.json +++ b/packages/csrf-token-fetcher/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/css-utilities/CHANGELOG.md b/packages/css-utilities/CHANGELOG.md index e03760fc6f..d05143129a 100644 --- a/packages/css-utilities/CHANGELOG.md +++ b/packages/css-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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.8 - 2022-02-25 diff --git a/packages/css-utilities/package.json b/packages/css-utilities/package.json index 47c0e2d76d..6a3e8d28c9 100644 --- a/packages/css-utilities/package.json +++ b/packages/css-utilities/package.json @@ -42,6 +42,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/dates/CHANGELOG.md b/packages/dates/CHANGELOG.md index e6056ace78..eb543ef1a3 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.1.4 - 2022-03-07 diff --git a/packages/dates/package.json b/packages/dates/package.json index e1171e8754..7f359320f1 100644 --- a/packages/dates/package.json +++ b/packages/dates/package.json @@ -45,6 +45,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/decorators/CHANGELOG.md b/packages/decorators/CHANGELOG.md index f78ee31b14..7572140fc0 100644 --- a/packages/decorators/CHANGELOG.md +++ b/packages/decorators/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.7 - 2022-02-25 diff --git a/packages/decorators/package.json b/packages/decorators/package.json index 843ee097b1..4a3c8fab6e 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -42,6 +42,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/function-enhancers/CHANGELOG.md b/packages/function-enhancers/CHANGELOG.md index 29a445fb13..b728077c97 100644 --- a/packages/function-enhancers/CHANGELOG.md +++ b/packages/function-enhancers/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.7 - 2022-02-25 diff --git a/packages/function-enhancers/package.json b/packages/function-enhancers/package.json index 8d47ed1b5e..d50e373aad 100644 --- a/packages/function-enhancers/package.json +++ b/packages/function-enhancers/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/graphql-config-utilities/CHANGELOG.md b/packages/graphql-config-utilities/CHANGELOG.md index 16ff747df3..379414a4fe 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.0.9 - 2022-02-25 diff --git a/packages/graphql-config-utilities/package.json b/packages/graphql-config-utilities/package.json index e38ab047b0..b658d276bf 100644 --- a/packages/graphql-config-utilities/package.json +++ b/packages/graphql-config-utilities/package.json @@ -43,7 +43,7 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" }, "tags": [ "graphql", diff --git a/packages/graphql-fixtures/CHANGELOG.md b/packages/graphql-fixtures/CHANGELOG.md index 2bce27073b..50e8216ca3 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.4.4 - 2022-03-07 diff --git a/packages/graphql-fixtures/package.json b/packages/graphql-fixtures/package.json index 367ee04dbb..3d2dba89d9 100644 --- a/packages/graphql-fixtures/package.json +++ b/packages/graphql-fixtures/package.json @@ -49,6 +49,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/graphql-mini-transforms/CHANGELOG.md b/packages/graphql-mini-transforms/CHANGELOG.md index ceb39b2f9a..d5a4ed243c 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.0.4 - 2022-03-07 diff --git a/packages/graphql-mini-transforms/package.json b/packages/graphql-mini-transforms/package.json index 2dd26a257a..682be8a9d7 100644 --- a/packages/graphql-mini-transforms/package.json +++ b/packages/graphql-mini-transforms/package.json @@ -83,7 +83,7 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" }, "tags": [ "graphql", diff --git a/packages/graphql-persisted/CHANGELOG.md b/packages/graphql-persisted/CHANGELOG.md index dc5428e15f..0dfc7fc211 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.1.4 - 2022-02-25 diff --git a/packages/graphql-persisted/package.json b/packages/graphql-persisted/package.json index 8b02576100..e5e356dd97 100644 --- a/packages/graphql-persisted/package.json +++ b/packages/graphql-persisted/package.json @@ -70,6 +70,6 @@ "import": "./koa.mjs", "require": "./koa.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/graphql-testing/CHANGELOG.md b/packages/graphql-testing/CHANGELOG.md index 8ccb4b7f93..1567f62250 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 5.1.8 - 2022-02-25 diff --git a/packages/graphql-testing/package.json b/packages/graphql-testing/package.json index 8b9f72c9e9..6081d76cc8 100644 --- a/packages/graphql-testing/package.json +++ b/packages/graphql-testing/package.json @@ -64,6 +64,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/graphql-tool-utilities/CHANGELOG.md b/packages/graphql-tool-utilities/CHANGELOG.md index 455d9a44a2..ece08614f1 100644 --- a/packages/graphql-tool-utilities/CHANGELOG.md +++ b/packages/graphql-tool-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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.5 - 2022-02-25 diff --git a/packages/graphql-tool-utilities/package.json b/packages/graphql-tool-utilities/package.json index b18ff5237f..232417ebfa 100644 --- a/packages/graphql-tool-utilities/package.json +++ b/packages/graphql-tool-utilities/package.json @@ -43,7 +43,7 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" }, "tags": [ "graphql", diff --git a/packages/graphql-typed/CHANGELOG.md b/packages/graphql-typed/CHANGELOG.md index 19a465a275..fecd449829 100644 --- a/packages/graphql-typed/CHANGELOG.md +++ b/packages/graphql-typed/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.1.4 - 2022-02-25 diff --git a/packages/graphql-typed/package.json b/packages/graphql-typed/package.json index 5bb5772e48..8a0c891424 100644 --- a/packages/graphql-typed/package.json +++ b/packages/graphql-typed/package.json @@ -42,6 +42,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/graphql-typescript-definitions/CHANGELOG.md b/packages/graphql-typescript-definitions/CHANGELOG.md index 7d5bb87dd5..2af46c610c 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.9 - 2022-02-25 diff --git a/packages/graphql-typescript-definitions/package.json b/packages/graphql-typescript-definitions/package.json index 2973b4456a..8daa04c4c7 100644 --- a/packages/graphql-typescript-definitions/package.json +++ b/packages/graphql-typescript-definitions/package.json @@ -65,6 +65,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/graphql-validate-fixtures/CHANGELOG.md b/packages/graphql-validate-fixtures/CHANGELOG.md index 58a3675aa3..c02e3dbbe1 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.6 - 2022-02-25 diff --git a/packages/graphql-validate-fixtures/package.json b/packages/graphql-validate-fixtures/package.json index 1e2ce77aaf..f6df32c7a6 100644 --- a/packages/graphql-validate-fixtures/package.json +++ b/packages/graphql-validate-fixtures/package.json @@ -51,6 +51,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 7ff5889190..1ace7ade3f 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.0.8 - 2022-02-25 diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 47b424631c..07e864453e 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/jest-dom-mocks/CHANGELOG.md b/packages/jest-dom-mocks/CHANGELOG.md index de5e1c4434..bc761a72ae 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.0.15 - 2022-03-07 diff --git a/packages/jest-dom-mocks/package.json b/packages/jest-dom-mocks/package.json index 3895b9526a..b87c575d5e 100644 --- a/packages/jest-dom-mocks/package.json +++ b/packages/jest-dom-mocks/package.json @@ -47,6 +47,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/jest-koa-mocks/CHANGELOG.md b/packages/jest-koa-mocks/CHANGELOG.md index 934e729b88..399f7b0cbe 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.1.4 - 2022-02-25 diff --git a/packages/jest-koa-mocks/package.json b/packages/jest-koa-mocks/package.json index d728cc8971..329832c874 100644 --- a/packages/jest-koa-mocks/package.json +++ b/packages/jest-koa-mocks/package.json @@ -47,6 +47,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/koa-liveness-ping/CHANGELOG.md b/packages/koa-liveness-ping/CHANGELOG.md index 6e2ea5d56c..7a0ec0362c 100644 --- a/packages/koa-liveness-ping/CHANGELOG.md +++ b/packages/koa-liveness-ping/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.1.4 - 2022-02-25 diff --git a/packages/koa-liveness-ping/package.json b/packages/koa-liveness-ping/package.json index e11e3abf60..25deb2ed7b 100644 --- a/packages/koa-liveness-ping/package.json +++ b/packages/koa-liveness-ping/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/koa-metrics/CHANGELOG.md b/packages/koa-metrics/CHANGELOG.md index 057ab8356c..168b14309f 100644 --- a/packages/koa-metrics/CHANGELOG.md +++ b/packages/koa-metrics/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.1.4 - 2022-02-25 diff --git a/packages/koa-metrics/package.json b/packages/koa-metrics/package.json index ac8fd81dea..93c78acb14 100644 --- a/packages/koa-metrics/package.json +++ b/packages/koa-metrics/package.json @@ -48,6 +48,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/koa-performance/CHANGELOG.md b/packages/koa-performance/CHANGELOG.md index 193136e2a8..b25c48a0d4 100644 --- a/packages/koa-performance/CHANGELOG.md +++ b/packages/koa-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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.3 - 2022-02-25 diff --git a/packages/koa-performance/package.json b/packages/koa-performance/package.json index c218b30fa3..deb8614895 100644 --- a/packages/koa-performance/package.json +++ b/packages/koa-performance/package.json @@ -55,6 +55,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/koa-shopify-graphql-proxy/CHANGELOG.md b/packages/koa-shopify-graphql-proxy/CHANGELOG.md index 46333f64b1..3d63a67de8 100644 --- a/packages/koa-shopify-graphql-proxy/CHANGELOG.md +++ b/packages/koa-shopify-graphql-proxy/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 6.0.6 - 2022-02-25 diff --git a/packages/koa-shopify-graphql-proxy/package.json b/packages/koa-shopify-graphql-proxy/package.json index 2bc85f6925..9fb58c916b 100644 --- a/packages/koa-shopify-graphql-proxy/package.json +++ b/packages/koa-shopify-graphql-proxy/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/koa-shopify-webhooks/CHANGELOG.md b/packages/koa-shopify-webhooks/CHANGELOG.md index a7f8082fb0..f87dde47cb 100644 --- a/packages/koa-shopify-webhooks/CHANGELOG.md +++ b/packages/koa-shopify-webhooks/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.4.3 - 2022-02-25 diff --git a/packages/koa-shopify-webhooks/package.json b/packages/koa-shopify-webhooks/package.json index 8753ef6427..518cd90542 100644 --- a/packages/koa-shopify-webhooks/package.json +++ b/packages/koa-shopify-webhooks/package.json @@ -54,6 +54,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index d18774dd80..5564c9c8a7 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.0.10 - 2022-02-25 diff --git a/packages/logger/package.json b/packages/logger/package.json index 86cdeea8df..38f823ba55 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -44,6 +44,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/mime-types/CHANGELOG.md b/packages/mime-types/CHANGELOG.md index e61aacdb7e..3bb1000838 100644 --- a/packages/mime-types/CHANGELOG.md +++ b/packages/mime-types/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.2.3 - 2022-02-25 diff --git a/packages/mime-types/package.json b/packages/mime-types/package.json index 3006d4a384..0f59fbc82b 100644 --- a/packages/mime-types/package.json +++ b/packages/mime-types/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/network/CHANGELOG.md b/packages/network/CHANGELOG.md index 10e676a465..c1ed4a3d0f 100644 --- a/packages/network/CHANGELOG.md +++ b/packages/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.7 - 2022-02-25 diff --git a/packages/network/package.json b/packages/network/package.json index 122697101a..4fbf45a083 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/performance/CHANGELOG.md b/packages/performance/CHANGELOG.md index bd3f07e8e6..59f295cf0e 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.13 - 2022-02-25 diff --git a/packages/performance/package.json b/packages/performance/package.json index 8b444700e5..5302686224 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/polyfills/CHANGELOG.md b/packages/polyfills/CHANGELOG.md index 5fbf686a8b..0dc0fa2d00 100644 --- a/packages/polyfills/CHANGELOG.md +++ b/packages/polyfills/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.1.11 - 2022-03-07 diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 6e86954c8e..9f0ceec49e 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -278,6 +278,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/predicates/CHANGELOG.md b/packages/predicates/CHANGELOG.md index 68c0ff25a4..6caeb020cd 100644 --- a/packages/predicates/CHANGELOG.md +++ b/packages/predicates/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.7 - 2022-02-25 diff --git a/packages/predicates/package.json b/packages/predicates/package.json index d8a1f958fd..8cd3c628b5 100644 --- a/packages/predicates/package.json +++ b/packages/predicates/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-app-bridge-universal-provider/CHANGELOG.md b/packages/react-app-bridge-universal-provider/CHANGELOG.md index afaa8b44f0..9a98f32ae2 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.22 - 2022-03-07 diff --git a/packages/react-app-bridge-universal-provider/package.json b/packages/react-app-bridge-universal-provider/package.json index 613f39e365..e41d7c1f19 100644 --- a/packages/react-app-bridge-universal-provider/package.json +++ b/packages/react-app-bridge-universal-provider/package.json @@ -49,6 +49,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-async/CHANGELOG.md b/packages/react-async/CHANGELOG.md index 78b5f67250..df0ff24493 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.1.21 - 2022-03-07 diff --git a/packages/react-async/package.json b/packages/react-async/package.json index f6a0a38606..af381b5bb7 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -66,6 +66,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-bugsnag/CHANGELOG.md b/packages/react-bugsnag/CHANGELOG.md index 7ecf80d4a2..08bc56585b 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.2.11 - 2022-02-25 diff --git a/packages/react-bugsnag/package.json b/packages/react-bugsnag/package.json index a37ff4259e..eaf14dcbad 100644 --- a/packages/react-bugsnag/package.json +++ b/packages/react-bugsnag/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-compose/CHANGELOG.md b/packages/react-compose/CHANGELOG.md index b3ac7d05e8..fb52a037ec 100644 --- a/packages/react-compose/CHANGELOG.md +++ b/packages/react-compose/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.11 - 2022-03-07 diff --git a/packages/react-compose/package.json b/packages/react-compose/package.json index e95c0095fc..aad90a4ffb 100644 --- a/packages/react-compose/package.json +++ b/packages/react-compose/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-cookie/CHANGELOG.md b/packages/react-cookie/CHANGELOG.md index 2ec3fc84fb..2b1e3a426c 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.2.9 - 2022-03-07 diff --git a/packages/react-cookie/package.json b/packages/react-cookie/package.json index d0a9eb42e1..bbb748af9c 100644 --- a/packages/react-cookie/package.json +++ b/packages/react-cookie/package.json @@ -48,6 +48,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-csrf-universal-provider/CHANGELOG.md b/packages/react-csrf-universal-provider/CHANGELOG.md index 05bcd1625d..86c9302e35 100644 --- a/packages/react-csrf-universal-provider/CHANGELOG.md +++ b/packages/react-csrf-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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.19 - 2022-03-07 diff --git a/packages/react-csrf-universal-provider/package.json b/packages/react-csrf-universal-provider/package.json index 8e1278231c..f284da90d1 100644 --- a/packages/react-csrf-universal-provider/package.json +++ b/packages/react-csrf-universal-provider/package.json @@ -50,6 +50,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-csrf/CHANGELOG.md b/packages/react-csrf/CHANGELOG.md index c973efc170..fa55c930e4 100644 --- a/packages/react-csrf/CHANGELOG.md +++ b/packages/react-csrf/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.9 - 2022-02-25 diff --git a/packages/react-csrf/package.json b/packages/react-csrf/package.json index a8b7eec60c..a06e2c7c97 100644 --- a/packages/react-csrf/package.json +++ b/packages/react-csrf/package.json @@ -42,6 +42,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-effect/CHANGELOG.md b/packages/react-effect/CHANGELOG.md index 03b0b93c7a..b5437f9315 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.1.10 - 2022-02-25 diff --git a/packages/react-effect/package.json b/packages/react-effect/package.json index 4c8f225ea9..3b1a71489a 100644 --- a/packages/react-effect/package.json +++ b/packages/react-effect/package.json @@ -61,6 +61,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-form-state/CHANGELOG.md b/packages/react-form-state/CHANGELOG.md index af0fcc339b..48f6134077 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.1.14 - 2022-02-25 diff --git a/packages/react-form-state/package.json b/packages/react-form-state/package.json index a38a193e5f..0ce4ee84ec 100644 --- a/packages/react-form-state/package.json +++ b/packages/react-form-state/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-form/CHANGELOG.md b/packages/react-form/CHANGELOG.md index 02c23cf15b..e41f77a6fa 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.1.17 - 2022-03-07 diff --git a/packages/react-form/package.json b/packages/react-form/package.json index 606b9715d5..c7c21e0605 100644 --- a/packages/react-form/package.json +++ b/packages/react-form/package.json @@ -48,6 +48,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-google-analytics/CHANGELOG.md b/packages/react-google-analytics/CHANGELOG.md index 77bfd49af8..901f103d86 100644 --- a/packages/react-google-analytics/CHANGELOG.md +++ b/packages/react-google-analytics/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.1.21 - 2022-03-07 diff --git a/packages/react-google-analytics/package.json b/packages/react-google-analytics/package.json index e79016c671..8401ea067b 100644 --- a/packages/react-google-analytics/package.json +++ b/packages/react-google-analytics/package.json @@ -45,6 +45,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-graphql-universal-provider/CHANGELOG.md b/packages/react-graphql-universal-provider/CHANGELOG.md index 4a8125ad73..07257ab076 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.4.9 - 2022-03-07 diff --git a/packages/react-graphql-universal-provider/package.json b/packages/react-graphql-universal-provider/package.json index af66249017..01c95119c4 100644 --- a/packages/react-graphql-universal-provider/package.json +++ b/packages/react-graphql-universal-provider/package.json @@ -55,6 +55,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-graphql/CHANGELOG.md b/packages/react-graphql/CHANGELOG.md index 44b369573a..88ffbdd1a5 100644 --- a/packages/react-graphql/CHANGELOG.md +++ b/packages/react-graphql/CHANGELOG.md @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased +### Changed + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] + ### Added - Add NetworkStatus type export. [[#2196](https://github.com/Shopify/quilt/pull/2196)] diff --git a/packages/react-graphql/package.json b/packages/react-graphql/package.json index b9f10b9cb4..3c1bdf70ee 100644 --- a/packages/react-graphql/package.json +++ b/packages/react-graphql/package.json @@ -59,6 +59,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index 8238324975..a674eb1417 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.17 - 2022-03-07 diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index d34d5f31d2..166a5e26ed 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -42,7 +42,7 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" }, "devDependencies": { "@shopify/react-testing": "^3.3.8" diff --git a/packages/react-html/CHANGELOG.md b/packages/react-html/CHANGELOG.md index b08effe5a9..f958d9dee4 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 11.1.19 - 2022-03-07 diff --git a/packages/react-html/package.json b/packages/react-html/package.json index dbd60e8ce0..a95460e87d 100644 --- a/packages/react-html/package.json +++ b/packages/react-html/package.json @@ -69,6 +69,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-hydrate/CHANGELOG.md b/packages/react-hydrate/CHANGELOG.md index 62ce632d77..a2e6f3351f 100644 --- a/packages/react-hydrate/CHANGELOG.md +++ b/packages/react-hydrate/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.18 - 2022-03-07 diff --git a/packages/react-hydrate/package.json b/packages/react-hydrate/package.json index 210fd2f285..50c2885224 100644 --- a/packages/react-hydrate/package.json +++ b/packages/react-hydrate/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-i18n-universal-provider/CHANGELOG.md b/packages/react-i18n-universal-provider/CHANGELOG.md index 98f86335d6..d1c280b4a0 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.30 - 2022-03-07 diff --git a/packages/react-i18n-universal-provider/package.json b/packages/react-i18n-universal-provider/package.json index df2c82a87a..8adaad867f 100644 --- a/packages/react-i18n-universal-provider/package.json +++ b/packages/react-i18n-universal-provider/package.json @@ -50,6 +50,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-i18n/CHANGELOG.md b/packages/react-i18n/CHANGELOG.md index b721715062..62ee498e1e 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 6.3.11 - 2022-03-07 diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index a82aec859e..32d9304e2a 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -106,6 +106,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-idle/CHANGELOG.md b/packages/react-idle/CHANGELOG.md index 69d892d4a3..e6808aaed5 100644 --- a/packages/react-idle/CHANGELOG.md +++ b/packages/react-idle/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.12 - 2022-03-07 diff --git a/packages/react-idle/package.json b/packages/react-idle/package.json index f64e03ae5c..17edb859ee 100644 --- a/packages/react-idle/package.json +++ b/packages/react-idle/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-import-remote/CHANGELOG.md b/packages/react-import-remote/CHANGELOG.md index 326b841db9..b02f5bff70 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.21 - 2022-03-07 diff --git a/packages/react-import-remote/package.json b/packages/react-import-remote/package.json index 662ef3e16f..435fff9726 100644 --- a/packages/react-import-remote/package.json +++ b/packages/react-import-remote/package.json @@ -49,6 +49,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-intersection-observer/CHANGELOG.md b/packages/react-intersection-observer/CHANGELOG.md index ef03364ef5..491b763c30 100644 --- a/packages/react-intersection-observer/CHANGELOG.md +++ b/packages/react-intersection-observer/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.1.10 - 2022-02-25 diff --git a/packages/react-intersection-observer/package.json b/packages/react-intersection-observer/package.json index d3b1c14ea1..3b469e0377 100644 --- a/packages/react-intersection-observer/package.json +++ b/packages/react-intersection-observer/package.json @@ -42,6 +42,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-network/CHANGELOG.md b/packages/react-network/CHANGELOG.md index 021b30f5b1..321a95c555 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.2.9 - 2022-03-07 diff --git a/packages/react-network/package.json b/packages/react-network/package.json index 492b985946..9113ddf553 100644 --- a/packages/react-network/package.json +++ b/packages/react-network/package.json @@ -72,6 +72,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-performance/CHANGELOG.md b/packages/react-performance/CHANGELOG.md index 9c0fdf5d60..0e6feab420 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.13 - 2022-02-25 diff --git a/packages/react-performance/package.json b/packages/react-performance/package.json index 85f024a86b..16613fecf0 100644 --- a/packages/react-performance/package.json +++ b/packages/react-performance/package.json @@ -48,6 +48,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 65dfaad0de..5db47fcb74 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 1.5.2 - 2022-03-07 diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 7fa3bd9e45..a4e2c124e7 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -48,6 +48,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-server/CHANGELOG.md b/packages/react-server/CHANGELOG.md index 34369d3138..f740c52d7a 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.9 - 2022-03-07 diff --git a/packages/react-server/package.json b/packages/react-server/package.json index 2291f80311..0e6956bbbc 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -92,6 +92,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-shortcuts/CHANGELOG.md b/packages/react-shortcuts/CHANGELOG.md index 9e90bbbcb6..1bb15d3e2a 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.2.3 - 2022-02-25 diff --git a/packages/react-shortcuts/package.json b/packages/react-shortcuts/package.json index 2c1e2bf147..7432a42f73 100644 --- a/packages/react-shortcuts/package.json +++ b/packages/react-shortcuts/package.json @@ -42,6 +42,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-testing/CHANGELOG.md b/packages/react-testing/CHANGELOG.md index cd563040e9..895be99883 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.3.8 - 2022-03-07 diff --git a/packages/react-testing/package.json b/packages/react-testing/package.json index 9c91074def..e1bcfc8298 100644 --- a/packages/react-testing/package.json +++ b/packages/react-testing/package.json @@ -63,6 +63,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-tracking-pixel/CHANGELOG.md b/packages/react-tracking-pixel/CHANGELOG.md index f63dcab809..7f96f2f386 100644 --- a/packages/react-tracking-pixel/CHANGELOG.md +++ b/packages/react-tracking-pixel/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.1.19 - 2022-03-07 diff --git a/packages/react-tracking-pixel/package.json b/packages/react-tracking-pixel/package.json index 19ed34cc18..7b6573a6dd 100644 --- a/packages/react-tracking-pixel/package.json +++ b/packages/react-tracking-pixel/package.json @@ -45,6 +45,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-universal-provider/CHANGELOG.md b/packages/react-universal-provider/CHANGELOG.md index e90030a6f5..e71c519a78 100644 --- a/packages/react-universal-provider/CHANGELOG.md +++ b/packages/react-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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.1.19 - 2022-03-07 diff --git a/packages/react-universal-provider/package.json b/packages/react-universal-provider/package.json index 1ce5a0fa24..c2fab6bd31 100644 --- a/packages/react-universal-provider/package.json +++ b/packages/react-universal-provider/package.json @@ -46,6 +46,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/react-web-worker/CHANGELOG.md b/packages/react-web-worker/CHANGELOG.md index 90cf2146d6..da9c76e762 100644 --- a/packages/react-web-worker/CHANGELOG.md +++ b/packages/react-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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.0.9 - 2022-03-07 diff --git a/packages/react-web-worker/package.json b/packages/react-web-worker/package.json index 7849178119..399da80771 100644 --- a/packages/react-web-worker/package.json +++ b/packages/react-web-worker/package.json @@ -48,6 +48,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/semaphore/CHANGELOG.md b/packages/semaphore/CHANGELOG.md index bfe6b5bf36..0e8b87be16 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.10 - 2022-02-25 diff --git a/packages/semaphore/package.json b/packages/semaphore/package.json index e847e75073..f4c82e36a2 100644 --- a/packages/semaphore/package.json +++ b/packages/semaphore/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/sewing-kit-koa/CHANGELOG.md b/packages/sewing-kit-koa/CHANGELOG.md index f8ee8d83a0..e39573f152 100644 --- a/packages/sewing-kit-koa/CHANGELOG.md +++ b/packages/sewing-kit-koa/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 8.1.4 - 2022-02-25 diff --git a/packages/sewing-kit-koa/package.json b/packages/sewing-kit-koa/package.json index 3673104694..9312c513f8 100644 --- a/packages/sewing-kit-koa/package.json +++ b/packages/sewing-kit-koa/package.json @@ -59,6 +59,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/statsd/CHANGELOG.md b/packages/statsd/CHANGELOG.md index 4a8d82f663..786d766abf 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 3.0.11 - 2022-02-25 diff --git a/packages/statsd/package.json b/packages/statsd/package.json index 98f890a48c..2cee7945af 100644 --- a/packages/statsd/package.json +++ b/packages/statsd/package.json @@ -43,6 +43,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/storybook-a11y-test/CHANGELOG.md b/packages/storybook-a11y-test/CHANGELOG.md index feacf470fd..6150a7bbed 100644 --- a/packages/storybook-a11y-test/CHANGELOG.md +++ b/packages/storybook-a11y-test/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 0.4.7 - 2022-02-25 diff --git a/packages/storybook-a11y-test/package.json b/packages/storybook-a11y-test/package.json index 3b0808f782..9548559de3 100644 --- a/packages/storybook-a11y-test/package.json +++ b/packages/storybook-a11y-test/package.json @@ -53,6 +53,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/useful-types/CHANGELOG.md b/packages/useful-types/CHANGELOG.md index 6f728acdcb..06cb8480bf 100644 --- a/packages/useful-types/CHANGELOG.md +++ b/packages/useful-types/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.0.1 - 2022-03-07 diff --git a/packages/useful-types/package.json b/packages/useful-types/package.json index 218d039b37..9d8853a621 100644 --- a/packages/useful-types/package.json +++ b/packages/useful-types/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/packages/web-worker/CHANGELOG.md b/packages/web-worker/CHANGELOG.md index 5e37d4a103..2706c7b54f 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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 4.0.4 - 2022-03-07 diff --git a/packages/web-worker/package.json b/packages/web-worker/package.json index 567adb728a..6ee32e0d50 100644 --- a/packages/web-worker/package.json +++ b/packages/web-worker/package.json @@ -33,7 +33,7 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" }, "sideEffects": false, "publishConfig": { diff --git a/packages/with-env/CHANGELOG.md b/packages/with-env/CHANGELOG.md index 9f55ce39ef..7ab6285d1f 100644 --- a/packages/with-env/CHANGELOG.md +++ b/packages/with-env/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 + +- Correct wildcard export to `./*` [[#2209](https://github.com/Shopify/quilt/pull/2209)] ## 2.0.7 - 2022-02-25 diff --git a/packages/with-env/package.json b/packages/with-env/package.json index 9aad78945f..b2163e0b60 100644 --- a/packages/with-env/package.json +++ b/packages/with-env/package.json @@ -39,6 +39,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } } diff --git a/templates/package.hbs.json b/templates/package.hbs.json index 64a817aca7..bf6975765c 100644 --- a/templates/package.hbs.json +++ b/templates/package.hbs.json @@ -41,6 +41,6 @@ "import": "./index.mjs", "require": "./index.js" }, - "./*": "./" + "./*": "./*" } }