Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/microsoft/pxt-arcade into…
Browse files Browse the repository at this point in the history
… thsparks/theme_fixes
  • Loading branch information
thsparks committed Feb 26, 2025
2 parents b2bf4ae + dd18bad commit 82c69c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildmain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@main
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.12
ref: v0.11.13
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pxt-buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@main
with:
repository: microsoft/pxt-arcade-sim
ref: v0.11.12
ref: v0.11.13
token: ${{ secrets.GH_TOKEN }}
path: node_modules/pxt-arcade-sim
- name: pxt ci
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pxt-arcade",
"version": "2.0.19",
"version": "2.0.20",
"description": "Small arcade editor for MakeCode",
"keywords": [
"JavaScript",
Expand Down Expand Up @@ -35,7 +35,7 @@
"pxt-core": "11.3.25"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12"
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.13"
},
"scripts": {
"serve": "node node_modules/pxt-core/built/pxt.js serve",
Expand Down

0 comments on commit 82c69c8

Please sign in to comment.