Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-spoons-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-rice-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-dancers-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-mangos-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-carrots-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-dolls-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pianos-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-foxes-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-pigs-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-keys-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-coats-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-cows-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shaggy-berries-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-roses-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-tips-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-hotels-cross.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-nails-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-buses-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-forks-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-walls-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-lobsters-stare.md

This file was deleted.

35 changes: 35 additions & 0 deletions docs/releases/3.4.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
parent: Release Notes
title: 3.4.x
---

# Modular 3.4.0

- Improve selective testing adding the `--package` option
- Improve creation of new workspaces with `modular add` with a custom `--path`
option
- Allow workspaces outside the packages directory

# Merged Changes

- `modular-scripts` @ 3.4.0 - See
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/modular-scripts%403.4.0)
for full details
- `create-modular-react-app` @ 3.0.1 - See
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/create-modular-react-app%403.0.1)
for full details
- `eslint-config-modular-app` @ 3.0.2 - See
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/eslint-config-modular-app%403.0.2)
for full details
- `@modular-scripts/modular-types` @ 1.1.0 - See
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/%40modular-scripts%2Fmodular-types%401.1.0)
for full details
- `@modular-scripts/workspace-resolver` @ 1.1.0 - See
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/%40modular-scripts%2Fworkspace-resolver%401.1.0)
for full details

# Patch Versions

