Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Increase version to 0.5.1 #168

Merged
merged 1 commit into from
Apr 17, 2024
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
10 changes: 10 additions & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.5.1 Apr 16th, 2024

## Clangelog

- #165 Generate single unified es module for exports
- Minification hints and optimizations for webpack using ts-utils 0.11.2
- #162 Bump @microsoft/rush from 5.118.7 to 5.120.0
- #164 Bump @microsoft/rush from 5.120.0 to 5.120.2
- #167 Bump @microsoft/rush from 5.120.2 to 5.120.4

# v0.5.0 Mar 29th, 2024

## Changelog
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Install the npm packare: `npm install @nevware21/ts-async --save`
> It is suggested / recommended that you use the following definition in your `package.json` so that you are compatible with any future releases as they become available
> we do not intend to make ANY known breaking changes moving forward until v2.x
> ```json
> "@nevware21/ts-async": ">= 0.5.0 < 2.x"
> "@nevware21/ts-async": ">= 0.5.1 < 2.x"
> ```

And then just import the helpers and use them.
Expand Down
3 changes: 3 additions & 0 deletions common/scripts/install-run-rush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions common/scripts/install-run-rushx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 28 additions & 12 deletions common/scripts/install-run.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/typedoc/assets/main.js

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions docs/typedoc/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,17 +327,14 @@ dd {
}

/* Footer */
.tsd-generator {
footer {
border-top: 1px solid var(--color-accent);
padding-top: 1rem;
padding-bottom: 1rem;
max-height: 3.5rem;
}

.tsd-generator > p {
margin-top: 0;
margin-bottom: 0;
padding: 0 1rem;
.tsd-generator {
margin: 0 1em;
}

.container-main {
Expand Down
Loading
Loading