Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2350

Merged
merged 1 commit into from Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-crabs-shout.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-mirrors-drop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fluffy-oranges-march.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gorgeous-dancers-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-boats-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-fans-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-onions-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-parrots-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-parents-invent.md

This file was deleted.

16 changes: 16 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
15 changes: 15 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
48 changes: 48 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down