Skip to content

Commit cfca813

Browse files
chore(release): version packages on main branch (#2639)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2f62e91 commit cfca813

10 files changed

+25
-26
lines changed

.changeset/packages-cli.md

-6
This file was deleted.

.changeset/plenty-masks-buy.md

-5
This file was deleted.

.changeset/plugins-shared-react.md

-6
This file was deleted.

.changeset/plugins-web-terminal.md

-6
This file was deleted.

packages/cli/CHANGELOG.md

+10
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.3.0
4+
5+
### Minor Changes
6+
7+
- 9983dd8: Bump packages/cli to 3.3.0 in main branch, in prep for release of 1.5.0
8+
9+
### Patch Changes
10+
11+
- 0123a8d: Fix Yarn v1 incompatibility in the `export-dynamic-plugin` command
12+
313
## 3.2.0
414

515
### Minor Changes

packages/cli/package.json

+1-1
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.2.0",
4+
"version": "3.3.0",
55
"publishConfig": {
66
"access": "public"
77
},

plugins/shared-react/CHANGELOG.md

+6
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.17.0
4+
5+
### Minor Changes
6+
7+
- 9983dd8: Bump plugins/shared-react to 2.17.0 in main branch, in prep for release of 1.5.0
8+
39
## 2.16.0
410

511
### Minor Changes

plugins/shared-react/package.json

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

plugins/web-terminal/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### Dependencies
22

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

511
### Minor Changes

plugins/web-terminal/package.json

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

0 commit comments

Comments
 (0)