Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Feb 16, 2024
1 parent d3f8db6 commit 6a12723
Show file tree
Hide file tree
Showing 91 changed files with 272 additions and 272 deletions.
2 changes: 1 addition & 1 deletion .well-known/src/lib/Deployments_Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import {to_pull_url} from '$lib/github_helpers.js';
export let deployments: Fetched_Deployment[];
export let deps = ['@ryanatkn/fuz', '@ryanatkn/fuz', '@grogarden/gro']; // TODO add felt
export let deps = ['@ryanatkn/fuz', '@ryanatkn/gro']; // TODO add felt
// TODO fade out the `version` column if all deps are upgraded to the latest
Expand Down
2 changes: 1 addition & 1 deletion .well-known/src/lib/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
"npm_url": "https://www.npmjs.com/package/@ryanatkn/fuz",
"changelog_url": "https://github.com/ryanatkn/fuz/blob/main/CHANGELOG.md",
"published": true,
"check_runs": {"status": "queued", "conclusion": null},
"check_runs": {"status": "completed", "conclusion": "success"},
"pull_requests": [
{"number": 1, "title": "add colors to buttons", "user": {"login": "ryanatkn"}, "draft": true}
]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6a12723

Please sign in to comment.