Skip to content

Commit cf26f29

Browse files
chore(release): version packages on main branch
1 parent 70cde20 commit cf26f29

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

.changeset/flat-avocados-appear.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/silly-nails-smell.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
## @janus-idp/cli 1.0.0 (2024-08-06)
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- eac5451: changes to package-dynamic-plugins command:
8+
9+
- rename com.redhat.rhdh.plugins to io.backstage.dynamic-packages to make it more "upstream friendly"
10+
- add io.backstage.marketplace/<plugin-name> annotations, value is read from file specified by optional --marketplace flag
11+
- use base64 for annotation values
12+
13+
### Minor Changes
14+
15+
- 70cde20: changes to package-dynamic-plugins command:
16+
17+
- by default `--platform linux/amd64` is added to the command container build command
18+
- added a new flag `--platfrom` allow user to specify the platform for the container build command
19+
320
## 1.19.1
421

522
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/cli",
33
"description": "CLI for developing Backstage plugins and apps",
4-
"version": "1.19.1",
4+
"version": "2.0.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)