Skip to content

Commit

Permalink
Merge branch 'main' into pluginImprovements
Browse files Browse the repository at this point in the history
  • Loading branch information
SaachiNayyer authored Mar 22, 2024
2 parents 8bd73d7 + c1ca33a commit 86bd8a1
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"release": "changeset version && yarn prettier --write '{packages,plugins}/*/package.json' && yarn install --no-immutable",
"publish:prepare": "yarn workspaces foreach -A pack && yarn workspaces foreach -A exec \"rm -rf _release && mkdir _release && tar zxvf package.tgz --directory _release && rm package.tgz\"",
"publish:prepare": "yarn workspaces foreach --no-private -A pack && yarn workspaces foreach --no-private -A exec \"rm -rf _release && mkdir _release && tar zxvf package.tgz --directory _release && rm package.tgz\"",
"publish:github": "yarn tsc && yarn build:all && yarn publish:prepare && changeset publish",
"new": "backstage-cli new --scope internal"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app

## 0.4.10

### Patch Changes

- Updated dependencies [f3203e9]
- @axis-backstage/plugin-jira-dashboard@0.7.4

## 0.4.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.4.9",
"version": "0.4.10",
"private": true,
"bundled": true,
"backstage": {
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# backend

## 0.3.7

### Patch Changes

- Updated dependencies [f3203e9]
- @axis-backstage/plugin-jira-dashboard-backend@0.7.3
- [email protected]

## 0.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.3.6",
"version": "0.3.7",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
3 changes: 2 additions & 1 deletion plugins/analytics-module-umami/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "frontend-plugin"
Expand Down
6 changes: 6 additions & 0 deletions plugins/jira-dashboard-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-jira-dashboard-backend

## 0.7.3

### Patch Changes

- f3203e9: Fix dependencies in published packages

## 0.7.2

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions plugins/jira-dashboard-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@axis-backstage/plugin-jira-dashboard-backend",
"version": "0.7.2",
"version": "0.7.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "backend-plugin"
Expand Down
3 changes: 2 additions & 1 deletion plugins/jira-dashboard-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "common-library"
Expand Down
6 changes: 6 additions & 0 deletions plugins/jira-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-jira-dashboard

## 0.7.4

### Patch Changes

- f3203e9: Fix dependencies in published packages

## 0.7.3

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions plugins/jira-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@axis-backstage/plugin-jira-dashboard",
"version": "0.7.3",
"version": "0.7.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "frontend-plugin"
Expand Down
3 changes: 2 additions & 1 deletion plugins/readme-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "backend-plugin"
Expand Down
3 changes: 2 additions & 1 deletion plugins/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "frontend-plugin"
Expand Down
3 changes: 2 additions & 1 deletion plugins/statuspage-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "backend-plugin"
Expand Down
3 changes: 2 additions & 1 deletion plugins/statuspage-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "common-library"
Expand Down
3 changes: 2 additions & 1 deletion plugins/statuspage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"directory": "_release/package"
},
"backstage": {
"role": "frontend-plugin"
Expand Down

0 comments on commit 86bd8a1

Please sign in to comment.