Skip to content

Commit

Permalink
Merge branch 'master' into eanders-ms/simx
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Oct 7, 2024
2 parents 21ae622 + ff073f4 commit 1204b59
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/beta-ref.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"appref": "v7.0"
}
"appref": "v"
}
3 changes: 2 additions & 1 deletion libs/arcadeshield/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"test": [
"test.ts"
],
"public": false,
"public": true,
"hidden": true,
"preferredEditor": "tsprj",
"disablesVariants": [
"mbdal"
Expand Down
3 changes: 2 additions & 1 deletion libs/fonts/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"files": [
"font12.jres"
],
"public": false,
"public": true,
"hidden": true,
"disablesVariants": [
"mbdal"
],
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-microbit",
"version": "7.1.3",
"version": "7.1.5",
"description": "micro:bit target for Microsoft MakeCode (PXT)",
"keywords": [
"JavaScript",
Expand Down Expand Up @@ -46,6 +46,6 @@
},
"dependencies": {
"pxt-common-packages": "12.0.4",
"pxt-core": "10.3.6"
"pxt-core": "11.2.2"
}
}
2 changes: 1 addition & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,6 @@
]
},
"electronManifest": {
"latest": "v6.0.19"
"latest": "v7.0.49"
}
}

0 comments on commit 1204b59

Please sign in to comment.