Skip to content

v0.6.1

Compare
Choose a tag to compare
@tommazzo89 tommazzo89 released this 05 May 10:51
· 15 commits to master since this release
b58c670

Manual Changes

  • If you are currently on Polaris v0.6.0:
    • Upgrade to Nx v16.1.0.
      npx nx migrate 16.1.0
      
      # Open package.json and update all @polaris-sloc package versions to "~0.6.1"
      
      npm install
  • If you are currently on Polaris v0.5.0 or earlier:
    • Follow the Polaris v0.6.0 breaking changes instructions, but use nx version 16.1.0 instead of 16.0.3 and @polaris-sloc version ~0.6.1 instead of ~0.6.0.
  • To enable embedding TypeScript sources into npm packages for existing library projects, please make this change to the tsconfig.lib.json files of your library projects.

Bugfixes

  • Fix missing TypeScript source code referenced from source maps in Polaris npm packages.

Dependency Updates

  • Upgrade Nx libraries to v16.1.0.
  • Upgrade to TypeScript v5.0.4.