Skip to content

Commit

Permalink
Version Packages (AxisCommunications#125)
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
github-actions[bot] and github-actions[bot] authored Apr 19, 2024
1 parent 3e0e451 commit 64f9890
Show file tree
Hide file tree
Showing 26 changed files with 110 additions and 43 deletions.
15 changes: 0 additions & 15 deletions .changeset/curly-suns-marry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sixty-glasses-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-cooks-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-windows-tie.md

This file was deleted.

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

## 0.4.14

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0
- Updated dependencies [0535af4]
- @axis-backstage/plugin-analytics-module-umami@0.2.2
- @axis-backstage/plugin-jira-dashboard-common@1.0.1
- @axis-backstage/plugin-jira-dashboard@1.0.2
- @axis-backstage/plugin-statuspage@0.3.4
- @axis-backstage/plugin-readme@0.7.1

## 0.4.13

### 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.13",
"version": "0.4.14",
"private": true,
"bundled": true,
"backstage": {
Expand Down
14 changes: 14 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# backend

## 0.3.11

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0
- Updated dependencies [0535af4]
- Updated dependencies [0535af4]
- Updated dependencies [0535af4]
- Updated dependencies [0535af4]
- @axis-backstage/plugin-jira-dashboard-backend@2.0.0
- @axis-backstage/plugin-statuspage-backend@0.2.1
- @axis-backstage/plugin-readme-backend@0.6.0
- app@0.4.14

## 0.3.10

### 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.10",
"version": "0.3.11",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions plugins/analytics-module-umami/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-analytics-module-umami

## 0.2.2

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics-module-umami/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-analytics-module-umami",
"version": "0.2.1",
"version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions plugins/jira-dashboard-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @axis-backstage/plugin-jira-dashboard-backend

## 2.0.0

### Major Changes

- 0535af4: **BREAKING** The Jira dashboard backend now uses the new auth service introduced in Backstage v1.24.0. This is only applicable when using this plugin in the new Backstage backend. This could break the usage in Backstage installations older than v1.24.0 if the new backend system is used.

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0
- 0535af4: Updated the installation instructions for the new backend system.
- Updated dependencies [0535af4]
- @axis-backstage/plugin-jira-dashboard-common@1.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira-dashboard-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-jira-dashboard-backend",
"version": "1.0.0",
"version": "2.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/jira-dashboard-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-jira-dashboard-common

## 1.0.1

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira-dashboard-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axis-backstage/plugin-jira-dashboard-common",
"description": "Common functionalities for the jira-dashboard plugin",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/jira-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @axis-backstage/plugin-jira-dashboard

## 1.0.2

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0
- Updated dependencies [0535af4]
- @axis-backstage/plugin-jira-dashboard-common@1.0.1

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-jira-dashboard",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions plugins/readme-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @axis-backstage/plugin-readme-backend

## 0.6.0

### Minor Changes

- 0535af4: **BREAKING** The Readme backend now uses the new auth service introduced in Backstage v1.24.0. This is only applicable when using this plugin in the new Backstage backend. This could break the usage in Backstage installations older than v1.24.0 if the new backend system is used.

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0
- 0535af4: Updated the installation instructions for the new backend system.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/readme-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-readme-backend",
"version": "0.5.0",
"version": "0.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/readme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-readme

## 0.7.1

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/readme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-readme",
"version": "0.7.0",
"version": "0.7.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/statuspage-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @axis-backstage/plugin-statuspage-backend

## 0.2.1

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0
- 0535af4: Updated the installation instructions for the new backend system.
- Updated dependencies [0535af4]
- @axis-backstage/plugin-statuspage-common@0.2.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/statuspage-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-statuspage-backend",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/statuspage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-statuspage-common

## 0.2.1

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/statuspage-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axis-backstage/plugin-statuspage-common",
"description": "Common functionalities for the statuspage plugin",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/statuspage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @axis-backstage/plugin-statuspage

## 0.3.4

### Patch Changes

- 0535af4: Bumped backstage dependencies to match 1.26.0
- Updated dependencies [0535af4]
- @axis-backstage/plugin-statuspage-common@0.2.1

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/statuspage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-statuspage",
"version": "0.3.3",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 64f9890

Please sign in to comment.