@openparachute/app 0.22.14-rc.1 → 0.22.14-rc.2

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
@@ -1,3 +1,10 @@
1
+ ## [0.22.14-rc.2] - 2026-08-29
2
+
3
+ **Release workflow now publishes rc's directly from `next`** (app#182,
4
+ `parachute-hub#911`'s sibling) — no more `next`→`main` PR just to fire the
5
+ publish trigger. `main` is unaffected; stable promotion still requires its
6
+ own PR there. This rc exists to exercise that new trigger end-to-end.
7
+
1
8
  ## [0.22.14-rc.1] - 2026-08-26
2
9
 
3
10
  **Client identity pin + live-list registry.** Three commits on `next` after
@@ -2,7 +2,7 @@
2
2
  "name": "parachute-app",
3
3
  "displayName": "Parachute",
4
4
  "tagline": "The super-surface for your Parachute",
5
- "version": "0.22.14-rc.1",
5
+ "version": "0.22.14-rc.2",
6
6
  "iconUrl": "/icon.svg",
7
7
  "kind": "frontend"
8
8
  }
package/meta.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "parachute",
4
4
  "displayName": "Parachute",
5
5
  "tagline": "The Parachute app — your parachute's front door.",
6
- "version": "0.22.14-rc.1",
6
+ "version": "0.22.14-rc.2",
7
7
  "path": "/surface/parachute",
8
8
  "iconUrl": "icon.svg",
9
9
  "scopes_required": ["vault:*:read", "vault:*:write"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openparachute/app",
3
- "version": "0.22.14-rc.1",
3
+ "version": "0.22.14-rc.2",
4
4
  "type": "module",
5
5
  "description": "Parachute — the super-surface. A single-page app for interfacing with your Parachute: name a vault, capture and browse notes, connect your AI, and manage the cloud + hub via their APIs. Seeded from notes-ui; the calm centered arrival + warm home lead the experience.",
6
6
  "license": "AGPL-3.0-only",