All Versions
27
Latest Version
Avg Release Cycle
39 days
Latest Release
-

Changelog History
Page 1

  • v1.22.11 Changes

    🛠 This version fixes a problem where Yarn wasn't forwarding SIGTERM to the binary spawned via yarnPath. It also makes yarn init -2 compatible with Corepack. The behaviour of yarn init (without -2) doesn't change.

    🚀 Remember that Yarn 1.x won't receive further functional improvements. We recommend you to switch to the recently-released 3.0, and to ping us on Discord if you find issues when migrating (also check our Migration Guide).

  • v1.22.10 Changes

    October 01, 2020

    (and prior)

    Please check the changelog for details: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md

    🚀 For technical reasons, no prebuilt artifacts will be generated for this release. Please use npm install -g yarn to install it.

  • v1.22.7 Changes

    🚀 This release doesn't change anything and was caused by a publish issue.

  • v1.22.6 Changes

    • 🖨 Running yarn init with the -2 flag won't print the set version output anymore.

    • A new preinstall check will ensure that npm install -g yarn works even under Corepack. It doesn't have any effect on other setups.

  • v1.22.5 Changes

    August 27, 2020
    • 🖨 Headers won't be printed when calling yarn init with the -2 flag

    Maël Nison

    • Files with the .cjs extension will be spawned by yarnPath using `execPath

    #8144 - bgotink

    • Generates local yarn verions as .cjs files when calling yarn set version

    #8145 - bgotink

    • 🏁 Sorts files when running yarn pack to produce identical layout on Windows and Unix systems

    #8142 - Merceyz

  • v1.22.4 Changes

    March 09, 2020

    ✅ Those versions didn't contain any changes and were just triggered by our infra while working on the tests.

  • v1.22.3

    March 07, 2020
  • v1.22.2 Changes

    March 07, 2020
    • 🏁 Sorts files when running yarn pack to produce identical layout on Windows and Unix systems

    #8142 - Merceyz

    • 0️⃣ Ignores .yarnrc.yml by default when running yarn pack

    #8142 - Merceyz

    • Generates local yarn verions as .cjs files when calling yarn set version

    #8145 - bgotink

  • v1.22.1 Changes

    March 06, 2020
    • Prevents yarn-path from exiting before its child exited

    #7957 - Maël Nison

    • Generates relative paths when calling yarn set version

    #7931 - Maël Nison

    • 👻 Throws an exception when the .yarnrc.yml file is invalid yaml

    #7931 - Maël Nison

  • v1.22.0 Changes

    February 05, 2020
    • 👍 Allows some dots in binary names again

    #7811 - Valery Bugakov

    • 👍 Better error handling on yarn set version

    #7848 - Nick Olinger

    • Passes arguments following -- when running a workspace script (yarn workspace pkg run command -- arg)

    #7776 - Jeff Valore

    • 🛠 Fixes an issue where the archive paths were incorrectly sanitized

    #7831 - Maël Nison

    • Implements yarn init -2

    #7862 - Maël Nison

    • Implements yarn set version <version> as an alias for policies set-version

    #7862 - Maël Nison