diff --git a/.changeset/bright-camels-tickle.md b/.changeset/bright-camels-tickle.md deleted file mode 100644 index 152f8fc40..000000000 --- a/.changeset/bright-camels-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Add template docs and correct command help description for the --template option diff --git a/.changeset/clean-cats-repeat.md b/.changeset/clean-cats-repeat.md deleted file mode 100644 index c140c4858..000000000 --- a/.changeset/clean-cats-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump postcss-loader from 7.0.0 to 7.0.1 diff --git a/.changeset/curvy-plants-burn.md b/.changeset/curvy-plants-burn.md deleted file mode 100644 index fd8749aac..000000000 --- a/.changeset/curvy-plants-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump npm-packlist from 5.1.0 to 5.1.1 diff --git a/.changeset/fair-humans-brush.md b/.changeset/fair-humans-brush.md deleted file mode 100644 index c718eed6b..000000000 --- a/.changeset/fair-humans-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump filesize from 9.0.1 to 9.0.11 diff --git a/.changeset/fresh-games-learn.md b/.changeset/fresh-games-learn.md deleted file mode 100644 index a01f4cbf7..000000000 --- a/.changeset/fresh-games-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': patch ---- - -Bump esbuild from 0.14.42 to 0.14.51 diff --git a/.changeset/seven-llamas-play.md b/.changeset/seven-llamas-play.md deleted file mode 100644 index 837545d1f..000000000 --- a/.changeset/seven-llamas-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": minor ---- - -Add function to detect changed workspaces diff --git a/.changeset/smart-shirts-admire.md b/.changeset/smart-shirts-admire.md deleted file mode 100644 index 5983e6e0c..000000000 --- a/.changeset/smart-shirts-admire.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@modular-scripts/modular-types": minor -"@modular-scripts/workspace-resolver": minor ---- - -- Add dependency resolver API -- Add lightweight dependency type for users using the API separately diff --git a/.changeset/sour-windows-laugh.md b/.changeset/sour-windows-laugh.md deleted file mode 100644 index 8f3237157..000000000 --- a/.changeset/sour-windows-laugh.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'modular-scripts': minor -'@modular-scripts/modular-types': minor -'@modular-scripts/workspace-resolver': minor ---- - -Integrate new yarn-agnostic workspace resolver diff --git a/.changeset/ten-tips-tan.md b/.changeset/ten-tips-tan.md deleted file mode 100644 index 1340a44ac..000000000 --- a/.changeset/ten-tips-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump webpack-dev-server from 4.9.2 to 4.9.3 diff --git a/.changeset/unlucky-guests-train.md b/.changeset/unlucky-guests-train.md deleted file mode 100644 index 4f8f0fbda..000000000 --- a/.changeset/unlucky-guests-train.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@modular-scripts/modular-types': major -'@modular-scripts/workspace-resolver': major -'modular-scripts': patch ---- - -Introduce @modular-scripts/modular-types and @modular-scripts/workspace-resolver diff --git a/.changeset/yellow-beans-tickle.md b/.changeset/yellow-beans-tickle.md deleted file mode 100644 index eac5e4588..000000000 --- a/.changeset/yellow-beans-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"modular-scripts": patch ---- - -Bump sass-loader from 13.0.0 to 13.0.2 diff --git a/.changeset/young-poets-swim.md b/.changeset/young-poets-swim.md deleted file mode 100644 index 5a16ff3ac..000000000 --- a/.changeset/young-poets-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'modular-scripts': patch ---- - -Read `compilerOptions.jsx` when type checking to support the new React JSX transform. diff --git a/packages/modular-scripts/CHANGELOG.md b/packages/modular-scripts/CHANGELOG.md index 7ffc89993..68b5cd2c5 100644 --- a/packages/modular-scripts/CHANGELOG.md +++ b/packages/modular-scripts/CHANGELOG.md @@ -1,5 +1,72 @@ # modular-scripts +## 3.2.0 + +### Minor Changes + +- [#2015](https://github.com/jpmorganchase/modular/pull/2015) + [`c9af2ad`](https://github.com/jpmorganchase/modular/commit/c9af2ad64ba9b8110464b381f7d170203ecf1eac) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Add + function to detect changed workspaces + +* [#2001](https://github.com/jpmorganchase/modular/pull/2001) + [`12d9ea0`](https://github.com/jpmorganchase/modular/commit/12d9ea09a754af478470c8cdb1dc7114f53fd5c3) + Thanks [@sgb-io](https://github.com/sgb-io)! - Integrate new yarn-agnostic + workspace resolver + +### Patch Changes + +- [#1928](https://github.com/jpmorganchase/modular/pull/1928) + [`0a3bcfb`](https://github.com/jpmorganchase/modular/commit/0a3bcfb7640119a7fa5108e514d2f6855f8d5ad5) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Add + template docs and correct command help description for the --template option + +* [#1926](https://github.com/jpmorganchase/modular/pull/1926) + [`3e95003`](https://github.com/jpmorganchase/modular/commit/3e950034d47c8cacdf07ff0014feac373a83947d) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump + postcss-loader from 7.0.0 to 7.0.1 + +- [#1896](https://github.com/jpmorganchase/modular/pull/1896) + [`bedef0a`](https://github.com/jpmorganchase/modular/commit/bedef0a04f83eb2de58dcb35ae04b4c44b38aa14) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump npm-packlist + from 5.1.0 to 5.1.1 + +* [#1889](https://github.com/jpmorganchase/modular/pull/1889) + [`9ecf69a`](https://github.com/jpmorganchase/modular/commit/9ecf69a121568879dbcc292c0ad48471be57b662) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump filesize from + 9.0.1 to 9.0.11 + +- [#1998](https://github.com/jpmorganchase/modular/pull/1998) + [`603b149`](https://github.com/jpmorganchase/modular/commit/603b14954959cf717e1fc2935862c8fd9baacee0) + Thanks [@sgb-io](https://github.com/sgb-io)! - Bump esbuild from 0.14.42 to + 0.14.51 + +* [#1897](https://github.com/jpmorganchase/modular/pull/1897) + [`23d5e33`](https://github.com/jpmorganchase/modular/commit/23d5e332c0955216b6741b54202e655820828a33) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump + webpack-dev-server from 4.9.2 to 4.9.3 + +- [#1978](https://github.com/jpmorganchase/modular/pull/1978) + [`b2c9f74`](https://github.com/jpmorganchase/modular/commit/b2c9f74a0542a726d202a68c06bc1bae5c1df541) + Thanks [@sgb-io](https://github.com/sgb-io)! - Introduce + @modular-scripts/modular-types and @modular-scripts/workspace-resolver + +* [#1879](https://github.com/jpmorganchase/modular/pull/1879) + [`f8bfdc6`](https://github.com/jpmorganchase/modular/commit/f8bfdc600c2b90bdbc9791febc85840515aca562) + Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump sass-loader + from 13.0.0 to 13.0.2 + +- [#1998](https://github.com/jpmorganchase/modular/pull/1998) + [`603b149`](https://github.com/jpmorganchase/modular/commit/603b14954959cf717e1fc2935862c8fd9baacee0) + Thanks [@sgb-io](https://github.com/sgb-io)! - Read `compilerOptions.jsx` when + type checking to support the new React JSX transform. + +- Updated dependencies + [[`051ecf7`](https://github.com/jpmorganchase/modular/commit/051ecf7d257f883268abe73fd082d25615888906), + [`12d9ea0`](https://github.com/jpmorganchase/modular/commit/12d9ea09a754af478470c8cdb1dc7114f53fd5c3), + [`b2c9f74`](https://github.com/jpmorganchase/modular/commit/b2c9f74a0542a726d202a68c06bc1bae5c1df541)]: + - @modular-scripts/workspace-resolver@1.0.0 + ## 3.1.5 ### Patch Changes diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index d1d55f421..3440a19e8 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -1,6 +1,6 @@ { "name": "modular-scripts", - "version": "3.1.5", + "version": "3.2.0", "license": "Apache-2.0", "bin": { "modular": "dist-cjs/cli.js" @@ -23,7 +23,7 @@ }, "dependencies": { "@babel/code-frame": "7.16.7", - "@modular-scripts/workspace-resolver": "0.0.1", + "@modular-scripts/workspace-resolver": "1.0.0", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-json": "4.1.0", @@ -138,7 +138,7 @@ "*.js" ], "devDependencies": { - "@modular-scripts/modular-types": "0.0.1", + "@modular-scripts/modular-types": "1.0.0", "@schemastore/package": "0.0.6", "@schemastore/tsconfig": "0.0.9", "@types/js-yaml": "^4.0.5", diff --git a/packages/modular-types/CHANGELOG.md b/packages/modular-types/CHANGELOG.md new file mode 100644 index 000000000..b852c73a1 --- /dev/null +++ b/packages/modular-types/CHANGELOG.md @@ -0,0 +1,23 @@ +# @modular-scripts/modular-types + +## 1.0.0 + +### Major Changes + +- [#1978](https://github.com/jpmorganchase/modular/pull/1978) + [`b2c9f74`](https://github.com/jpmorganchase/modular/commit/b2c9f74a0542a726d202a68c06bc1bae5c1df541) + Thanks [@sgb-io](https://github.com/sgb-io)! - Introduce + @modular-scripts/modular-types and @modular-scripts/workspace-resolver + +### Minor Changes + +- [#1983](https://github.com/jpmorganchase/modular/pull/1983) + [`051ecf7`](https://github.com/jpmorganchase/modular/commit/051ecf7d257f883268abe73fd082d25615888906) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - - Add + dependency resolver API + - Add lightweight dependency type for users using the API separately + +* [#2001](https://github.com/jpmorganchase/modular/pull/2001) + [`12d9ea0`](https://github.com/jpmorganchase/modular/commit/12d9ea09a754af478470c8cdb1dc7114f53fd5c3) + Thanks [@sgb-io](https://github.com/sgb-io)! - Integrate new yarn-agnostic + workspace resolver diff --git a/packages/modular-types/package.json b/packages/modular-types/package.json index 3d2d7930c..f78da2609 100644 --- a/packages/modular-types/package.json +++ b/packages/modular-types/package.json @@ -1,6 +1,6 @@ { "name": "@modular-scripts/modular-types", - "version": "0.0.1", + "version": "1.0.0", "license": "Apache-2.0", "types": "src/types.ts", "publishConfig": { diff --git a/packages/workspace-resolver/CHANGELOG.md b/packages/workspace-resolver/CHANGELOG.md new file mode 100644 index 000000000..ae35519e9 --- /dev/null +++ b/packages/workspace-resolver/CHANGELOG.md @@ -0,0 +1,23 @@ +# @modular-scripts/workspace-resolver + +## 1.0.0 + +### Major Changes + +- [#1978](https://github.com/jpmorganchase/modular/pull/1978) + [`b2c9f74`](https://github.com/jpmorganchase/modular/commit/b2c9f74a0542a726d202a68c06bc1bae5c1df541) + Thanks [@sgb-io](https://github.com/sgb-io)! - Introduce + @modular-scripts/modular-types and @modular-scripts/workspace-resolver + +### Minor Changes + +- [#1983](https://github.com/jpmorganchase/modular/pull/1983) + [`051ecf7`](https://github.com/jpmorganchase/modular/commit/051ecf7d257f883268abe73fd082d25615888906) + Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - - Add + dependency resolver API + - Add lightweight dependency type for users using the API separately + +* [#2001](https://github.com/jpmorganchase/modular/pull/2001) + [`12d9ea0`](https://github.com/jpmorganchase/modular/commit/12d9ea09a754af478470c8cdb1dc7114f53fd5c3) + Thanks [@sgb-io](https://github.com/sgb-io)! - Integrate new yarn-agnostic + workspace resolver diff --git a/packages/workspace-resolver/package.json b/packages/workspace-resolver/package.json index daf2bdb5b..fced5b061 100644 --- a/packages/workspace-resolver/package.json +++ b/packages/workspace-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@modular-scripts/workspace-resolver", - "version": "0.0.1", + "version": "1.0.0", "license": "Apache-2.0", "main": "dist-cjs/index.js", "dependencies": { @@ -9,7 +9,7 @@ "semver": "7.3.7" }, "devDependencies": { - "@modular-scripts/modular-types": "0.0.1", + "@modular-scripts/modular-types": "1.0.0", "@types/fs-extra": "^9.0.13" }, "scripts": {