Skip to content

Releases: timotheeguerin/chronus

@chronus/[email protected]

15 Apr 14:57
af3689e
Compare
Choose a tag to compare

Features

  • #161 Add validation for version policies referencing packages not found in workspace

Bug Fixes

  • #159 Improve error display in the CLI
  • #162 Remove prettier and vitest from dependencies
  • #155 Fix Shouldn't try to build dependent graph with ignored packages
  • #163 Resolve chronus config in parent directory

@chronus/[email protected]

13 Apr 21:17
98c609a
Compare
Choose a tag to compare

Bug Fixes

  • #152 Fix publishing of github release for individual packages

@chronus/[email protected]

13 Apr 20:54
88d8969
Compare
Choose a tag to compare
Release changes (#122)

## Change summary:

### No packages to be bumped at **major**

### 2 packages to be bumped at **minor**:
- @chronus/chronus `0.8.3` → `0.9.0`
- @chronus/github `0.2.2` → `0.3.0`

### 1 packages to be bumped at **patch**:
- @chronus/github-pr-commenter `0.3.4` → `0.3.5`

Co-authored-by: Auto Chronus Bot <[email protected]>

@chronus/[email protected]

13 Apr 20:54
88d8969
Compare
Choose a tag to compare

No changes, version bump only.

@chronus/[email protected]

13 Apr 20:54
88d8969
Compare
Choose a tag to compare

Features

  • #150 Add --since option to add and verify command to be able to use against a different branch
  • #144 Add new changelog command to generate the changelog entry for a package or policy without bumping versions
  • #147 Feature: Add new configuration changedFiles to filter which files can trigger change

@chronus/[email protected]

04 Mar 05:11
Compare
Choose a tag to compare
Use different permissions

@chronus/[email protected]

04 Mar 05:11
Compare
Choose a tag to compare

No changes, version bump only.

@chronus/[email protected]

04 Mar 05:10
Compare
Choose a tag to compare

Bug Fixes

  • #106 Export readPublishSummary function from @chronus/chronus/publish
  • #104 Add --report-summary to publish command to save a report summary

@chronus/[email protected]

04 Mar 04:48
2b25e0f
Compare
Choose a tag to compare

Features

  • #78 Auto-Select the undocumented packages when using chronus add
  • #96 chronus publish can take a wild card of tgz to publish instead of publishing the workspace
  • #92 Add chronus pack command that will pack all packages that need publishing
  • #94 Add new chronus publish command to publish all packages in the workspace
  • #97 Add ability to configure the changelog generator with a changelog entry

Bug Fixes

  • #96 Only include necessary files in artifact
  • #80 Partial Release using --only to bump version of select packages
  • #99 Allow to choose publish engine
  • #97 Fix issue where a change kind with version kind of none would still be included in the changelog
  • #84 Add new list-pending-publish command to list unpublished packages

@chronus/[email protected]

04 Mar 04:49
2b25e0f
Compare
Choose a tag to compare

Features

  • Feature: New apply changes system that respect the change kinds names
  • Add new function to @chronus/chronus/change readChangeDescriptions that list all change descriptions in the workspace currently.