Browse Source

Version Packages (#1052)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remotes/origin/use-bnz v1.36.0
github-actions[bot] 9 months ago committed by GitHub
parent
commit
4db859383a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .changeset/disable-unused-chrono-features.md
  2. 5
      .changeset/fifty-emus-type.md
  3. 5
      .changeset/many-paws-fetch.md
  4. 5
      .changeset/many-sloths-fry.md
  5. 5
      .changeset/poor-otters-cheer.md
  6. 5
      .changeset/poor-poets-compete.md
  7. 5
      .changeset/rotten-pumpkins-search.md
  8. 5
      .changeset/show-download-progress.md
  9. 5
      .changeset/violet-rice-brake.md
  10. 24
      CHANGELOG.md
  11. 2
      Cargo.lock
  12. 2
      Cargo.toml
  13. 2
      docs/fnm.svg
  14. 2
      package.json

5
.changeset/disable-unused-chrono-features.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
Disable unused chrono features (#1014)

5
.changeset/fifty-emus-type.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": minor
---
feat: add remote version sorting and filtering

5
.changeset/many-paws-fetch.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
Fix `cd /D` on windows with `--use-on-cd`

5
.changeset/many-sloths-fry.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": minor
---
`fnm install latest` will now tag the `latest` alias

5
.changeset/poor-otters-cheer.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
support `x64-musl` arch by adding a `--arch x64-musl` to fnm env

5
.changeset/poor-poets-compete.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
make nicer styling in progress bar (add newline, make it unicode)

5
.changeset/rotten-pumpkins-search.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
fix: return default version if canonicalize fails

5
.changeset/show-download-progress.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": minor
---
Show a progress bar when downloading and extracting node

5
.changeset/violet-rice-brake.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
Fixes a bug when running `eval $(fnm env)` in sh when there a spaces in the $PATH

24
CHANGELOG.md

@ -1,5 +1,29 @@ @@ -1,5 +1,29 @@
## 1.31.0 (2022-02-16)
## 1.36.0
### Minor Changes
- [#1063](https://github.com/Schniz/fnm/pull/1063) [`121128f`](https://github.com/Schniz/fnm/commit/121128f42bc27583c2cf9a77b14f60f456af4a82) Thanks [@ryanccn](https://github.com/ryanccn)! - feat: add remote version sorting and filtering
- [#896](https://github.com/Schniz/fnm/pull/896) [`7b47b3e`](https://github.com/Schniz/fnm/commit/7b47b3ef0a741fe40a39efaa5eca6945b2e11c59) Thanks [@pedrofialho](https://github.com/pedrofialho)! - `fnm install latest` will now tag the `latest` alias
- [#1028](https://github.com/Schniz/fnm/pull/1028) [`66efc5b`](https://github.com/Schniz/fnm/commit/66efc5b90c71f2f24592dbf8d7e28c9f53bcf5f9) Thanks [@eblocha](https://github.com/eblocha)! - Show a progress bar when downloading and extracting node
### Patch Changes
- [#1014](https://github.com/Schniz/fnm/pull/1014) [`6be23c8`](https://github.com/Schniz/fnm/commit/6be23c868f5ddb2a4508a1f302c345298401d674) Thanks [@tottoto](https://github.com/tottoto)! - Disable unused chrono features (#1014)
- [#1050](https://github.com/Schniz/fnm/pull/1050) [`d6c132a`](https://github.com/Schniz/fnm/commit/d6c132adfd1c29c48acb0b9de42538146e23cf18) Thanks [@JakeHandsome](https://github.com/JakeHandsome)! - Fix `cd /D` on windows with `--use-on-cd`
- [#1109](https://github.com/Schniz/fnm/pull/1109) [`8f3acbb`](https://github.com/Schniz/fnm/commit/8f3acbb8ee4991b838ce3fe146d62864aaa290b9) Thanks [@Vinfall](https://github.com/Vinfall)! - support `x64-musl` arch by adding a `--arch x64-musl` to fnm env
- [#1125](https://github.com/Schniz/fnm/pull/1125) [`d9af62f`](https://github.com/Schniz/fnm/commit/d9af62ff432e57398efdd812e218f3fb390c5243) Thanks [@Schniz](https://github.com/Schniz)! - make nicer styling in progress bar (add newline, make it unicode)
- [#1058](https://github.com/Schniz/fnm/pull/1058) [`734df47`](https://github.com/Schniz/fnm/commit/734df47795c3b71d104ec9638034447cc4ef47cc) Thanks [@aquacash5](https://github.com/aquacash5)! - fix: return default version if canonicalize fails
- [#1066](https://github.com/Schniz/fnm/pull/1066) [`9ff98da`](https://github.com/Schniz/fnm/commit/9ff98da93c69013274322c3a63dfdb1beaf73875) Thanks [@floh1695](https://github.com/floh1695)! - Fixes a bug when running `eval $(fnm env)` in sh when there a spaces in the $PATH
## 1.35.1
### Patch Changes

2
Cargo.lock generated

@ -623,7 +623,7 @@ dependencies = [ @@ -623,7 +623,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.35.1"
version = "1.36.0"
dependencies = [
"anyhow",
"chrono",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.35.1"
version = "1.36.0"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
build = "build.rs"

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 75 KiB

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.35.1",
"version": "1.36.0",
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",

Loading…
Cancel
Save