Skip to content

Commit

Permalink
Bump versions (#25)
Browse files Browse the repository at this point in the history
* Bump versions

* missing
  • Loading branch information
timotheeguerin authored Jan 29, 2024
1 parent 4f62a90 commit 2ab1926
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cleanup-for-use-2024-0-29-16-47-4.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-coins-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/github-commenter-2024-0-28-17-8-29.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/github-commenter-2024-0-28-3-15-14.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rush-ws-2024-0-29-16-13-31.md

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
name: Create/update comment
if: ${{ !startsWith(github.head_ref, 'publish/') }}

- run: node ./packages/chronus/cmd/cli.mjs verify
name: Verify changes
if: ${{ !startsWith(github.head_ref, 'publish/') }}
13 changes: 13 additions & 0 deletions packages/chronus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @chronus/chronus

## 0.2.0

### Minor Changes

- 4f62a90: Add ability to specify base branch
- 26ba96f: Fix running `verify` in the CI

### Patch Changes

- 9d406a7: Export some functionalities
- 86246ee: Add support for rush.js
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.1.0",
"version": "0.2.0",
"description": "chronus",
"main": "dist/index.js",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/github-pr-commenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @chronus/github-pr-commenter

## 0.1.1

### Patch Changes

- 9d406a7: Initial version
- Updated dependencies [4f62a90]
- Updated dependencies [26ba96f]
- Updated dependencies [9d406a7]
- Updated dependencies [86246ee]
- @chronus/chronus@0.2.0
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.1.0",
"version": "0.1.1",
"description": "chronus",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 2ab1926

Please sign in to comment.