From 8f7c1b3f40fe3a77bce9b3639765c9931c9f1ad8 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Tue, 16 Jul 2024 12:24:02 +0200 Subject: [PATCH 1/8] 2.0.18-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 bf291c885f..3d7ad8fa58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.17", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.1", "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.17", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.17/dc6ef8e37ef44da76b9d368aac8f9ab7a1eccf83", - "integrity": "sha512-duf4819HtRw1JldOQO4RDmlBI1GBa/GKFufuyjCu908jELekZvDGFO1pVniQAsVpf2EOU9uUHbjx+RlJTb28wg==", + "version": "2.0.18-alpha.1", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.1/1d7286a205dc19db21985ceff9adfc6de61cdb66", + "integrity": "sha512-wY1/ekhgh+w27iZihnbA2L3ttkgBySWj/eVrdTW1vvLiF7hFJRsemkWuLbCtMWOJnxKLqlFDZeAPDK0gI3Ub7w==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 8e0be1180a..189d1e5aac 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.17", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.1", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 895ccf28ac256eb33eed1300fd58b4aa62f4faf3 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Mon, 22 Jul 2024 12:01:17 +0200 Subject: [PATCH 2/8] Essential title --- content/_dev-test/product.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/_dev-test/product.md diff --git a/content/_dev-test/product.md b/content/_dev-test/product.md new file mode 100644 index 0000000000..1be2b74ad2 --- /dev/null +++ b/content/_dev-test/product.md @@ -0,0 +1,13 @@ +--- +title: Test +url_shop: /test/ +url_guide: /test/ +primary_button_url: /test/ +primary_button_title: Test +secondary_button_url: /test/ +secondary_button_title: Test +core: "" +certifications: [] +sku: [] +essentials_title: "test" +--- \ No newline at end of file From 2ecf566c277bdfb38ab53d18fb385a945b284236 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Wed, 24 Jul 2024 09:54:40 +0200 Subject: [PATCH 3/8] 2.0.18-alpha.2 --- package-lock.json | 29 +++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d7ad8fa58..1cb64085f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.18-alpha.1", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.2", "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.18-alpha.1", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.1/1d7286a205dc19db21985ceff9adfc6de61cdb66", - "integrity": "sha512-wY1/ekhgh+w27iZihnbA2L3ttkgBySWj/eVrdTW1vvLiF7hFJRsemkWuLbCtMWOJnxKLqlFDZeAPDK0gI3Ub7w==", + "version": "2.0.18-alpha.2", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.2/6b52acf4851d9786568ad56151ed8d4eb99e5609", + "integrity": "sha512-7Cb2sjUw6DygxFGheYejnqwiurqsWDHpmBu3dhuGGNXhQknCINqtaooNn4WDz3SCDztFuuTD4/CTPpcY4P7OXw==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", @@ -395,6 +395,7 @@ "react-popper": "^2.3.0", "react-select": "^5.7.4", "react-stately": "^3.25.0", + "react-toastify": "^10.0.5", "react-transition-group": "^4.4.5", "remark-unwrap-images": "^4.0.0", "sass": "^1.64.2", @@ -22677,6 +22678,26 @@ "react": "^16.8.3 || ^17 || ^18" } }, + "node_modules/react-toastify": { + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.5.tgz", + "integrity": "sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw==", + "dependencies": { + "clsx": "^2.1.0" + }, + "peerDependencies": { + "react": ">=18", + "react-dom": ">=18" + } + }, + "node_modules/react-toastify/node_modules/clsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", + "engines": { + "node": ">=6" + } + }, "node_modules/react-transition-group": { "version": "4.4.5", "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", diff --git a/package.json b/package.json index 189d1e5aac..63a92f1f1b 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.18-alpha.1", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.2", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 21e1acbb5b18c6102947c1b364328484a9a8a955 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Thu, 25 Jul 2024 11:26:57 +0200 Subject: [PATCH 4/8] 2.0.18-alpha.3 --- 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 1cb64085f6..a93406d14a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.18-alpha.2", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.3", "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.18-alpha.2", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.2/6b52acf4851d9786568ad56151ed8d4eb99e5609", - "integrity": "sha512-7Cb2sjUw6DygxFGheYejnqwiurqsWDHpmBu3dhuGGNXhQknCINqtaooNn4WDz3SCDztFuuTD4/CTPpcY4P7OXw==", + "version": "2.0.18-alpha.3", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.3/c6f8f59734cf6dbebec9d7e6b7d89e68f7fc423a", + "integrity": "sha512-RS2JWZ86/gScS4sJmYXYUWXQDpp3sAhkJ6M4bnQmkQ0OgCHN6Gxq+ezAX3vw4RaoMgkQqRI+2/8k8Q9wv6A7PA==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 63a92f1f1b..0bfece185f 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.18-alpha.2", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.3", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 886fa35d47f9b71296caaf54d629c63d26e35e81 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Thu, 1 Aug 2024 11:35:06 +0200 Subject: [PATCH 5/8] 2.0.18-alpha.4 --- 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 a93406d14a..239d1bbaab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.18-alpha.3", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.4", "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.18-alpha.3", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.3/c6f8f59734cf6dbebec9d7e6b7d89e68f7fc423a", - "integrity": "sha512-RS2JWZ86/gScS4sJmYXYUWXQDpp3sAhkJ6M4bnQmkQ0OgCHN6Gxq+ezAX3vw4RaoMgkQqRI+2/8k8Q9wv6A7PA==", + "version": "2.0.18-alpha.4", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.4/bb20c691e6b3edef4987aae153f4ea579410e0fc", + "integrity": "sha512-VdLc262R9TWaVT7YW9yXzPccGB8yqQKbqSEu1vNvFQ7htVJPMiSlWeQC+fuerXayCkxL7jGxWoO+Qwswv3MRYA==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 0bfece185f..0f7803e42e 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.18-alpha.3", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.4", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From a404104c2b7a877381efe5a4b82976b0f8267a61 Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Thu, 1 Aug 2024 12:29:12 +0200 Subject: [PATCH 6/8] 2.0.18-alpha.5 --- 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 239d1bbaab..1ae75c64ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.18-alpha.4", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.5", "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.18-alpha.4", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.4/bb20c691e6b3edef4987aae153f4ea579410e0fc", - "integrity": "sha512-VdLc262R9TWaVT7YW9yXzPccGB8yqQKbqSEu1vNvFQ7htVJPMiSlWeQC+fuerXayCkxL7jGxWoO+Qwswv3MRYA==", + "version": "2.0.18-alpha.5", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.5/6ea14751e7c3df2278a571866d8135ce0d79d55c", + "integrity": "sha512-+e4VcEtyBFdwOit/oX4msoJ1ulTZ5g/HSUZHDCXIisfdLrbaEnE9BRLat7SvI8rKMf2Oi1luJINNISgEHZNPCQ==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index 0f7803e42e..de22378162 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.18-alpha.4", + "@arduino/docs-arduino-cc": "^2.0.18-alpha.5", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0", From 7dc25dc54a7e34fc58f82347a51fed78d7b9631f Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Thu, 1 Aug 2024 14:07:11 +0200 Subject: [PATCH 7/8] remove git log --- .github/workflows/deploy-staging.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index ee6645a559..def4df47f6 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - run: git log -1 --pretty=format:%aI content/learn/04.electronics/05.servo-motors/servo-motors.md - uses: actions/setup-node@v4 with: node-version: 18 From 2a072a5a04c320f478e8a1a061f51e2b7f1c783f Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Mon, 5 Aug 2024 13:41:07 +0200 Subject: [PATCH 8/8] 2.0.18 --- 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 1ae75c64ea..cfc8b24893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@arduino/docs-arduino-cc": "^2.0.18-alpha.5", + "@arduino/docs-arduino-cc": "^2.0.18", "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.18-alpha.5", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18-alpha.5/6ea14751e7c3df2278a571866d8135ce0d79d55c", - "integrity": "sha512-+e4VcEtyBFdwOit/oX4msoJ1ulTZ5g/HSUZHDCXIisfdLrbaEnE9BRLat7SvI8rKMf2Oi1luJINNISgEHZNPCQ==", + "version": "2.0.18", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/2.0.18/2bf192a54cd3413f96de6c4fa10596a899ec97ea", + "integrity": "sha512-uJzYiftIHZRGjDBTAiGZK6xkXpvmHiQuFYxNlDD/TYPyNrSZFZSU7N2su+cnwgXlQlKNBtzor5roqFsIbUMwSw==", "dependencies": { "@algolia/autocomplete-core": "^1.10.0", "@algolia/autocomplete-plugin-recent-searches": "^1.17.0", diff --git a/package.json b/package.json index de22378162..2b0e55946c 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.18-alpha.5", + "@arduino/docs-arduino-cc": "^2.0.18", "gatsby": "^5.11.0", "gatsby-background-image": "^1.6.0", "gatsby-image": "^3.11.0",