Skip to content

Commit

Permalink
Version Packages (AxisCommunications#191)
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 Sep 25, 2024
1 parent d3129c0 commit 0e959fb
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/late-socks-wash.md

This file was deleted.

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

## 0.9.1

### Patch Changes

- Updated dependencies [d3129c0]
- @axis-backstage/plugin-jira-dashboard-common@1.7.0
- @axis-backstage/plugin-jira-dashboard@1.11.0

## 0.9.0

### Minor 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.9.0",
"version": "0.9.1",
"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.7.2

### Patch Changes

- Updated dependencies [d3129c0]
- @axis-backstage/plugin-jira-dashboard-backend@2.7.0
- [email protected]

## 0.7.1

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

## 2.7.0

### Minor Changes

- d3129c0: Adding jql query to support links within JiraTable title

### Patch Changes

- Updated dependencies [d3129c0]
- @axis-backstage/plugin-jira-dashboard-common@1.7.0

## 2.6.1

### Patch 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": "2.6.1",
"version": "2.7.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.7.0

### Minor Changes

- d3129c0: Adding jql query to support links within JiraTable title

## 1.6.0

### Minor 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.6.0",
"version": "1.7.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions plugins/jira-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @axis-backstage/plugin-jira-dashboard

## 1.11.0

### Minor Changes

- d3129c0: Adding jql query to support links within JiraTable title

### Patch Changes

- Updated dependencies [d3129c0]
- @axis-backstage/plugin-jira-dashboard-common@1.7.0

## 1.10.0

### Minor 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.10.0",
"version": "1.11.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0e959fb

Please sign in to comment.