Compare commits

..

8 Commits

Author SHA1 Message Date
437ebb4fad 0.8.29 2017-02-28 07:07:22 -08:00
b7c8709424 support for v0 branch build 2017-02-28 07:07:11 -08:00
2325ffcd76 0.8.28 2017-02-28 06:54:52 -08:00
a02476f025 Bump pxt-core to 0.11.55 2017-02-28 06:54:51 -08:00
7d35519ca8 enabling sharing 2017-02-28 06:06:25 -08:00
a45d46d4b4 0.8.27 2017-02-28 06:00:32 -08:00
176771abfb updated to v0.8.26 2017-02-27 13:44:43 -08:00
9db2687985 0.8.26 2017-02-27 13:36:32 -08:00
4 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
{ {
"appref": "v0.8.21" "appref": "v0.8.26"
} }

View File

@ -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

View File

@ -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"

View File

@ -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