@linxiraos/pi-wire 1.0.0 → 1.0.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 +7 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- Reset the version to 1.0.0 and republished under the `@linxiraos/*` scope, breaking from the `@oh-my-pi` version lineage.
|
|
5
|
+
## [1.0.1] - 2026-08-14
|
|
8
6
|
|
|
9
7
|
## [16.3.0] - 2026-07-02
|
|
10
8
|
|
|
@@ -42,3 +40,9 @@
|
|
|
42
40
|
### Added
|
|
43
41
|
|
|
44
42
|
- Added shared collab live-session wire contracts for the host CLI and browser guest client.
|
|
43
|
+
|
|
44
|
+
## [1.0.0] - 2026-08-13
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- Reset the version to 1.0.0 and republished under the `@linxiraos/*` scope, breaking from the `@oh-my-pi` version lineage.
|
package/package.json
CHANGED