pond-ts 0.31.0 → 0.31.1
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.
- package/CHANGELOG.md +12 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,8 +8,9 @@ The `@pond-ts` packages — `pond-ts`, `@pond-ts/react`, `@pond-ts/charts`, and
|
|
|
8
8
|
them all. Pre-1.0: minor bumps may include new features and type-level changes;
|
|
9
9
|
patch bumps are strictly additive.
|
|
10
10
|
|
|
11
|
-
[Unreleased]: https://github.com/pjm17971/pond-ts/compare/v0.31.
|
|
12
|
-
[0.31.
|
|
11
|
+
[Unreleased]: https://github.com/pjm17971/pond-ts/compare/v0.31.1...HEAD
|
|
12
|
+
[0.31.1]: https://github.com/pjm17971/pond-ts/compare/v0.30.0...v0.31.1
|
|
13
|
+
[0.31.0]: https://github.com/pjm17971/pond-ts/compare/v0.30.0...3c4e8bd
|
|
13
14
|
[0.30.0]: https://github.com/pjm17971/pond-ts/compare/v0.29.0...v0.30.0
|
|
14
15
|
[0.29.0]: https://github.com/pjm17971/pond-ts/compare/v0.28.0...v0.29.0
|
|
15
16
|
[0.28.0]: https://github.com/pjm17971/pond-ts/compare/v0.27.0...v0.28.0
|
|
@@ -24,6 +25,15 @@ patch bumps are strictly additive.
|
|
|
24
25
|
[0.19.0]: https://github.com/pjm17971/pond-ts/compare/v0.18.0...v0.19.0
|
|
25
26
|
[0.18.0]: https://github.com/pjm17971/pond-ts/compare/v0.17.1...v0.18.0
|
|
26
27
|
|
|
28
|
+
## [0.31.1] — 2026-06-28
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- **`@pond-ts/charts` and `@pond-ts/fit` now ship their own README** on npm.
|
|
33
|
+
0.31.0 inadvertently published the `pond-ts` core README on every package
|
|
34
|
+
(each `prepack` copied the repo-root README); charts and fit now carry their
|
|
35
|
+
own. No code or API changes.
|
|
36
|
+
|
|
27
37
|
## [0.31.0] — 2026-06-28
|
|
28
38
|
|
|
29
39
|
First published release of **`@pond-ts/charts`** and **`@pond-ts/fit`** (both were
|