Skip to content

Commit fd81024

Browse files
Version Packages (#150)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b948ea commit fd81024

File tree

25 files changed

+122
-28
lines changed

25 files changed

+122
-28
lines changed

.changeset/fluffy-bottles-deliver.md

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

packages/app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# app
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 0b948ea: Generate pluginIds for plugins and bumping @backstage/cli
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0b948ea]
12+
- @axis-backstage/plugin-analytics-module-umami@0.4.0
13+
- @axis-backstage/plugin-jira-dashboard-common@1.4.0
14+
- @axis-backstage/plugin-vacation-calendar@0.3.0
15+
- @axis-backstage/plugin-jira-dashboard@1.4.0
16+
- @axis-backstage/plugin-statuspage@0.5.0
17+
- @axis-backstage/plugin-readme@0.9.0
18+
319
## 0.6.1
420

521
### Patch Changes

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.6.1",
3+
"version": "0.7.0",
44
"private": true,
55
"bundled": true,
66
"backstage": {

packages/backend/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# backend
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 0b948ea: Generate pluginIds for plugins and bumping @backstage/cli
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0b948ea]
12+
- @axis-backstage/plugin-jira-dashboard-backend@2.4.0
13+
- @axis-backstage/plugin-statuspage-backend@0.4.0
14+
- @axis-backstage/plugin-readme-backend@0.8.0
15+
- app@0.7.0
16+
317
## 0.5.0
418

519
### Minor Changes

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.5.0",
3+
"version": "0.6.0",
44
"main": "dist/index.cjs.js",
55
"types": "src/index.ts",
66
"private": true,

plugins/analytics-module-umami/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @axis-backstage/plugin-analytics-module-umami
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 0b948ea: Generate pluginIds for plugins and bumping @backstage/cli
8+
39
## 0.3.0
410

511
### Minor Changes

plugins/analytics-module-umami/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axis-backstage/plugin-analytics-module-umami",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

plugins/jira-dashboard-backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @axis-backstage/plugin-jira-dashboard-backend
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 0b948ea: Generate pluginIds for plugins and bumping @backstage/cli
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0b948ea]
12+
- @axis-backstage/plugin-jira-dashboard-common@1.4.0
13+
314
## 2.3.1
415

516
### Patch Changes

plugins/jira-dashboard-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axis-backstage/plugin-jira-dashboard-backend",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

plugins/jira-dashboard-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @axis-backstage/plugin-jira-dashboard-common
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 0b948ea: Generate pluginIds for plugins and bumping @backstage/cli
8+
39
## 1.3.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)