Skip to content

Commit

Permalink
chore(release): version packages on release-1.4 branch (#2575)
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 Nov 27, 2024
1 parent bbcc5d0 commit 86fb3cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .changeset/long-pants-allow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/slow-eagles-refuse.md

This file was deleted.

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

## 1.18.2

### Patch Changes

- abd9dec: This change adds two new flags to handle native module dependencies.

- `--allow-native-package [package-name...]`: flag to selectively allow native packages when exporting a dynamic plugin and allowing it's installation into the exported dynamic plugin.
- `--suppress-native-package [package-name..]`: flag which replaces the native package with an empty package during export, preventing the native package's inclusion into the exported dynamic plugin's private dependencies.

## 1.18.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.18.1",
"version": "1.18.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 86fb3cd

Please sign in to comment.