@openparachute/app 0.22.14-rc.4 → 0.22.14

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,15 @@
1
+ ## [0.22.14] - 2026-08-30
2
+
3
+ **Stable promotion of 0.22.14-rc.4.** No new code. Suffix-drop only. npm `@rc` is 0.22.14-rc.4; this is the matching `@latest`.
4
+
5
+ The 0.22.14 line (rc.1–rc.4):
6
+
7
+ - **Vault-scoped deep links `/v/<vault>/n/<id>` (#190, closes #186).** Shareable URL pins the vault. Redirect-not-render; unknown vault never falls back to current-vault; `/n/<id>` unchanged. Additive Copy-link.
8
+ - **First-publish skip (#189).** Never-published package skips on a branch push (OIDC cannot create a package).
9
+ - **Surface pins onto stable (#187).** `@openparachute/surface-client@0.3.7`, `@openparachute/surface-render@^0.3.1`.
10
+ - **Rc's publish from `next` (#182); stables publish from `main` only (#184); plan `--tag-push` on tag triggers (#185).**
11
+ - **One `VaultClient` per `(vaultId, url)` (#177, towards #110)** — still does not close #110.
12
+
1
13
  ## [0.22.14-rc.4] - 2026-08-30
2
14
 
3
15
  **Vault-scoped links + first-publish skip.** Two PRs on `next` after rc.3.
@@ -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.4",
5
+ "version": "0.22.14",
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.4",
6
+ "version": "0.22.14",
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.4",
3
+ "version": "0.22.14",
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",