Skip to content

Commit

Permalink
Avoid specific patch versions on release pages (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgb-io authored Aug 11, 2022
1 parent dcc2698 commit dfb655b
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/releases/1.0.0.md → docs/releases/1.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ dist
├─ sample-app
└─ nested-app
```

# 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).
6 changes: 6 additions & 0 deletions docs/releases/2.0.0.md → docs/releases/2.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ Along with aligning the packages which we publish with the Node.JS `#exports`
standards we want to bring this option to developers who publish their packages
with Modular. This change will see us move to using `esbuild` for transpilation
of code.

# 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).
6 changes: 6 additions & 0 deletions docs/releases/2.1.0.md → docs/releases/2.1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ when they're using modular. Warning messages are still visible by specifying the

- [#1039](https://github.com/jpmorganchase/modular/pull/1039) Add missing
dependencies required for esbuild-scripts.

# 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).
6 changes: 6 additions & 0 deletions docs/releases/2.2.0.md → docs/releases/2.2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@ info](../building-apps/web workers).

- [#1154](https://github.com/jpmorganchase/modular/pull/1154) Bump
`tsconfig.json` value for `target` from `es5` to `es2106`.

# 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).
6 changes: 6 additions & 0 deletions docs/releases/2.3.0.md → docs/releases/2.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,9 @@ code, including hoisted dependencies.
- [#1503](https://github.com/jpmorganchase/modular/pull/1503) Relax our
dependency discovery criteria to include dev dependencies and just warn when
a dependency is not found.

# 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).
6 changes: 6 additions & 0 deletions docs/releases/3.0.0.md → docs/releases/3.0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ from `modular-scripts` 3.0.0.
- [#1663](https://github.com/jpmorganchase/modular/pull/1663) Remove requirement
to transpile to es6-module supported browsers in default browserslist
configuration.

# 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).
6 changes: 6 additions & 0 deletions docs/releases/3.1.0.md → docs/releases/3.1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ dependencies of a package in JSON format.

- [#1757](https://github.com/jpmorganchase/modular/pull/1757) Webpack build:
Support CSS from CDN in esm-views

# 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).
12 changes: 9 additions & 3 deletions docs/releases/3.2.0.md → docs/releases/3.2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ title: 3.2.0
# Merged Changes

- `modular-scripts` @ 3.2.0 - See
https://github.com/jpmorganchase/modular/releases/tag/modular-scripts%403.2.0
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/modular-scripts%403.2.0)
for full details
- `@modular-scripts/modular-types` @ 1.0.0 - See
https://github.com/jpmorganchase/modular/releases/tag/%40modular-scripts%2Fmodular-types%401.0.0
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/%40modular-scripts%2Fmodular-types%401.0.0)
for full details
- `@modular-scripts/workspace-resolver` @ 1.0.0 - See
https://github.com/jpmorganchase/modular/releases/tag/%40modular-scripts%2Fworkspace-resolver%401.0.0
[the GitHub release](https://github.com/jpmorganchase/modular/releases/tag/%40modular-scripts%2Fworkspace-resolver%401.0.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).

0 comments on commit dfb655b

Please sign in to comment.