@openparachute/notes-ui 0.1.0-rc.5 → 0.1.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 +3 -1
- package/dist/.parachute/info +1 -1
- package/meta.json +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
# Changelog — @openparachute/notes-ui
|
|
2
2
|
|
|
3
|
-
## [0.1.0
|
|
3
|
+
## [0.1.0] - 2026-05-23
|
|
4
4
|
|
|
5
|
+
- **First stable release; promoted from rc.5.** Tagged `@latest` for
|
|
6
|
+
parachute-app bootstrap's bare-spec resolution.
|
|
5
7
|
- **Fix: ship `meta.json` so parachute-app bootstrap can install.**
|
|
6
8
|
parachute-app's auto-bootstrap path validates `@openparachute/notes-
|
|
7
9
|
ui`'s tarball against its [meta-schema][meta-schema] and requires
|
package/dist/.parachute/info
CHANGED
package/meta.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openparachute/notes-ui",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Parachute Notes UI bundle — the SPA installed under parachute-app as the canonical first app. No daemon, no module surface; just the built dist/.",
|