Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/packages-cli.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-masks-buy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-shared-react.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plugins-web-terminal.md

This file was deleted.

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

## 3.3.0

### Minor Changes

- 9983dd8: Bump packages/cli to 3.3.0 in main branch, in prep for release of 1.5.0

### Patch Changes

- 0123a8d: Fix Yarn v1 incompatibility in the `export-dynamic-plugin` command

## 3.2.0

### Minor 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": "3.2.0",
"version": "3.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/shared-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## @janus-idp/shared-react [2.10.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/shared-react@2.9.0...@janus-idp/shared-react@2.10.0) (2024-08-02)

## 2.17.0

### Minor Changes

- 9983dd8: Bump plugins/shared-react to 2.17.0 in main branch, in prep for release of 1.5.0

## 2.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/shared-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/shared-react",
"version": "2.16.0",
"version": "2.17.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/web-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Dependencies

## 1.14.0

### Minor Changes

- 9983dd8: Bump plugins/web-terminal to 1.14.0 in main branch, in prep for release of 1.5.0

## 1.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/web-terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-web-terminal",
"version": "1.13.0",
"version": "1.14.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading