Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion app/src/data/apps/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,11 @@
"description": "See the impact of New Jersey's enacted 25% Child Tax Credit increase (P.L.2026, c.26) on New Jersey households, statewide and by congressional district",
"source": "https://nj-ctc-increase.vercel.app/us/nj-ctc-increase",
"tags": ["us", "policy", "interactives"],
"countryId": "us"
"countryId": "us",
"displayWithResearch": true,
"image": "nj-ctc-increase-calculator.png",
"date": "2026-07-13 12:00:00",
"authors": ["david-trimmer"]
},
{
"type": "iframe",
Expand Down
1 change: 1 addition & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Redirect the /policybench and /:countryId/policybench vanity paths to policybench.org
- Proxy the AI beliefs research dashboard (elicited LLM beliefs about economic elasticities across 17 models) at /ai-beliefs
- Add the NJ Child Tax Credit increase calculator zone route at /us/nj-ctc-increase
- Publish the NJ Child Tax Credit increase calculator on /us/research with cover image and authorship
- Add the NICs exemption for recently-inactive employees dashboard at /uk/nics-exemption-inactive-employees
changed:
- Move the bill tracker to /us/bill-tracker (canonical URL); /us/state-legislative-tracker now permanently redirects there
Expand Down
Loading