diff --git a/.changeset/beige-crabs-shout.md b/.changeset/beige-crabs-shout.md deleted file mode 100644 index 6d41a967e..000000000 --- a/.changeset/beige-crabs-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-modular-react-app': minor ---- - -Added support for Yarn 3 diff --git a/.changeset/dry-mirrors-drop.md b/.changeset/dry-mirrors-drop.md deleted file mode 100644 index ecf4e8fef..000000000 --- a/.changeset/dry-mirrors-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': minor ---- - -Allow root level configuration that's overrideable by package-specific -configuration diff --git a/.changeset/fluffy-oranges-march.md b/.changeset/fluffy-oranges-march.md deleted file mode 100644 index 3e8d8c62f..000000000 --- a/.changeset/fluffy-oranges-march.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-modular-react-app": major -"eslint-config-modular-app": patch -"modular-scripts": minor ---- - -Selective `modular lint` diff --git a/.changeset/gorgeous-dancers-turn.md b/.changeset/gorgeous-dancers-turn.md deleted file mode 100644 index 7afa16d1b..000000000 --- a/.changeset/gorgeous-dancers-turn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"eslint-config-modular-app": patch -"modular-scripts": minor ---- - -`modular lint` supports selective options -`eslint-config-modular-app` doesn't depend on eslint-config-react-app anymore diff --git a/.changeset/little-boats-punch.md b/.changeset/little-boats-punch.md deleted file mode 100644 index 048ed3dd3..000000000 --- a/.changeset/little-boats-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -Upgrade to esbuild 0.17.14 to fix `baseUrl` bug: https://github.com/evanw/esbuild/issues/2119 diff --git a/.changeset/old-fans-invent.md b/.changeset/old-fans-invent.md deleted file mode 100644 index a36d397de..000000000 --- a/.changeset/old-fans-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -`modular build` can build concurrently; `--concurrencyLevel` command added diff --git a/.changeset/slow-onions-cheer.md b/.changeset/slow-onions-cheer.md deleted file mode 100644 index aca1b9717..000000000 --- a/.changeset/slow-onions-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -`select` command - compute selective options for the user and print a JSON output on the screen diff --git a/.changeset/sweet-parrots-think.md b/.changeset/sweet-parrots-think.md deleted file mode 100644 index 154a5756a..000000000 --- a/.changeset/sweet-parrots-think.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'modular-scripts': minor ---- - -Added --includeNonModular flag to lint command to lint non Modular packages when a -lint script is provided in the package.json diff --git a/.changeset/tiny-parents-invent.md b/.changeset/tiny-parents-invent.md deleted file mode 100644 index 2837b9a16..000000000 --- a/.changeset/tiny-parents-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': minor ---- - -Add selective options to typecheck diff --git a/packages/create-modular-react-app/CHANGELOG.md b/packages/create-modular-react-app/CHANGELOG.md index bf7c36464..fa4d4cd9b 100644 --- a/packages/create-modular-react-app/CHANGELOG.md +++ b/packages/create-modular-react-app/CHANGELOG.md @@ -1,5 +1,21 @@ # create-modular-react-app +## 5.0.0 + +### Major Changes + +- [#2315](https://github.com/jpmorganchase/modular/pull/2315) + [`9753190`](https://github.com/jpmorganchase/modular/commit/9753190b429523606a98566dd9eba1c3a5236737) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Selective + `modular lint` + +### Minor Changes + +- [#2318](https://github.com/jpmorganchase/modular/pull/2318) + [`8365b77`](https://github.com/jpmorganchase/modular/commit/8365b77995f0b48bba1df36cdfb479dc738813df) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added support for + Yarn 3 + ## 4.0.0 ### Major Changes diff --git a/packages/create-modular-react-app/package.json b/packages/create-modular-react-app/package.json index 55b9d6f2c..649ced90a 100644 --- a/packages/create-modular-react-app/package.json +++ b/packages/create-modular-react-app/package.json @@ -1,6 +1,6 @@ { "name": "create-modular-react-app", - "version": "4.0.0", + "version": "5.0.0", "license": "Apache-2.0", "bin": { "create-modular-react-app": "build/cli.js" diff --git a/packages/eslint-config-modular-app/CHANGELOG.md b/packages/eslint-config-modular-app/CHANGELOG.md index 361470ab6..286a006ef 100644 --- a/packages/eslint-config-modular-app/CHANGELOG.md +++ b/packages/eslint-config-modular-app/CHANGELOG.md @@ -1,5 +1,20 @@ # eslint-config-modular-app +## 4.0.1 + +### Patch Changes + +- [#2315](https://github.com/jpmorganchase/modular/pull/2315) + [`9753190`](https://github.com/jpmorganchase/modular/commit/9753190b429523606a98566dd9eba1c3a5236737) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Selective + `modular lint` + +- [#2315](https://github.com/jpmorganchase/modular/pull/2315) + [`9753190`](https://github.com/jpmorganchase/modular/commit/9753190b429523606a98566dd9eba1c3a5236737) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - + `modular lint` supports selective options `eslint-config-modular-app` doesn't + depend on eslint-config-react-app anymore + ## 4.0.0 ### Major Changes diff --git a/packages/eslint-config-modular-app/package.json b/packages/eslint-config-modular-app/package.json index 24f5791d4..1c5ff02db 100644 --- a/packages/eslint-config-modular-app/package.json +++ b/packages/eslint-config-modular-app/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-modular-app", - "version": "4.0.0", + "version": "4.0.1", "license": "Apache-2.0", "main": "index.js", "engines": { diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index 0a9d7d579..efb14bff5 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,53 @@ # modular-scripts +## 4.3.0 + +### Minor Changes + +- [#2320](https://github.com/jpmorganchase/modular/pull/2320) + [`561d780`](https://github.com/jpmorganchase/modular/commit/561d780cc6e86cd96723dae94ee98043f98dba52) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Allow root level + configuration that's overrideable by package-specific configuration + +- [#2315](https://github.com/jpmorganchase/modular/pull/2315) + [`9753190`](https://github.com/jpmorganchase/modular/commit/9753190b429523606a98566dd9eba1c3a5236737) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Selective + `modular lint` + +- [#2315](https://github.com/jpmorganchase/modular/pull/2315) + [`9753190`](https://github.com/jpmorganchase/modular/commit/9753190b429523606a98566dd9eba1c3a5236737) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - + `modular lint` supports selective options `eslint-config-modular-app` doesn't + depend on eslint-config-react-app anymore + +- [#2332](https://github.com/jpmorganchase/modular/pull/2332) + [`49c0260`](https://github.com/jpmorganchase/modular/commit/49c0260124f59d87b268c25d83f978fb0498e80f) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Upgrade + to esbuild 0.17.14 to fix `baseUrl` bug: + https://github.com/evanw/esbuild/issues/2119 + +- [#2341](https://github.com/jpmorganchase/modular/pull/2341) + [`4d07c4b`](https://github.com/jpmorganchase/modular/commit/4d07c4bbfe60d28305b8b0bd170cda1c6fab7d86) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - + `modular build` can build concurrently; `--concurrencyLevel` command added + +- [#2337](https://github.com/jpmorganchase/modular/pull/2337) + [`3781ab9`](https://github.com/jpmorganchase/modular/commit/3781ab9cf19516169a830c7f72b1f241cc7c9576) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - `select` + command - compute selective options for the user and print a JSON output on + the screen + +- [#2340](https://github.com/jpmorganchase/modular/pull/2340) + [`7d49224`](https://github.com/jpmorganchase/modular/commit/7d4922474554223fdc5b50d3753b4fa1b71e981d) + Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added + --includeNonModular flag to lint command to lint non Modular packages when a + lint script is provided in the package.json + +- [#2321](https://github.com/jpmorganchase/modular/pull/2321) + [`962b5e5`](https://github.com/jpmorganchase/modular/commit/962b5e5c70578ed7efe9fa6b2d0d267e08b047e9) + Thanks [@sgb-io](https://github.com/sgb-io)! - Add selective options to + typecheck + ## 4.2.0 ### Minor Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index 5e4ebfb30..b691988ee 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "4.2.0", + "version": "4.3.0", "license": "Apache-2.0", "repository": { "type": "git",