Skip to content

Commit aa49547

Browse files
chore(release): version packages on main branch
1 parent 684e4ad commit aa49547

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/shiny-snakes-tan.md

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

.changeset/stale-penguins-tan.md

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

packages/cli/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- 8c307f7: changes to `package-dynamic-plugins` command:
8+
9+
- Removed `-m` (`--marketplace`) flag. This flag will be replaced with more generic implementation see: https://issues.redhat.com/browse/RHIDP-5290
10+
11+
### Patch Changes
12+
13+
- 684e4ad: fix(cli): extend --ignore-version-check
14+
15+
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.
16+
317
## 2.0.0
418

519
### Major 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": "2.0.0",
4+
"version": "3.0.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)