Skip to content

Commit 6f00c52

Browse files
github-actions[bot]EstoesMoises
authored andcommitted
Version Packages
fix: added permissions for OIDC publishing
1 parent 25ca068 commit 6f00c52

File tree

10 files changed

+44
-12
lines changed

10 files changed

+44
-12
lines changed

.changeset/moody-mails-nail.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- 'plugins/**'
99
workflow_dispatch:
1010

11+
permissions:
12+
id-token: write # Required for OIDC
13+
contents: read
14+
1115
concurrency: ${{ github.workflow }}-${{ github.ref }}
1216

1317
jobs:

packages/app/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# app
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- ebbd62a: Fixed issue with collator NPM package, fixed UI issue with frontend plugin, updated backend and app local dev environments to the latest backstage version
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ebbd62a]
12+
- @stackoverflow/backstage-plugin-stack-overflow-teams@1.6.0

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"bundled": true,
66
"backstage": {

packages/backend/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# backend
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- ebbd62a: Fixed issue with collator NPM package, fixed UI issue with frontend plugin, updated backend and app local dev environments to the latest backstage version
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ebbd62a]
12+
- @stackoverflow/backstage-stack-overflow-teams-collator@1.5.0

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,

plugins/search-backend-module-stack-overflow-teams-collator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackoverflow/backstage-stack-overflow-teams-collator
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- ebbd62a: Fixed issue with collator NPM package, fixed UI issue with frontend plugin, updated backend and app local dev environments to the latest backstage version
8+
39
## 1.4.0
410

511
### Minor Changes

plugins/search-backend-module-stack-overflow-teams-collator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackoverflow/backstage-stack-overflow-teams-collator",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "A module for the search backend that exports stack overflow for teams modules",
55
"backstage": {
66
"role": "backend-plugin-module",

plugins/stack-overflow-teams/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackoverflow/backstage-plugin-stack-overflow-teams
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- ebbd62a: Fixed issue with collator NPM package, fixed UI issue with frontend plugin, updated backend and app local dev environments to the latest backstage version
8+
39
## 1.5.0
410

511
### Minor Changes

plugins/stack-overflow-teams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackoverflow/backstage-plugin-stack-overflow-teams",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)