Compare commits
8 Commits
calliope-m
...
v0.8.29
Author | SHA1 | Date | |
---|---|---|---|
437ebb4fad | |||
b7c8709424 | |||
2325ffcd76 | |||
a02476f025 | |||
7d35519ca8 | |||
a45d46d4b4 | |||
176771abfb | |||
9db2687985 |
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"appref": "v0.8.21"
|
"appref": "v0.8.26"
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ if [ "$1" == "false" ]; then
|
|||||||
echo Setting TRAVIS_PULL_REQUEST to false
|
echo Setting TRAVIS_PULL_REQUEST to false
|
||||||
export TRAVIS_PULL_REQUEST=false
|
export TRAVIS_PULL_REQUEST=false
|
||||||
|
|
||||||
if [ $TRAVIS_BRANCH == "master" ]; then
|
if [ $TRAVIS_BRANCH == "master" || $TRAVIS_BRANCH == "v0" ]; then
|
||||||
if [[ -z $PXT_RELEASE_REPO ]]; then
|
if [[ -z $PXT_RELEASE_REPO ]]; then
|
||||||
echo Cannot find release repo; skipping tag checks
|
echo Cannot find release repo; skipping tag checks
|
||||||
else
|
else
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pxt-calliope",
|
"name": "pxt-calliope",
|
||||||
"version": "0.8.25",
|
"version": "0.8.29",
|
||||||
"description": "Calliope Mini editor for PXT",
|
"description": "Calliope Mini editor for PXT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"semantic-ui-less": "^2.2.4"
|
"semantic-ui-less": "^2.2.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-core": "0.11.32"
|
"pxt-core": "0.11.55"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
"cloud": {
|
"cloud": {
|
||||||
"workspace": false,
|
"workspace": false,
|
||||||
"packages": true,
|
"packages": true,
|
||||||
"sharing": false,
|
"sharing": true,
|
||||||
"publishing": false,
|
"publishing": true,
|
||||||
"preferredPackages": [
|
"preferredPackages": [
|
||||||
],
|
],
|
||||||
"githubPackages": true
|
"githubPackages": true
|
||||||
|
Reference in New Issue
Block a user