From 014a1962a5b2bfcfad6b159f2c89cb22eccc0ae2 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Tue, 2 Apr 2024 15:55:39 +0200 Subject: [PATCH 1/4] Update mkr 1000 for test --- .../hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml index 21261770c4..bdea4bf1ee 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml @@ -2,6 +2,7 @@ software: - arduino-ide - arduino-cli - web-editor + - linux hardware: shields: - mkr-485-shield From 777f6aac63418af9f41e4c22385fa9e14b384368 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Thu, 4 Apr 2024 12:08:46 +0200 Subject: [PATCH 2/4] 2.0.8-alpha-1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b534605207..1b69172fb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.7", + "@arduino/docs-arduino-cc": "^2.0.8-alpha-6", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", @@ -339,9 +339,9 @@ } }, "node_modules/@arduino/docs-arduino-cc": { - "version": "2.0.7", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.7/b2b8b72c0b6c8eccd0694ed5c462528cef8be7d9", - "integrity": "sha512-z5ARHZYABOf3SaePKbut+e3xocVIH5nDEdthx3Vch4lwTW70HakyEiL2DTvd5FyEZpIHmqlJo2eeYU6spSZoZw==", + "version": "2.0.8-alpha-6", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.8-alpha-6/852edac6123f66b5e9a5c1f2db54731fac212693", + "integrity": "sha512-JVc5fOSDjs4zuIPG+hSu+7yDhuWftFw3vap9tVioSrjl2YUcDjFSmis1NBNYIcPct/iBMYaB3obHGEqYjyRm/g==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index fb7bc3600b..2862765a82 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/arduino/docs-content#readme", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.7", + "@arduino/docs-arduino-cc": "^2.0.8-alpha-6", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 80b91183c3af0950b7265749503bf6c20ab95b2a Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Tue, 9 Apr 2024 11:51:24 +0200 Subject: [PATCH 3/4] 2.0.8 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b69172fb5..d2e0f32d45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.8-alpha-6", + "@arduino/docs-arduino-cc": "^2.0.8", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", @@ -339,9 +339,9 @@ } }, "node_modules/@arduino/docs-arduino-cc": { - "version": "2.0.8-alpha-6", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.8-alpha-6/852edac6123f66b5e9a5c1f2db54731fac212693", - "integrity": "sha512-JVc5fOSDjs4zuIPG+hSu+7yDhuWftFw3vap9tVioSrjl2YUcDjFSmis1NBNYIcPct/iBMYaB3obHGEqYjyRm/g==", + "version": "2.0.8", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.8/7069a0ba20361c9f76fe8212f0296fde933580fd", + "integrity": "sha512-oOtOHV/f1/lURyuWfx0Olq467aDAAoYE660s9z4D3f8D6FBs+STMKLRxlqRxZhVeUlT+tvEycysto/f3KfoLug==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 2862765a82..af9bd39272 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/arduino/docs-content#readme", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.8-alpha-6", + "@arduino/docs-arduino-cc": "^2.0.8", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 115486eb6503c18924c79f9068c9597ff2172038 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Tue, 9 Apr 2024 11:58:55 +0200 Subject: [PATCH 4/4] Remove linux test --- .../hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml index bdea4bf1ee..21261770c4 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/compatibility.yml @@ -2,7 +2,6 @@ software: - arduino-ide - arduino-cli - web-editor - - linux hardware: shields: - mkr-485-shield