Skip to content

Commit

Permalink
Version Packages (backstage#1622)
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 19, 2024
1 parent ce3c8c3 commit 7cbeb73
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 14 deletions.
9 changes: 0 additions & 9 deletions workspaces/explore/.changeset/version-bump-1-32-2.md

This file was deleted.

9 changes: 9 additions & 0 deletions workspaces/explore/plugins/explore-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @backstage-community/plugin-explore-backend

## 0.1.7

### Patch Changes

- 7913a6d: Backstage version bump to v1.32.2
- Updated dependencies [7913a6d]
- @backstage-community/plugin-explore-common@0.0.7
- @backstage-community/plugin-explore-node@0.1.5

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/explore/plugins/explore-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-explore-backend",
"version": "0.1.6",
"version": "0.1.7",
"backstage": {
"role": "backend-plugin",
"pluginId": "explore",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/explore/plugins/explore-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-explore-common

## 0.0.7

### Patch Changes

- 7913a6d: Backstage version bump to v1.32.2

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/explore/plugins/explore-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-explore-common",
"version": "0.0.6",
"version": "0.0.7",
"description": "Common functionalities for the explore plugin",
"backstage": {
"role": "common-library",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/explore/plugins/explore-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @backstage-community/plugin-explore-node

## 0.1.5

### Patch Changes

- 7913a6d: Backstage version bump to v1.32.2
- Updated dependencies [7913a6d]
- @backstage-community/plugin-explore-common@0.0.7

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/explore/plugins/explore-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-explore-node",
"description": "Node.js library for the explore plugin",
"version": "0.1.4",
"version": "0.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/explore/plugins/explore-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @backstage-community/plugin-explore-react

## 0.0.43

### Patch Changes

- 7913a6d: Backstage version bump to v1.32.2
- Updated dependencies [7913a6d]
- @backstage-community/plugin-explore-common@0.0.7

## 0.0.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/explore/plugins/explore-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-explore-react",
"version": "0.0.42",
"version": "0.0.43",
"description": "A frontend library for Backstage plugins that want to interact with the explore plugin",
"backstage": {
"role": "web-library",
Expand Down
9 changes: 9 additions & 0 deletions workspaces/explore/plugins/explore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @backstage-community/plugin-explore

## 0.5.6

### Patch Changes

- 7913a6d: Backstage version bump to v1.32.2
- Updated dependencies [7913a6d]
- @backstage-community/plugin-explore-common@0.0.7
- @backstage-community/plugin-explore-react@0.0.43

## 0.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/explore/plugins/explore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-explore",
"version": "0.5.5",
"version": "0.5.6",
"description": "A Backstage plugin for building an exploration page of your software ecosystem",
"backstage": {
"role": "frontend-plugin",
Expand Down

0 comments on commit 7cbeb73

Please sign in to comment.