Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update SugarCube to v2.37.0 #1541

Merged
merged 2 commits into from
Jul 19, 2024
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
3 changes: 1 addition & 2 deletions .github/workflows/prettify-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
persist-credentials: false
- name: Prettify code
Expand Down
1 change: 0 additions & 1 deletion public/story-formats/sugarcube-2.36.1/format.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2021, Thomas Michael Edwards <[email protected]>.
Copyright (c) 2013-2024, Thomas Michael Edwards <[email protected]>.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 1 addition & 0 deletions public/story-formats/sugarcube-2.37.0/format.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/store/story-formats/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const builtins = () => [
},
{
name: 'SugarCube',
url: 'story-formats/sugarcube-2.36.1/format.js',
version: '2.36.1'
url: 'story-formats/sugarcube-2.37.0/format.js',
version: '2.37.0'
}
];
Loading