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
11 changes: 0 additions & 11 deletions .changeset/tame-eggs-marry.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.15

### Patch Changes

- Updated dependencies [85be688]
- @axis-backstage/plugin-vacation-calendar@0.11.1

## 0.1.14

### 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.14",
"version": "0.1.15",
"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.12

### Patch Changes

- Updated dependencies [85be688]
- @axis-backstage/plugin-vacation-calendar@0.11.1

## 0.12.11

### 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.11",
"version": "0.12.12",
"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.21

### Patch Changes

- app@0.12.12

## 0.8.20

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

## 0.11.1

### Patch Changes

- 85be688: Fix broken timeline layout in consuming apps. The `react-calendar-timeline`
package declares `sideEffects: false` with no exception for CSS, so its base
stylesheet was tree-shaken out of the bundle when this plugin was consumed by
a host app (it only appeared to work in this plugin's own dev server, which
does not tree-shake). The base timeline styles are now inlined into this
plugin's own CSS file, and the `sideEffects` field is updated to also cover
the compiled `*.css.esm.js` output so it survives bundling.

## 0.11.0

### Minor 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.0",
"version": "0.11.1",
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
Expand Down
Loading