From 3d5849974914d29e8bc351b61e5ab6e1ac69fc97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:53:14 +0200 Subject: [PATCH] Version Packages (#784) Co-authored-by: github-actions[bot] --- .changeset/chilly-apes-travel.md | 5 ----- .changeset/red-flowers-collect.md | 5 ----- .changeset/soft-laws-doubt.md | 5 ----- .changeset/yellow-otters-develop.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- docs/commands.md | 2 +- docs/fnm.svg | 2 +- package.json | 2 +- 10 files changed, 19 insertions(+), 25 deletions(-) delete mode 100644 .changeset/chilly-apes-travel.md delete mode 100644 .changeset/red-flowers-collect.md delete mode 100644 .changeset/soft-laws-doubt.md delete mode 100644 .changeset/yellow-otters-develop.md diff --git a/.changeset/chilly-apes-travel.md b/.changeset/chilly-apes-travel.md deleted file mode 100644 index 9bd8324..0000000 --- a/.changeset/chilly-apes-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": minor ---- - -Add `--json` to `fnm env` to output the env vars as JSON diff --git a/.changeset/red-flowers-collect.md b/.changeset/red-flowers-collect.md deleted file mode 100644 index eb8ec32..0000000 --- a/.changeset/red-flowers-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -This updates the Changesets configurations. diff --git a/.changeset/soft-laws-doubt.md b/.changeset/soft-laws-doubt.md deleted file mode 100644 index c9b9fdd..0000000 --- a/.changeset/soft-laws-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -fix test: Use correct PATH for npm install test diff --git a/.changeset/yellow-otters-develop.md b/.changeset/yellow-otters-develop.md deleted file mode 100644 index 2782640..0000000 --- a/.changeset/yellow-otters-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -Make installation script respect `$XDG_DATA_HOME` diff --git a/CHANGELOG.md b/CHANGELOG.md index 635a2be..1de340c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ## 1.31.0 (2022-02-16) +## 1.32.0 + +### Minor Changes + +- Add `--json` to `fnm env` to output the env vars as JSON ([#800](https://github.com/Schniz/fnm/pull/800)) + +### Patch Changes + +- This updates the Changesets configurations. ([#783](https://github.com/Schniz/fnm/pull/783)) + +- fix test: Use correct PATH for npm install test ([#768](https://github.com/Schniz/fnm/pull/768)) + +- Make installation script respect `$XDG_DATA_HOME` ([#614](https://github.com/Schniz/fnm/pull/614)) + ## 1.31.1 ### Patch Changes diff --git a/Cargo.lock b/Cargo.lock index d2a6e86..373bc45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,7 +598,7 @@ dependencies = [ [[package]] name = "fnm" -version = "1.31.1" +version = "1.32.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 48fcad1..209c98a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fnm" -version = "1.31.1" +version = "1.32.0" authors = ["Gal Schlezinger "] edition = "2021" build = "build.rs" diff --git a/docs/commands.md b/docs/commands.md index 186e1f9..211ecce 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -1,7 +1,7 @@ # `fnm` ``` -fnm 1.31.1 +fnm 1.32.0 A fast and simple Node.js manager USAGE: diff --git a/docs/fnm.svg b/docs/fnm.svg index aac1bc0..f761593 100644 --- a/docs/fnm.svg +++ b/docs/fnm.svg @@ -1 +1 @@ -evaleval"$(fnmeval"$(fnmenv)"ffnfnmfnm--versionfnm1.31.1catcat.node-version16.15.1fnminstallInstallingNodev16.15.1(x64)fnmuseUsingNodev16.15.1nodenode-vv16.15.1eevevaeval"eval"$eval"$(eval"$(feval"$(fneval"$(fnmeeval"$(fnmeneval"$(fnmenveval"$(fnmenv)fnm-fnm--fnm--vfnm--vefnm--verfnm--versfnm--versifnm--versioccacat.cat.ncat.nocat.nodcat.nodecat.node-cat.node-vcat.node-vecat.node-vercat.node-verscat.node-versicat.node-versiofnmifnminfnminsfnminstfnminstafnminstalfnmufnmusnnonodnode- \ No newline at end of file +evaleval"$(fnmeval"$(fnmenv)"ffnfnmfnm--versionfnm1.32.0catcat.node-version18.12.1fnminstallInstallingNodev18.12.1(x64)fnmuseUsingNodev18.12.1nodenode-vv18.12.1eevevaeval"eval"$eval"$(eval"$(feval"$(fneval"$(fnmeeval"$(fnmeneval"$(fnmenveval"$(fnmenv)fnm-fnm--fnm--vfnm--vefnm--verfnm--versfnm--versifnm--versioccacat.cat.ncat.nocat.nodcat.nodecat.node-cat.node-vcat.node-vecat.node-vercat.node-verscat.node-versicat.node-versiofnmifnminfnminsfnminstfnminstafnminstalfnmufnmusnnonodnode- \ No newline at end of file diff --git a/package.json b/package.json index 64a3ea2..c7168bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fnm", - "version": "1.31.1", + "version": "1.32.0", "private": true, "repository": "git@github.com:Schniz/fnm.git", "author": "Gal Schlezinger ",