Skip to content

Commit

Permalink
chore(release): version packages on main branch (#2618)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
janus-idp[bot] and github-actions[bot] authored Jan 20, 2025
1 parent 684e4ad commit 5fd4b59
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/shiny-snakes-tan.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stale-penguins-tan.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## @janus-idp/cli 1.0.0 (2024-08-06)

## 3.0.0

### Major Changes

- 8c307f7: changes to `package-dynamic-plugins` command:

- Removed `-m` (`--marketplace`) flag. This flag will be replaced with more generic implementation see: https://issues.redhat.com/browse/RHIDP-5290

### Patch Changes

- 684e4ad: fix(cli): extend --ignore-version-check

This change updates the cli's --ignore-version-check flag to also ignore the check performed on an embedded transitive dependencies that are moved to peer dependencies, when it is known that the mismatch is runtime compatible.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "2.0.0",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 5fd4b59

Please sign in to comment.