Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Chronus Bot committed Mar 3, 2024
1 parent a349e0e commit ce46f13
Show file tree
Hide file tree
Showing 24 changed files with 29 additions and 146 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/auto-select-pkgs-2024-1-24-9-22-27.md

This file was deleted.

9 changes: 0 additions & 9 deletions .chronus/changes/bulk-publish-tarballs-2024-2-1-23-25-31.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/bulk-publish-tarballs-2024-2-1-3-42-58.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chronus/changes/bulk-publish-tarballs-23024-2-1-3-42-58.md

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/feature-pack-2024-1-27-2-7-8.md

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/feature-publish-2024-1-28-16-36-37.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chronus/changes/feature-publish-2024-1-28-16-45-15.md

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .chronus/changes/fix-get-commits-2024-2-3-23-6-47.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/fix-spellcheck-2024-1-25-2-35-29.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/gh-interactive-login-2024-2-3-22-19-53.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chronus/changes/gh-interactive-login-2024-2-3-22-21-25.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/github-changelog-2024-2-3-13-44-18.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chronus/changes/github-changelog-2024-2-3-21-41-112.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/github-changelog-2024-2-3-21-41-19.md

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions .chronus/changes/more-eslint-tweaks-2024-1-25-0-47-30.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/chronus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @chronus/chronus

## 0.8.0

### Features

- [#78](https://github.com/timotheeguerin/chronus/pull/78) [ebb30a2](https://github.com/timotheeguerin/chronus/commit/ebb30a2493559b2f77c9519f5345639d6843106f) Auto-Select the undocumented packages when using `chronus add`
- [#96](https://github.com/timotheeguerin/chronus/pull/96) [ee3f20f](https://github.com/timotheeguerin/chronus/commit/ee3f20fdf11ff58f70b7469db6963ce85b752109) `chronus publish` can take a wild card of tgz to publish instead of publishing the workspace
- [#92](https://github.com/timotheeguerin/chronus/pull/92) [c44c1fd](https://github.com/timotheeguerin/chronus/commit/c44c1fd3b63aa52d24b13f7e48522e6a9c0b42a2) Add `chronus pack` command that will pack all packages that need publishing
- [#94](https://github.com/timotheeguerin/chronus/pull/94) [70dc3ba](https://github.com/timotheeguerin/chronus/commit/70dc3ba70b8f9d181d7d9773dfb26237fdf52ddf) Add new `chronus publish` command to publish all packages in the workspace
- [#97](https://github.com/timotheeguerin/chronus/pull/97) [efeb4f7](https://github.com/timotheeguerin/chronus/commit/efeb4f74bada6a7acac2511e0ba0357cfc2299bb) Add ability to configure the changelog generator with a `changelog` entry

### Bug Fixes

- [#96](https://github.com/timotheeguerin/chronus/pull/96) [ee3f20f](https://github.com/timotheeguerin/chronus/commit/ee3f20fdf11ff58f70b7469db6963ce85b752109) Only include necessary files in artifact
- [#80](https://github.com/timotheeguerin/chronus/pull/80) [4ea1620](https://github.com/timotheeguerin/chronus/commit/4ea1620af0e6bd5c399c52354b86a86dd2857026) Partial Release using `--only` to bump version of select packages
- [#99](https://github.com/timotheeguerin/chronus/pull/99) [83b5f88](https://github.com/timotheeguerin/chronus/commit/83b5f88573b0ea35cb873e83b505c328cbd6278b) Allow to choose publish engine
- [#97](https://github.com/timotheeguerin/chronus/pull/97) [efeb4f7](https://github.com/timotheeguerin/chronus/commit/efeb4f74bada6a7acac2511e0ba0357cfc2299bb) Fix issue where a change kind with version kind of `none` would still be included in the changelog
- [#84](https://github.com/timotheeguerin/chronus/pull/84) [07b2255](https://github.com/timotheeguerin/chronus/commit/07b22550e51ec378e5b501ad55603cd95a082c3d) Add new `list-pending-publish` command to list unpublished packages


## 0.7.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/chronus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chronus/chronus",
"version": "0.7.0",
"version": "0.8.0",
"description": "chronus",
"type": "module",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/github-pr-commenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chronus/github-pr-commenter

## 0.3.1

### Bug Fixes

- [#96](https://github.com/timotheeguerin/chronus/pull/96) [ee3f20f](https://github.com/timotheeguerin/chronus/commit/ee3f20fdf11ff58f70b7469db6963ce85b752109) Only include necessary files in artifact


## 0.3.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/github-pr-commenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chronus/github-pr-commenter",
"version": "0.3.0",
"version": "0.3.1",
"description": "chronus",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chronus/github",
"version": "0.1.0",
"version": "0.1.1",
"description": "chronus",
"main": "dist/index.js",
"exports": {
Expand Down

0 comments on commit ce46f13

Please sign in to comment.