Skip to content

Commit

Permalink
Merge pull request #389 from backstage/changesets-release/linguist
Browse files Browse the repository at this point in the history
Version Packages (linguist)
  • Loading branch information
awanlin authored Jun 11, 2024
2 parents afda753 + 865801b commit b6b260b
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 29 deletions.
7 changes: 0 additions & 7 deletions workspaces/linguist/.changeset/few-buckets-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/linguist/.changeset/hot-crews-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/linguist/.changeset/little-suits-press.md

This file was deleted.

7 changes: 0 additions & 7 deletions workspaces/linguist/.changeset/many-adults-joke.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Updated dependencies [7b77065]
- Updated dependencies [295c71a]
- @backstage-community/plugin-linguist@0.1.21
2 changes: 1 addition & 1 deletion workspaces/linguist/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,
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions workspaces/linguist/packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# backend

## 0.0.1

### Patch Changes

- Updated dependencies [7b77065]
- Updated dependencies [468799c]
- Updated dependencies [9bff05a]
- Updated dependencies [295c71a]
- @backstage-community/plugin-linguist-backend@0.5.17
- [email protected]
2 changes: 1 addition & 1 deletion workspaces/linguist/packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.0",
"version": "0.0.1",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions workspaces/linguist/plugins/linguist-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @backstage-community/plugin-linguist-backend

## 0.5.17

### Patch Changes

- 7b77065: Backstage `1.27.6` version bump
- 468799c: Fixed how the `age` config value was being pulled in the router when using the new backend system
- 9bff05a: adds support for supplying a prefix to tags created by the LinguistTagsProcessor
- 295c71a: Updated dependencies
- Updated dependencies [7b77065]
- Updated dependencies [295c71a]
- @backstage-community/plugin-linguist-common@0.1.4

## 0.5.16

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

## 0.1.4

### Patch Changes

- 7b77065: Backstage `1.27.6` version bump
- 295c71a: Updated dependencies

## 0.1.3

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

## 0.1.21

### Patch Changes

- 7b77065: Backstage `1.27.6` version bump
- 295c71a: Updated dependencies
- Updated dependencies [7b77065]
- Updated dependencies [295c71a]
- @backstage-community/plugin-linguist-common@0.1.4

## 0.1.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/linguist/plugins/linguist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-linguist",
"version": "0.1.20",
"version": "0.1.21",
"backstage": {
"role": "frontend-plugin"
},
Expand Down

0 comments on commit b6b260b

Please sign in to comment.