Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlrobson committed Sep 20, 2024
1 parent 0fc065e commit 65963da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion src/pages/Add.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<option value="1.39" :selected="skinOutputVersion === '1.39'">v1.39</option>

Check warning on line 20 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break after opening tag (`<option>`), but no line breaks found

Check warning on line 20 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break before closing tag (`</option>`), but no line breaks found
<option value="1.40" :selected="skinOutputVersion === '1.40'">v1.40</option>

Check warning on line 21 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break after opening tag (`<option>`), but no line breaks found

Check warning on line 21 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break before closing tag (`</option>`), but no line breaks found
<option value="1.41" :selected="skinOutputVersion === '1.41'">v1.41</option>

Check warning on line 22 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break after opening tag (`<option>`), but no line breaks found

Check warning on line 22 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break before closing tag (`</option>`), but no line breaks found
<option value="1.42" :selected="skinOutputVersion === '1.42'">v1.42</option>

Check warning on line 23 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break after opening tag (`<option>`), but no line breaks found

Check warning on line 23 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break before closing tag (`</option>`), but no line breaks found
<option value="1.43" :selected="skinOutputVersion === '1.43'">v1.43</option>

Check warning on line 24 in src/pages/Add.vue

View workflow job for this annotation

GitHub Actions / build (14.17.5)

Expected 1 line break after opening tag (`<option>`), but no line breaks found
</select>
</div>
<btn
Expand Down Expand Up @@ -125,7 +127,7 @@ ${DEFAULT_SKIN_LESS}
const DEFAULT_SKIN_PROPS = {
html: DEFAULT_HTML,
anon: true,
skinOutputVersion: '1.41',
skinOutputVersion: '1.43',
variables: getLessVarsRaw(),
less: generateStylesheetLESS(),
js: `/* scripts can go here */
Expand Down

0 comments on commit 65963da

Please sign in to comment.