Skip to content

Commit fc8bc1c

Browse files
committed
Prepare new packages
1 parent c19ac38 commit fc8bc1c

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

navigator/CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.6.1] – 2026-06-23
9+
10+
### Fixed
11+
12+
- `LocatorLocations.time()` now handles decimals properly, which fixes the retrieval of timeline items ([#232](https://github.com/readium/ts-toolkit/pull/232))
13+
814
## [2.6.0] – 2026–06–04
915

1016
### Added

navigator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readium/navigator",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"type": "module",
55
"description": "Next generation SDK for publications in Web Apps",
66
"author": "readium",

shared/CHANGELOG.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.3] – 2026-06-23
9+
10+
### Changed
11+
12+
- References to OPDS specs have been updated to `specs.opds.io` ([#230](https://github.com/readium/ts-toolkit/pull/230))
13+
14+
### Fixed
15+
16+
- `LocatorLocations.time()` now handles decimals properly, which fixes the retrieval of timeline items ([#232](https://github.com/readium/ts-toolkit/pull/232))
17+
818
## [2.2.2] – 2026–06–04
919

1020
### Removed

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readium/shared",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"type": "module",
55
"description": "Shared models to be used across other Readium projects and implementations in Typescript",
66
"author": "readium",

0 commit comments

Comments
 (0)