Skip to content
Open
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/large-icons-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-laws-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-buckets-wash.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tall-turtles-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-mugs-dream.md

This file was deleted.

32 changes: 32 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# modular-scripts

## 3.7.0

### Minor Changes

- [#2228](https://github.com/jpmorganchase/modular/pull/2228)
[`5322a71`](https://github.com/jpmorganchase/modular/commit/5322a718e8bf6589b9bcb0b33889e0a024e2b04d)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - modular
`source` type + `--dangerouslyIgnoreCircularDependencies` build option

* [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - - Fix prefixed logger
debug method logging as info
- Copy LICENSE files when building packages

### Patch Changes

- [#2218](https://github.com/jpmorganchase/modular/pull/2218)
[`15a417c`](https://github.com/jpmorganchase/modular/commit/15a417c3c555f5d8712436e585b94334c8b94060)
Thanks [@joshwooding](https://github.com/joshwooding)! - Fix repository field
generation on Windows

* [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

- [#2219](https://github.com/jpmorganchase/modular/pull/2219)
[`4a541a9`](https://github.com/jpmorganchase/modular/commit/4a541a904ebff5d4a56a16a3bbb6c57669c17fac)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Fix
`modular build` crashing when the selected workspace(s) are not in `packages`.

## 3.6.0

### Minor 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": "3.6.0",
"version": "3.7.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-template-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-app

## 1.1.1

### Patch Changes

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

## 1.1.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.1.0",
"version": "1.1.1",
"exports": {
"./package.json": "./package.json"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-template-esm-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-esm-view

## 1.0.1

### Patch Changes

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"exports": {
"./package.json": "./package.json"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-template-node-env-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-node-env-app

## 0.2.1

### Patch Changes

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-template-node-env-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-template-node-env-app",
"version": "0.2.0",
"version": "0.2.1",
"exports": {
"./package.json": "./package.json"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-template-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-package

## 1.1.1

### Patch Changes

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

## 1.1.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.1.0",
"version": "1.1.1",
"exports": {
"./package.json": "./package.json"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/modular-template-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# modular-template-view

## 1.1.1

### Patch Changes

- [#2050](https://github.com/jpmorganchase/modular/pull/2050)
[`2241c2b`](https://github.com/jpmorganchase/modular/commit/2241c2b2c900e21fd1cc29f1d3e6d75c6f6ec372)
Thanks [@joshwooding](https://github.com/joshwooding)! - Remove explicit
package.json and license entry in files array

## 1.1.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.1.0",
"version": "1.1.1",
"exports": {
"./package.json": "./package.json"
},
Expand Down