Skip to content

Commit

Permalink
Version Packages (#1518)
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
backstage-service and github-actions[bot] authored Oct 11, 2024
1 parent 32853fe commit 9109367
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 9 deletions.
6 changes: 0 additions & 6 deletions workspaces/topology/.changeset/mean-bananas-talk.md

This file was deleted.

8 changes: 8 additions & 0 deletions workspaces/topology/packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# app

## 0.0.1

### Patch Changes

- Updated dependencies [5dd7d77]
- @backstage-community/plugin-topology@1.28.3
2 changes: 1 addition & 1 deletion workspaces/topology/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"bundled": true,
"backstage": {
Expand Down
6 changes: 6 additions & 0 deletions workspaces/topology/plugins/topology-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## @janus-idp/backstage-plugin-topology-common [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-topology-common@1.2.2...@janus-idp/backstage-plugin-topology-common@1.3.0) (2024-07-26)

## 1.4.1

### Patch Changes

- 5dd7d77: The `topology` and `topology-common` plugins from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) repository were migrated to the community plugins. The migration was performed by following the manual migration steps outlined in the [Community Plugins CONTRIBUTING guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md#migrating-a-plugin)

### Features

- **deps:** update to backstage 1.29 ([#1900](https://github.com/janus-idp/backstage-plugins/issues/1900)) ([f53677f](https://github.com/janus-idp/backstage-plugins/commit/f53677fb02d6df43a9de98c43a9f101a6db76802))
Expand Down
2 changes: 1 addition & 1 deletion workspaces/topology/plugins/topology-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-topology-common",
"description": "Common functionalities for the topology plugin",
"version": "1.4.0",
"version": "1.4.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions workspaces/topology/plugins/topology/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### Dependencies

## 1.28.3

### Patch Changes

- 5dd7d77: The `topology` and `topology-common` plugins from the [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins) repository were migrated to the community plugins. The migration was performed by following the manual migration steps outlined in the [Community Plugins CONTRIBUTING guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md#migrating-a-plugin)
- Updated dependencies [5dd7d77]

- @backstage-community/plugin-topology-common@1.4.1

- **@janus-idp/cli:** upgraded to 1.15.1

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/topology/plugins/topology/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-topology",
"version": "1.28.2",
"version": "1.28.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9109367

Please sign in to comment.