Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2023
2 parents fb3ecb0 + f8d9114 commit 8d0aec1
Show file tree
Hide file tree
Showing 32 changed files with 9,281 additions and 7,196 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GITHOOKS_DIR=`pwd -P`
popd
PROJECT_ROOT=`dirname $GITHOOKS_DIR`

MINOR_VERSION=$(cat $PROJECT_ROOT/VERSION | grep -o "[[:digit:]]\.[[:digit:]]")
MINOR_VERSION=$(cat $PROJECT_ROOT/VERSION | grep -oE "\\d+\\.\\d+")

if [[ -z "${STAGE_STATIC_ASSETS:-}" ]]; then
echo "[pre-commit]: Unstaging assets directory"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.3
1.10.0
4 changes: 2 additions & 2 deletions _layouts/spec.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version_string: v1.9
version_string: v1.10
---
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
Expand Down Expand Up @@ -40,7 +40,7 @@
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji" !important;
}
</style>
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js" crossorigin="anonymous" defer></script>
<script src="https://cdn.jsdelivr.net/npm/mermaid@9/dist/mermaid.min.js" crossorigin="anonymous" defer></script>
{%- endif %}

<!--
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions assets/v1.10/js/262.primer_spec_plugin.min.js

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

1 change: 1 addition & 0 deletions assets/v1.10/js/262.primer_spec_plugin.min.js.map

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

2 changes: 2 additions & 0 deletions assets/v1.10/js/424.primer_spec_plugin.min.js

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

Loading

0 comments on commit 8d0aec1

Please sign in to comment.