From e0fac9732ac905269da1bba70f300cf1cf74e0df Mon Sep 17 00:00:00 2001 From: Tejal Shah Date: Mon, 19 Dec 2022 16:27:18 -0500 Subject: [PATCH 1/2] ## Version 3.6.0 - Dec 13, 2022 Version 3.6.0 updates CLUE to use the AWS Log Ingester in place of the old Heroku Log Ingester and there are also content updates to the unti Growing Growing Growing's 1.3 and 2.3 questions to show the problem sections. ### Features/Improvements - [CLUE] Create section headers for GGG 1.3 and 2.3 [#184065115](https://www.pivotaltracker.com/story/show/184065115) - Logging URL Update [#184067926](https://www.pivotaltracker.com/story/show/184067926) ### Asset Sizes | File | Size | % Change from Previous Release | | ------------------------------------------------------------------------------------- | ---- | ------------------------------ | | common-DataCard-Diagram-SharedVariables-Drawing-Geometry-Image-Table-Text.1c62df70.js | 51K | 0% | | common-Dataflow-Geometry.0bd31c83.js | 26K | 0% | | common-Diagram-SharedVariables-Drawing.a0c028e4.js | 26K | 0% | | common-Diagram-SharedVariables.74cc94e5.js | 627K | 0% | | common-Diagram-SharedVariables.a9911ab7.js | 12K | 0% | | DataCard.707c6496.js | 18K | 0% | | Dataflow.1205a5c4.js | 736K | 0% | | Diagram.fa0656df.js | 23K | 0% | | Drawing.81438ecd.js | 33K | 0% | | Geometry.e51d9174.js | 886K | 0% | | Image.e9ec3d1f.js | 16K | 0% | | index.5e239de19171999f1f34.js | 408K | 0% | | SharedDataSet.a14fff08.js | 253B | 0% | | SharedVariables.e3c850d4.js | 6.4K | 0% | | Starter.f2715137.js | 1.2K | 0% | | Table.4da05066.js | 84K | 0% | | Text.e29bbe93.js | 16K | 0% | | vendor-main.7d31434b.js | 2.2M | 0% | | File | Size | % Change from Previous Release | | ---------------------------- | ---- | ------------------------------ | | DataCard.2bbb9270.css | 8.4K | 0% | | Dataflow.97d9f685.css | 32K | 0% | | Diagram.f9944429.css | 20K | 0% | | Drawing.98029fbe.css | 5.2K | 0% | | Geometry.672b0a98.css | 10K | 0% | | Image.06c1a46e.css | 6.3K | 0% | | main.2f6dc86e.css | 165K | 0% | | SharedVariables.6acf4707.css | 433B | 0% | | Starter.794e1267.css | 207B | 0% | | Table.995b6730.css | 10K | 0% | | Text.466623d2.css | 4.5K | 0% | --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 47 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac5892b7c..b197dd3153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,48 @@ # Changelog +## Version 3.6.0 - Dec 13, 2022 + +Version 3.6.0 updates CLUE to use the AWS Log Ingester in place of the old Heroku Log Ingester and there are also content updates to the unti Growing Growing Growing's 1.3 and 2.3 questions to show the problem sections. + +### Features/Improvements +- [CLUE] Create section headers for GGG 1.3 and 2.3 [#184065115](https://www.pivotaltracker.com/story/show/184065115) +- Logging URL Update [#184067926](https://www.pivotaltracker.com/story/show/184067926) + +### Asset Sizes +| File | Size | % Change from Previous Release | +| ------------------------------------------------------------------------------------- | ---- | ------------------------------ | +| common-DataCard-Diagram-SharedVariables-Drawing-Geometry-Image-Table-Text.1c62df70.js | 51K | 0% | +| common-Dataflow-Geometry.0bd31c83.js | 26K | 0% | +| common-Diagram-SharedVariables-Drawing.a0c028e4.js | 26K | 0% | +| common-Diagram-SharedVariables.74cc94e5.js | 627K | 0% | +| common-Diagram-SharedVariables.a9911ab7.js | 12K | 0% | +| DataCard.707c6496.js | 18K | 0% | +| Dataflow.1205a5c4.js | 736K | 0% | +| Diagram.fa0656df.js | 23K | 0% | +| Drawing.81438ecd.js | 33K | 0% | +| Geometry.e51d9174.js | 886K | 0% | +| Image.e9ec3d1f.js | 16K | 0% | +| index.5e239de19171999f1f34.js | 408K | 0% | +| SharedDataSet.a14fff08.js | 253B | 0% | +| SharedVariables.e3c850d4.js | 6.4K | 0% | +| Starter.f2715137.js | 1.2K | 0% | +| Table.4da05066.js | 84K | 0% | +| Text.e29bbe93.js | 16K | 0% | +| vendor-main.7d31434b.js | 2.2M | 0% | + +| File | Size | % Change from Previous Release | +| ---------------------------- | ---- | ------------------------------ | +| DataCard.2bbb9270.css | 8.4K | 0% | +| Dataflow.97d9f685.css | 32K | 0% | +| Diagram.f9944429.css | 20K | 0% | +| Drawing.98029fbe.css | 5.2K | 0% | +| Geometry.672b0a98.css | 10K | 0% | +| Image.06c1a46e.css | 6.3K | 0% | +| main.2f6dc86e.css | 165K | 0% | +| SharedVariables.6acf4707.css | 433B | 0% | +| Starter.794e1267.css | 207B | 0% | +| Table.995b6730.css | 10K | 0% | +| Text.466623d2.css | 4.5K | 0% | + ## Version 3.5.0 - Dec 13, 2022 Version 3.5.0 adds a new variable card button on diagram tiles, adds formatting for variable cards, fixes a diagram tile crash with keyboard DELETE key and fixes some console errors. There are also content changes for Brain and Math units. diff --git a/package-lock.json b/package-lock.json index 1a21ba832e..d4cb9dbb62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "collaborative-learning", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "collaborative-learning", - "version": "3.5.0", + "version": "3.6.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4b1d00c8d3..dd07244b3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "collaborative-learning", - "version": "3.5.0", + "version": "3.6.0", "description": "Collaborative Learning environment", "main": "index.js", "config": { From f1aed6e2619e5256934daf5f5c78c11f918668f1 Mon Sep 17 00:00:00 2001 From: Tejal Shah Date: Mon, 19 Dec 2022 16:29:46 -0500 Subject: [PATCH 2/2] ## Version 3.6.0 - Dec 19, 2022 Version 3.6.0 updates CLUE to use the AWS Log Ingester in place of the old Heroku Log Ingester and there are also content updates to the unti Growing Growing Growing's 1.3 and 2.3 questions to show the problem sections. ### Features/Improvements - [CLUE] Create section headers for GGG 1.3 and 2.3 [#184065115](https://www.pivotaltracker.com/story/show/184065115) - Logging URL Update [#184067926](https://www.pivotaltracker.com/story/show/184067926) ### Asset Sizes | File | Size | % Change from Previous Release | | ------------------------------------------------------------------------------------- | ---- | ------------------------------ | | common-DataCard-Diagram-SharedVariables-Drawing-Geometry-Image-Table-Text.1c62df70.js | 51K | 0% | | common-Dataflow-Geometry.0bd31c83.js | 26K | 0% | | common-Diagram-SharedVariables-Drawing.a0c028e4.js | 26K | 0% | | common-Diagram-SharedVariables.74cc94e5.js | 627K | 0% | | common-Diagram-SharedVariables.a9911ab7.js | 12K | 0% | | DataCard.707c6496.js | 18K | 0% | | Dataflow.1205a5c4.js | 736K | 0% | | Diagram.fa0656df.js | 23K | 0% | | Drawing.81438ecd.js | 33K | 0% | | Geometry.e51d9174.js | 886K | 0% | | Image.e9ec3d1f.js | 16K | 0% | | index.5e239de19171999f1f34.js | 408K | 0% | | SharedDataSet.a14fff08.js | 253B | 0% | | SharedVariables.e3c850d4.js | 6.4K | 0% | | Starter.f2715137.js | 1.2K | 0% | | Table.4da05066.js | 84K | 0% | | Text.e29bbe93.js | 16K | 0% | | vendor-main.7d31434b.js | 2.2M | 0% | | File | Size | % Change from Previous Release | | ---------------------------- | ---- | ------------------------------ | | DataCard.2bbb9270.css | 8.4K | 0% | | Dataflow.97d9f685.css | 32K | 0% | | Diagram.f9944429.css | 20K | 0% | | Drawing.98029fbe.css | 5.2K | 0% | | Geometry.672b0a98.css | 10K | 0% | | Image.06c1a46e.css | 6.3K | 0% | | main.2f6dc86e.css | 165K | 0% | | SharedVariables.6acf4707.css | 433B | 0% | | Starter.794e1267.css | 207B | 0% | | Table.995b6730.css | 10K | 0% | | Text.466623d2.css | 4.5K | 0% | --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b197dd3153..28fa8b3aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## Version 3.6.0 - Dec 13, 2022 +## Version 3.6.0 - Dec 19, 2022 Version 3.6.0 updates CLUE to use the AWS Log Ingester in place of the old Heroku Log Ingester and there are also content updates to the unti Growing Growing Growing's 1.3 and 2.3 questions to show the problem sections.