@apollosproject/web-embeds 0.1.91 → 0.1.93

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,7 +64,7 @@ npm run build
64
64
  The `public/crossroads-test/` directory contains a demo giving page. The embed base URL and church slug are configurable via env vars:
65
65
 
66
66
  - **Local dev:** Create `.env` in `apps/web-embeds-v2/` (see `.env.example`). Run `npm run inject-config` or `npm run dev` to generate `index.html` from the template.
67
- - **GitHub Pages:** Set `APOLLOS_EMBED_BASE_URL` and `APOLLOS_EMBED_CHURCH_SLUG` in repo Settings → Variables and secrets → Actions. The workflow deploys on push to `main` when crossroads-test files change. Enable Pages in Settings → Pages → Source: GitHub Actions.
67
+ - **GitHub Pages:** Set `APOLLOS_EMBED_BASE_URL` and `APOLLOS_EMBED_CHURCH_SLUG` in repo Settings → Variables and secrets → Actions. The workflow deploys on push to `main` when crossroads-test files change. Enable Pages in Settings → Pages → Source: GitHub Actions. The same deploy publishes both `index.html` (giving page) and `giving-history.html` (giving history page with Recurring Gifts → modal); use `/` and `/giving-history.html` on your Pages URL.
68
68
 
69
69
  ## Publishing
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollosproject/web-embeds",
3
- "version": "0.1.91",
3
+ "version": "0.1.93",
4
4
  "description": "Next-generation embeddable widget system for Apollos",
5
5
  "type": "module",
6
6
  "main": "./widget/embed.js",