Skip to content

Commit

Permalink
chore(release): version packages on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent 70cde20 commit cf26f29
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/flat-avocados-appear.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silly-nails-smell.md

This file was deleted.

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

## 2.0.0

### Major Changes

- eac5451: changes to package-dynamic-plugins command:

- rename com.redhat.rhdh.plugins to io.backstage.dynamic-packages to make it more "upstream friendly"
- add io.backstage.marketplace/<plugin-name> annotations, value is read from file specified by optional --marketplace flag
- use base64 for annotation values

### Minor Changes

- 70cde20: changes to package-dynamic-plugins command:

- by default `--platform linux/amd64` is added to the command container build command
- added a new flag `--platfrom` allow user to specify the platform for the container build command

## 1.19.1

### Patch 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": "1.19.1",
"version": "2.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit cf26f29

Please sign in to comment.