Skip to content

Commit bd6d618

Browse files
chore(release): version packages on main branch
1 parent f694a76 commit bd6d618

File tree

10 files changed

+25
-26
lines changed

10 files changed

+25
-26
lines changed

.changeset/fresh-mirrors-help.md

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

.changeset/packages-cli.md

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

.changeset/plugins-shared-react.md

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

.changeset/plugins-web-terminal.md

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

packages/cli/CHANGELOG.md

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

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- b25ecb4: Bump packages/cli to 3.4.0 in main branch, in prep for release of 1.6.0
8+
9+
### Patch Changes
10+
11+
- f694a76: This change updates the package-dynamic-plugins command to use the exported plugin package name rather than deriving a package name from the base plugin package and package role. This change also ensures the exported plugin metadata is taken from the exported package instead of the original package. This change will potentially affect the final directory name of exported plugins.
12+
313
## 3.3.1
414

515
### 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": "3.3.1",
4+
"version": "3.4.0",
55
"publishConfig": {
66
"access": "public"
77
},

plugins/shared-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## @janus-idp/shared-react [2.10.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)
22

3+
## 2.18.0
4+
5+
### Minor Changes
6+
7+
- b25ecb4: Bump plugins/shared-react to 2.18.0 in main branch, in prep for release of 1.6.0
8+
39
## 2.17.0
410

511
### Minor Changes

plugins/shared-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/shared-react",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

plugins/web-terminal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### Dependencies
22

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- b25ecb4: Bump plugins/web-terminal to 1.15.0 in main branch, in prep for release of 1.6.0
8+
39
## 1.14.0
410

511
### Minor Changes

plugins/web-terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-web-terminal",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)