Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-vacation-calendar-user-links.md

This file was deleted.

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

## 0.1.16

### Patch Changes

- Updated dependencies [e9c8973]
- @axis-backstage/plugin-vacation-calendar@0.11.2

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-next",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"bundled": true,
"backstage": {
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.12.13

### Patch Changes

- Updated dependencies [e9c8973]
- @axis-backstage/plugin-vacation-calendar@0.11.2

## 0.12.12

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

## 0.8.22

### Patch Changes

- app@0.12.13

## 0.8.21

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

## 0.11.2

### Patch Changes

- e9c8973: Fix broken user links in the vacation calendar. Users are now matched by email instead of metadata.name, and links use EntityRefLink for correct catalog URLs. Unresolved users render without a link instead of navigating to `/user/undefined`. Catalog queries now paginate to support large groups.

## 0.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/vacation-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-vacation-calendar",
"version": "0.11.1",
"version": "0.11.2",
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
Expand Down
Loading