Skip to content

Releases: wixplosives/pleb

v2.3.0

09 Mar 11:03
Compare
Choose a tag to compare
  • Fix: propagate publish errors so process fails.
  • New: retry fetching versions 3 times with a 1 second delay when publishing.
  • New: append response text to errors when parsing registry responses.

v2.2.0

07 Mar 23:35
Compare
Choose a tag to compare
  • New: CLI now accepts --tag <tag> for publish and snapshot commands.
  • New: removed dependency on pacote. replaced with direct registry requests. this decreased the total number of dependencies (direct and transitive) from 123 to 31, which means faster installation.

v2.1.0

03 Mar 16:18
Compare
Choose a tag to compare
  • New: basic support for custom npm registries. allows specifying registry from CLI.
  • New: loads project's .npmrc.
  • New: support object-style "workspace" field.
  • Fix: correct ini parsing when line contains prefix whitespace.

v2.0.2

25 Feb 16:10
Compare
Choose a tag to compare
  • Fix: "snapshot" command did not append commit hash when checking if already published.

v2.0.1

25 Feb 15:49
Compare
Choose a tag to compare
  • Fix: re-deployed package to fix packaging issue.

v2.0.0

25 Feb 15:37
Compare
Choose a tag to compare
  • New: implement "upgrade" command.
  • Breaking: renamed "publishSnapshot" to "snapshot".

v1.4.0

18 Feb 15:12
Compare
Choose a tag to compare
  • NEW: load user's npmrc for authentication.

v1.3.1

06 Feb 11:45
Compare
Choose a tag to compare
  • publishes workspaces by package dependency order.

v1.3.0

03 Feb 14:48
Compare
Choose a tag to compare
  • renamed project/cli to pleb.
  • add --dry-run which ensures no actual publishing occurs (passed down to npm)
  • add --contents to publish sub-directories built by prepare/prepack (similar to lerna publish --contents). closes #7
  • publishSnapshot restores package.json files to original contents after it finishes.
  • publishSnapshot does not try to re-publish already published packages. closes #6
  • git commit hash is extracted by running git rev-parse HEAD instead of assuming GitHub environment variable.

v1.2.0

08 Jan 14:42
Compare
Choose a tag to compare
  • FIX: publishSnapshot updates all versions properly.