From 7356e5e52ee0e31a46424f96dacbd020612a2b9a Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 9 Sep 2016 20:26:18 +0100 Subject: [PATCH 1/4] New index.html expansion --- docfiles/appmeta.html | 16 ++++++++++++++++ docfiles/apptracking.html | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 docfiles/appmeta.html create mode 100644 docfiles/apptracking.html diff --git a/docfiles/appmeta.html b/docfiles/appmeta.html new file mode 100644 index 00000000..0c317bb8 --- /dev/null +++ b/docfiles/appmeta.html @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/docfiles/apptracking.html b/docfiles/apptracking.html new file mode 100644 index 00000000..c86a4966 --- /dev/null +++ b/docfiles/apptracking.html @@ -0,0 +1,13 @@ + + From 618dd33221d9712e53bf346e5490087b3fdf6d0c Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 9 Sep 2016 20:33:11 +0100 Subject: [PATCH 2/4] No longer used --- includes/docs-meta.html | 28 ---------------------------- includes/head.html | 16 ---------------- includes/tracking.html | 13 ------------- 3 files changed, 57 deletions(-) delete mode 100644 includes/docs-meta.html delete mode 100644 includes/head.html delete mode 100644 includes/tracking.html diff --git a/includes/docs-meta.html b/includes/docs-meta.html deleted file mode 100644 index 32ba224e..00000000 --- a/includes/docs-meta.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/includes/head.html b/includes/head.html deleted file mode 100644 index 0c317bb8..00000000 --- a/includes/head.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/includes/tracking.html b/includes/tracking.html deleted file mode 100644 index c86a4966..00000000 --- a/includes/tracking.html +++ /dev/null @@ -1,13 +0,0 @@ - - From 4cf223271fe482f4ef8baa57f01f0f7d73a6242e Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 9 Sep 2016 20:49:21 +0100 Subject: [PATCH 3/4] Bump pxt-core to 0.3.100 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc87fa91..8106bec3 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "typescript": "^1.8.7" }, "dependencies": { - "pxt-core": "0.3.98" + "pxt-core": "0.3.100" } } From 236e7337e2d8500d7637a37737da88e18683e22b Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 9 Sep 2016 20:49:21 +0100 Subject: [PATCH 4/4] 0.3.87 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8106bec3..ff1f5a9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pxt-microbit", - "version": "0.3.86", + "version": "0.3.87", "description": "micro:bit target for PXT", "keywords": [ "JavaScript",