strata-storage 2.8.4 → 2.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  # AI Integration Guide - strata-storage
2
2
 
3
- Quick reference for AI development agents (Claude Code, Cursor, Copilot, etc.) to integrate `strata-storage` into web and mobile projects. Current version: **2.8.3**.
3
+ Quick reference for AI development agents (Claude Code, Cursor, Copilot, etc.) to integrate `strata-storage` into web and mobile projects. Current version: **2.8.5**.
4
4
 
5
5
  ## Installation
6
6
 
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to Strata Storage will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.8.5] - 2026-07-25
9
+
10
+ ### Fixed
11
+
12
+ - **The README stated the previous version.** The at-a-glance `Version` row is a static duplicate of
13
+ `package.json.version`, so it drifted the moment the version was bumped — it shipped stale in eight of the
14
+ fleet's packages at once. The row, and any native version string, now move with the release.
15
+
8
16
  ## [2.8.4] - 2026-07-25
9
17
 
10
18
  Documentation, metadata and packaging pass — **no runtime code changes**, no API changes. Brings the
package/README.md CHANGED
@@ -32,7 +32,7 @@ integrity checksums and mirrored backups are opt-in per call or per instance.
32
32
 
33
33
  | | |
34
34
  |---|---|
35
- | **Version** | `2.8.4` |
35
+ | **Version** | `2.8.5` |
36
36
  | **License** | MIT |
37
37
  | **Node** | `>=24.13.0` |
38
38
  | **Platforms** | Web · iOS · Android (via Capacitor) |
@@ -494,9 +494,7 @@ More: [Troubleshooting](https://stratastorage-docs.aoneahsan.com/reference/troub
494
494
  <a id="changelog"></a>
495
495
  ## 🔄 Changelog&nbsp;[#](#changelog)
496
496
 
497
- Latest release: **`2.8.4`** — documentation, metadata and packaging only, with no runtime changes. Ships
498
- `CHANGELOG.md` inside the tarball for the first time, adds the `funding` link, and stops the build writing a
499
- second manifest into `dist/`.
497
+ Latest release: **`2.8.5`** — documentation only: the at-a-glance table above reported the previous version, because it is a static duplicate of `package.json`. Full history in the changelog.
500
498
 
501
499
  Full history: [CHANGELOG.md](https://github.com/aoneahsan/strata-storage/blob/main/CHANGELOG.md).
502
500
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strata-storage",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "description": "One storage API across web, iOS and Android — zero runtime dependencies.",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@4.17.0",