@oh-my-pi/pi-web-ui 1.337.0 → 1.337.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 CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  ## [Unreleased]
4
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).
15
+
5
16
  ## [0.31.1] - 2026-01-02
6
17
 
7
18
  ## [0.31.0] - 2026-01-02
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-web-ui-example",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-pi/pi-web-ui",
3
- "version": "1.337.0",
3
+ "version": "1.337.1",
4
4
  "description": "Reusable web UI components for AI chat interfaces powered by @oh-my-pi/pi-ai",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",