From 19449a4ada762af922ece30ad24b8befb706a19d Mon Sep 17 00:00:00 2001 From: Nicole Parrot Date: Mon, 26 Oct 2020 16:11:04 -0400 Subject: [PATCH 1/5] Upgrade neopixel dependency moving to 0.7.3 --- pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index 8770002..1827be1 100644 --- a/pxt.json +++ b/pxt.json @@ -4,7 +4,7 @@ "dependencies": { "core": "*", "radio": "*", - "neopixel": "github:microsoft/pxt-neopixel#v0.6.7", + "neopixel": "github:microsoft/pxt-neopixel#v0.7.3", "gigglebot": "github:dexterind/pxt-gigglebot#v1.3.4", "radio-broadcast": "*" }, From 1cc4f5edbff7334206975c7f4262e945cadc882b Mon Sep 17 00:00:00 2001 From: Nicole Parrot Date: Mon, 26 Oct 2020 16:14:48 -0400 Subject: [PATCH 2/5] Updated version to match microbit V2 --- pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index 1827be1..728e2f5 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "giggle", - "version": "1.4.1", + "version": "2.0.0", "dependencies": { "core": "*", "radio": "*", From 39c7e409de7a81bae0aeaaae7914707ccfdafdc3 Mon Sep 17 00:00:00 2001 From: CleoQc Date: Fri, 30 Oct 2020 11:37:25 -0400 Subject: [PATCH 3/5] changed versions --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index 728e2f5..bf97477 100644 --- a/pxt.json +++ b/pxt.json @@ -1,11 +1,11 @@ { "name": "giggle", - "version": "2.0.0", + "version": "2.0.1", "dependencies": { "core": "*", "radio": "*", "neopixel": "github:microsoft/pxt-neopixel#v0.7.3", - "gigglebot": "github:dexterind/pxt-gigglebot#v1.3.4", + "gigglebot": "github:cleoqc/pxt-gigglebot#v2.0.2", "radio-broadcast": "*" }, "description": "GiggleBot is a microbit rover by Dexter Industries, it offers a total of 9 neopixels, 2 line sensors, 2 light sensors, and 2 servos", From 8a61d16f91eb853eb452823f142dcaac09afa2d1 Mon Sep 17 00:00:00 2001 From: Nicole Parrot Date: Fri, 13 Nov 2020 11:02:29 -0500 Subject: [PATCH 4/5] Update pxt.json Sync all proper versions of the dependencies --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index bf97477..228875b 100644 --- a/pxt.json +++ b/pxt.json @@ -1,11 +1,11 @@ { "name": "giggle", - "version": "2.0.1", + "version": "2.0.3", "dependencies": { "core": "*", "radio": "*", "neopixel": "github:microsoft/pxt-neopixel#v0.7.3", - "gigglebot": "github:cleoqc/pxt-gigglebot#v2.0.2", + "gigglebot": "github:cleoqc/pxt-gigglebot#v2.0.3", "radio-broadcast": "*" }, "description": "GiggleBot is a microbit rover by Dexter Industries, it offers a total of 9 neopixels, 2 line sensors, 2 light sensors, and 2 servos", From 2fdd9403f75b893441c1a3ed6e2f78e3e079db4e Mon Sep 17 00:00:00 2001 From: Nicole Parrot Date: Fri, 13 Nov 2020 11:17:08 -0500 Subject: [PATCH 5/5] Update pxt.json --- pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index 228875b..2573695 100644 --- a/pxt.json +++ b/pxt.json @@ -5,7 +5,7 @@ "core": "*", "radio": "*", "neopixel": "github:microsoft/pxt-neopixel#v0.7.3", - "gigglebot": "github:cleoqc/pxt-gigglebot#v2.0.3", + "gigglebot": "github:dexterind/pxt-gigglebot#v2.0.3", "radio-broadcast": "*" }, "description": "GiggleBot is a microbit rover by Dexter Industries, it offers a total of 9 neopixels, 2 line sensors, 2 light sensors, and 2 servos",