@oh-my-pi/pi-web-ui 1.337.0 → 1.338.0
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 -1
- package/example/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [1.338.0] - 2026-01-03
|
|
4
|
+
|
|
5
|
+
## [1.337.1] - 2026-01-02
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Forked to @oh-my-pi scope with unified versioning across all packages
|
|
10
|
+
- Added repository field for npm provenance
|
|
11
|
+
|
|
12
|
+
## [1.337.0] - 2026-01-02
|
|
13
|
+
|
|
14
|
+
Initial release under @oh-my-pi scope. See previous releases at [badlogic/pi-mono](https://github.com/badlogic/pi-mono).
|
|
4
15
|
|
|
5
16
|
## [0.31.1] - 2026-01-02
|
|
6
17
|
|
package/example/package.json
CHANGED