Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/ensure-changetype-called-when-required
Browse files Browse the repository at this point in the history
  • Loading branch information
albertdaurell authored Oct 28, 2021
2 parents cb3a8e1 + b91dbca commit cff382b
Show file tree
Hide file tree
Showing 9 changed files with 22,662 additions and 32,836 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
- name: extract tag
id: extract_tag
uses: actions/github-script@v4
uses: actions/github-script@v5
with:
script: |
const prefix = 'refs/tags/';
Expand All @@ -47,7 +47,7 @@ jobs:

- name: check package-lock.json version
id: extract_tag
uses: actions/github-script@v4
uses: actions/github-script@v5
with:
script: |
const fs = require('fs');
Expand Down Expand Up @@ -217,6 +217,7 @@ jobs:
uses: tjenkinson/release-drafter@48835fbc42b1c062a828995f9cb8301e6bdae677
with:
tag: ${{ needs.config.outputs.tag }}
name: v${{ needs.config.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion demo/index-light.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.8/FileSaver.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ace.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.13/ace.js"></script>
</head>
<body>
<div class="header-container">
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.8/FileSaver.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ace.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.13/ace.js"></script>
</head>
<body>
<div class="header-container">
Expand Down
Binary file removed doc/media-zigzagging.png
Binary file not shown.
Loading

0 comments on commit cff382b

Please sign in to comment.