Skip to content

Commit da0d9ae

Browse files
committed
upgrade calcit
1 parent 28f9caa commit da0d9ae

File tree

3 files changed

+154
-154
lines changed

3 files changed

+154
-154
lines changed

.github/workflows/upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/cr'
2323
name: 'cr'
24-
version: '0.7.12'
24+
version: '0.7.13'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/caps'
2929
name: 'caps'
30-
version: '0.7.12'
30+
version: '0.7.13'
3131

3232
- name: "compiles to js"
3333
run: >

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.0.16",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
5-
"@calcit/procs": "^0.7.12"
5+
"@calcit/procs": "^0.7.13"
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.5",

yarn.lock

Lines changed: 149 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)