Skip to content

Commit

Permalink
Merge pull request #2380 from jpmorganchase/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AlbertoBrusa authored May 9, 2023
2 parents c4ecda3 + 6f81a3e commit eb7e6f9
Show file tree
Hide file tree
Showing 24 changed files with 120 additions and 59 deletions.
6 changes: 0 additions & 6 deletions .changeset/cool-pumpkins-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-rules-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-wombats-attack.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/good-brooms-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-hounds-judge.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/proud-ghosts-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-rings-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-rice-call.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/create-modular-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-modular-react-app

## 5.1.0

### Minor Changes

- [#2369](https://github.com/jpmorganchase/modular/pull/2369)
[`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"

## 5.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": "5.0.0",
"version": "5.1.0",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/cli.js"
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config-modular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eslint-config-modular-app

## 4.1.0

### Minor Changes

- [#2369](https://github.com/jpmorganchase/modular/pull/2369)
[`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"

## 4.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": "4.0.1",
"version": "4.1.0",
"license": "Apache-2.0",
"main": "index.js",
"engines": {
Expand Down
42 changes: 42 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# modular-scripts

## 4.4.0

### Minor Changes

- [#2365](https://github.com/jpmorganchase/modular/pull/2365)
[`89097fc`](https://github.com/jpmorganchase/modular/commit/89097fc98ffa14af4b223ecf1fbaf5ce5670d1d0)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - `modular add` now
cleans up after itself by removing the added template dependency

- [#2368](https://github.com/jpmorganchase/modular/pull/2368)
[`2ca7fcd`](https://github.com/jpmorganchase/modular/commit/2ca7fcd39affb4c4033665a80f04053def45d453)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Support
non-modular templates

- [#2338](https://github.com/jpmorganchase/modular/pull/2338)
[`d4a64ef`](https://github.com/jpmorganchase/modular/commit/d4a64efba3742795d0a0ee280618881a972a6921)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added --swc flag to
test command: Runs tests with @swc/jest instead of ts-jest & babel for
increased performance

- [#2364](https://github.com/jpmorganchase/modular/pull/2364)
[`fdf2f71`](https://github.com/jpmorganchase/modular/commit/fdf2f71204e4c72fa0468500a0ad271a29420fdc)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - `modular build` now
includes the 'engines' field in the dist package.json when provided in the
workspace or root package.json

- [#2352](https://github.com/jpmorganchase/modular/pull/2352)
[`ccffbfd`](https://github.com/jpmorganchase/modular/commit/ccffbfd909d4451c030be16b26adf53d3581d52a)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Enable
"strict" compiler option in the
[typecheck allowlist](https://modular.js.org/commands/typecheck/#configuration)

- [#2363](https://github.com/jpmorganchase/modular/pull/2363)
[`d770c80`](https://github.com/jpmorganchase/modular/commit/d770c80e8afd846d69b82b31d28f5b6904357262)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added --jest flag
to bypass modular test behaviour

- [#2371](https://github.com/jpmorganchase/modular/pull/2371)
[`4e6fb9b`](https://github.com/jpmorganchase/modular/commit/4e6fb9b68b78aed8b424bbfcd2197fd5412ef2d0)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - When building with
webpack, only typecheck the package being built and its dependants

## 4.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-scripts",
"version": "4.3.1",
"version": "4.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/modular-template-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# modular-template-app

## 2.0.0

### Major Changes

- [#2369](https://github.com/jpmorganchase/modular/pull/2369)
[`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-app",
"version": "1.2.0",
"version": "2.0.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/modular-template-esm-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# modular-template-esm-view

## 2.0.0

### Major Changes

- [#2369](https://github.com/jpmorganchase/modular/pull/2369)
[`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-esm-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-esm-view",
"version": "1.1.0",
"version": "2.0.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/modular-template-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# modular-template-package

## 2.0.0

### Major Changes

- [#2369](https://github.com/jpmorganchase/modular/pull/2369)
[`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-package",
"version": "1.2.0",
"version": "2.0.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/modular-template-source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# modular-template-source

## 2.0.0

### Major Changes

- [#2369](https://github.com/jpmorganchase/modular/pull/2369)
[`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-source",
"version": "1.1.0",
"version": "2.0.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/modular-template-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# modular-template-view

## 2.0.0

### Major Changes

- [#2369](https://github.com/jpmorganchase/modular/pull/2369)
[`3141f92`](https://github.com/jpmorganchase/modular/commit/3141f9259afccff4fbac9d5428d4d4b7714b9911)
Thanks [@AlbertoBrusa](https://github.com/AlbertoBrusa)! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-view",
"version": "1.2.0",
"version": "2.0.0",
"exports": {
"./package.json": "./package.json"
},
Expand Down

0 comments on commit eb7e6f9

Please sign in to comment.