Skip to content

Commit 3576a51

Browse files
chore: release packages (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd8067f commit 3576a51

5 files changed

Lines changed: 18 additions & 10 deletions

File tree

.changeset/changelog-sort-and-lib-version.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/barodoc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# barodoc
22

3+
## 10.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bd8067f]
8+
- @barodoc/theme-docs@10.0.3
9+
310
## 10.0.2
411

512
### Patch Changes

packages/barodoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "barodoc",
3-
"version": "10.0.2",
3+
"version": "10.0.3",
44
"description": "Documentation framework powered by Astro",
55
"type": "module",
66
"bin": {

packages/theme-docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @barodoc/theme-docs
22

3+
## 10.0.3
4+
5+
### Patch Changes
6+
7+
- bd8067f: fix: Changelog page sort by version (newest first), move version utils to lib
8+
9+
- Sort changelog entries by date desc, then by semver desc so same-date entries (e.g. 10.0.0 vs 10.0.1) show newest first.
10+
- Add lib/version.ts (parseVersion, compareVersion) and use from changelog index. Closes #138
11+
312
## 10.0.2
413

514
### Patch Changes

packages/theme-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barodoc/theme-docs",
3-
"version": "10.0.2",
3+
"version": "10.0.3",
44
"description": "Documentation theme for Barodoc",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)