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
|
||||
export TRAVIS_PULL_REQUEST=false
|
||||
|
||||
if [ $TRAVIS_BRANCH == "master" ]; then
|
||||
if [ $TRAVIS_BRANCH == "master" || $TRAVIS_BRANCH == "v0" ]; then
|
||||
if [[ -z $PXT_RELEASE_REPO ]]; then
|
||||
echo Cannot find release repo; skipping tag checks
|
||||
else
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pxt-calliope",
|
||||
"version": "0.8.25",
|
||||
"version": "0.8.29",
|
||||
"description": "Calliope Mini editor for PXT",
|
||||
"keywords": [
|
||||
"JavaScript",
|
||||
@ -34,7 +34,7 @@
|
||||
"semantic-ui-less": "^2.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-core": "0.11.32"
|
||||
"pxt-core": "0.11.55"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node node_modules/pxt-core/built/pxt.js travis"
|
||||
|
@ -14,8 +14,8 @@
|
||||
"cloud": {
|
||||
"workspace": false,
|
||||
"packages": true,
|
||||
"sharing": false,
|
||||
"publishing": false,
|
||||
"sharing": true,
|
||||
"publishing": true,
|
||||
"preferredPackages": [
|
||||
],
|
||||
"githubPackages": true
|
||||
|
Reference in New Issue
Block a user