Skip to content
Open
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
10 changes: 0 additions & 10 deletions .changeset/quick-pears-gather.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-pandas-explain.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tame-cows-wander.md

This file was deleted.

20 changes: 20 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @stats-forge/github-stats-server

## 0.3.1

### Patch Changes

- [#105](https://github.com/stats-forge/github-stats-forge/pull/105) [`d2edb5c`](https://github.com/stats-forge/github-stats-forge/commit/d2edb5ce317ebb9bd38d369b8b2e31a4d2a186f0) - docs: group the cards by subject, and say where a page sits

The sidebar and the overview page divide them the way the anvil's picker does:
a user's, a repository's or gist's, then an organization's.
A card page is titled with the card's own name,
above a `Cards / User` trail taken from the sidebar.

- [#103](https://github.com/stats-forge/github-stats-forge/pull/103) [`329af1d`](https://github.com/stats-forge/github-stats-forge/commit/329af1d8ae6a435de4c70aa82183154f5d02df65) - docs(anvil): plainer wording in the backdrop and source tooltips

- [#105](https://github.com/stats-forge/github-stats-forge/pull/105) [`d2edb5c`](https://github.com/stats-forge/github-stats-forge/commit/d2edb5ce317ebb9bd38d369b8b2e31a4d2a186f0) - fix: reach the docs and the anvil from a phone

The header's two links were hidden under 50rem,
where a splash page has no sidebar and so no menu button —
which left the anvil reachable from nowhere.
They take a row of their own there now.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stats-forge/github-stats-server",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "HTTP server that draws the cards, and the container image it ships in",
"type": "module",
Expand Down