Patch versions of this release do not have a dedicated summary. For details of
patch releases, please visit
[the GitHub releases page](https://github.com/jpmorganchase/modular/releases).
9 changes: 9 additions & 0 deletions packages/create-modular-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-modular-react-app

## 3.0.1

### Patch Changes

- [#1949](https://github.com/jpmorganchase/modular/pull/1949)
[`00ac6bc`](https://github.com/jpmorganchase/modular/commit/00ac6bc8553fa9963db12407e7be9849a583f3c5)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump commander
from 9.3.0 to 9.4.0

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-modular-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-modular-react-app",
"version": "3.0.0",
"version": "3.0.1",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/cli.js"
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-config-modular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# eslint-config-modular-app

## 3.0.2

### Patch Changes

- [#2134](https://github.com/jpmorganchase/modular/pull/2134)
[`704b3a4`](https://github.com/jpmorganchase/modular/commit/704b3a44f4f9766fe69e0dbac8eb667626cdb4a2)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
eslint-plugin-jest-dom from 3.9.2 to 3.9.4

* [#2143](https://github.com/jpmorganchase/modular/pull/2143)
[`902e03a`](https://github.com/jpmorganchase/modular/commit/902e03a319aa0e19729932f2591238b583ad16d0)
Thanks [@joshwooding](https://github.com/joshwooding)! - Fix Jest linting
rules being applied to Cypress tests

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-modular-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-modular-app",
"version": "3.0.1",
"version": "3.0.2",
"license": "Apache-2.0",
"main": "index.js",
"engines": {
Expand Down
92 changes: 92 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,97 @@
# modular-scripts

## 3.4.0

### Minor Changes

- [#2145](https://github.com/jpmorganchase/modular/pull/2145)
[`a17e9df`](https://github.com/jpmorganchase/modular/commit/a17e9dfae3dcf7d94c415278b4a87892de1c3854)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Selective
test on workspace name with the --package option

* [#2111](https://github.com/jpmorganchase/modular/pull/2111)
[`deaee2c`](https://github.com/jpmorganchase/modular/commit/deaee2cf0c6cd74200236d886f6baadee089196e)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Improve
the way modular add creates new workspaces, add the custom `--path` option,
factor out addPackage tests

- [#2169](https://github.com/jpmorganchase/modular/pull/2169)
[`32f4a4d`](https://github.com/jpmorganchase/modular/commit/32f4a4d0b109d116f985e4f29908faf20090837e)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Allow
workspaces outside the `packages` directory

### Patch Changes

- [#2158](https://github.com/jpmorganchase/modular/pull/2158)
[`09a3e02`](https://github.com/jpmorganchase/modular/commit/09a3e0267952daa2112c6bae77fb0f2bd6c647d9)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove
@types/semver-regex

* [#2135](https://github.com/jpmorganchase/modular/pull/2135)
[`305cff2`](https://github.com/jpmorganchase/modular/commit/305cff287a4eaa812ed92cf810b15d8198230a8f)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump semver-regex
from 3.1.3 to 3.1.4

- [#2087](https://github.com/jpmorganchase/modular/pull/2087)
[`8c8570a`](https://github.com/jpmorganchase/modular/commit/8c8570a33d320a5e4bfb3f615b81a0509050dc50)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump dotenv from
16.0.1 to 16.0.2

* [#2159](https://github.com/jpmorganchase/modular/pull/2159)
[`70470c0`](https://github.com/jpmorganchase/modular/commit/70470c0ad53729554ed286ee69829f157135dd80)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Refactor
modular config into readable parts

- [#2156](https://github.com/jpmorganchase/modular/pull/2156)
[`432392b`](https://github.com/jpmorganchase/modular/commit/432392bfcfd4a6f482429329c1dc1cc0535ddcf6)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump address from
1.2.0 to 1.2.1

* [#2011](https://github.com/jpmorganchase/modular/pull/2011)
[`3c199ff`](https://github.com/jpmorganchase/modular/commit/3c199ff2c41d4b7fd0dff4c9f62f04b12012a0a3)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump postcss from
8.4.14 to 8.4.16

- [#2177](https://github.com/jpmorganchase/modular/pull/2177)
[`8311ade`](https://github.com/jpmorganchase/modular/commit/8311ade225d977db2f6a91a14b915f55674b1eee)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Modular
type as an additional property in workspace resolver

* [#1975](https://github.com/jpmorganchase/modular/pull/1975)
[`2f9d6b8`](https://github.com/jpmorganchase/modular/commit/2f9d6b8062a526dce6ebefeb93ea5f435a46b474)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump webpack from
5.73.0 to 5.74.0

- [#2137](https://github.com/jpmorganchase/modular/pull/2137)
[`33ffaf8`](https://github.com/jpmorganchase/modular/commit/33ffaf8946264faab10e3ab3e5467f984cd2690e)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump strip-ansi
from 6.0.0 to 6.0.1

* [#1949](https://github.com/jpmorganchase/modular/pull/1949)
[`00ac6bc`](https://github.com/jpmorganchase/modular/commit/00ac6bc8553fa9963db12407e7be9849a583f3c5)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump commander
from 9.3.0 to 9.4.0

- [#1950](https://github.com/jpmorganchase/modular/pull/1950)
[`e41effa`](https://github.com/jpmorganchase/modular/commit/e41effa5a6ff62929688acc37bc948199ad0aa7f)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump ws from 8.8.0
to 8.8.1

* [#1959](https://github.com/jpmorganchase/modular/pull/1959)
[`b3fa5fd`](https://github.com/jpmorganchase/modular/commit/b3fa5fd86398b0626f1e5498c5003cac5361ce50)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
fork-ts-checker-webpack-plugin from 7.2.11 to 7.2.13

- [#1853](https://github.com/jpmorganchase/modular/pull/1853)
[`b42ae90`](https://github.com/jpmorganchase/modular/commit/b42ae904a98aa4290626a31b731985250182719b)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump resolve from
1.21.0 to 1.22.1

- Updated dependencies
[[`db7acd0`](https://github.com/jpmorganchase/modular/commit/db7acd0d2fa0b896f99a0e7f4c745c8e0b790325),
[`8311ade`](https://github.com/jpmorganchase/modular/commit/8311ade225d977db2f6a91a14b915f55674b1eee)]:
- @modular-scripts/workspace-resolver@1.2.0

## 3.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-scripts",
"version": "3.3.2",
"version": "3.4.0",
"license": "Apache-2.0",
"bin": {
"modular": "dist-cjs/cli.js"
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/code-frame": "7.18.6",
"@modular-scripts/workspace-resolver": "1.1.0",
"@modular-scripts/workspace-resolver": "1.2.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-json": "4.1.0",
Expand Down Expand Up @@ -140,7 +140,7 @@
"*.js"
],
"devDependencies": {
"@modular-scripts/modular-types": "1.0.1",
"@modular-scripts/modular-types": "1.1.0",
"@schemastore/package": "0.0.6",
"@schemastore/tsconfig": "0.0.9",
"@types/js-yaml": "^4.0.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @modular-scripts/modular-types

## 1.1.0

### Minor Changes

- [#2177](https://github.com/jpmorganchase/modular/pull/2177)
[`8311ade`](https://github.com/jpmorganchase/modular/commit/8311ade225d977db2f6a91a14b915f55674b1eee)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Modular
type as an additional property in workspace resolver

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modular-scripts/modular-types",
"version": "1.0.1",
"version": "1.1.0",
"license": "Apache-2.0",
"types": "src/types.ts",
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/tree-view-for-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# tree-view-for-tests

## 2.0.1

### Patch Changes

- [#1989](https://github.com/jpmorganchase/modular/pull/1989)
[`e002b87`](https://github.com/jpmorganchase/modular/commit/e002b878597b8f08befaef78b91cfa4b4b78652a)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @emotion/hash
from 0.8.0 to 0.9.0

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tree-view-for-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-view-for-tests",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/index.ts",
"license": "Apache-2.0",
"private": true,
Expand Down
Loading