Skip to content

Commit

Permalink
Version Packages (#2291)
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 Dec 23, 2024
1 parent b9ee7a1 commit 93d2cbe
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 14 deletions.
9 changes: 0 additions & 9 deletions workspaces/explore/.changeset/version-bump-1-34-1.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 082fc58: Backstage version bump to v1.34.1

### Patch Changes

- Updated dependencies [082fc58]
- @backstage-community/plugin-explore-common@0.1.0
- @backstage-community/plugin-explore-node@0.2.0

## 0.1.8

### 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.8",
"version": "0.2.0",
"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.1.0

### Minor Changes

- 082fc58: Backstage version bump to v1.34.1

## 0.0.7

### 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.7",
"version": "0.1.0",
"description": "Common functionalities for the explore plugin",
"backstage": {
"role": "common-library",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/explore/plugins/explore-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @backstage-community/plugin-explore-node

## 0.2.0

### Minor Changes

- 082fc58: Backstage version bump to v1.34.1

### Patch Changes

- Updated dependencies [082fc58]
- @backstage-community/plugin-explore-common@0.1.0

## 0.1.5

### 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.5",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/explore/plugins/explore-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @backstage-community/plugin-explore-react

## 0.1.0

### Minor Changes

- 082fc58: Backstage version bump to v1.34.1

### Patch Changes

- Updated dependencies [082fc58]
- @backstage-community/plugin-explore-common@0.1.0

## 0.0.43

### 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.43",
"version": "0.1.0",
"description": "A frontend library for Backstage plugins that want to interact with the explore plugin",
"backstage": {
"role": "web-library",
Expand Down
12 changes: 12 additions & 0 deletions workspaces/explore/plugins/explore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @backstage-community/plugin-explore

## 0.6.0

### Minor Changes

- 082fc58: Backstage version bump to v1.34.1

### Patch Changes

- Updated dependencies [082fc58]
- @backstage-community/plugin-explore-common@0.1.0
- @backstage-community/plugin-explore-react@0.1.0

## 0.5.6

### 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.6",
"version": "0.6.0",
"description": "A Backstage plugin for building an exploration page of your software ecosystem",
"backstage": {
"role": "frontend-plugin",
Expand Down

0 comments on commit 93d2cbe

Please sign in to comment.