From 0c4cc1bea878a1498c5429da01902738d0987889 Mon Sep 17 00:00:00 2001 From: Daniel Barion Date: Thu, 13 Oct 2022 15:48:18 -0300 Subject: [PATCH 1/3] ci: remove gh page deploy from pipeline as we use from branch --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae53bf711..689e0c9ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,4 +28,3 @@ jobs: run: | yarn build yarn run semantic-release - yarn gh-pages From 428ca285ab7154deb3536248b54bc7cf5aff2888 Mon Sep 17 00:00:00 2001 From: Daniel Barion Date: Thu, 13 Oct 2022 15:48:57 -0300 Subject: [PATCH 2/3] docs: update home page inside example folder package.json --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 27a45efd6..2741ce373 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "react-tooltip-example", - "homepage": "https://wwayne.github.io/react-tooltip/", + "homepage": "https://reacttooltip.github.io/react-tooltip/", "version": "1.0.0", "license": "MIT", "dependencies": { From 71afd0045fe3ab4127bd120900a453f17dc4ad4b Mon Sep 17 00:00:00 2001 From: Daniel Barion Date: Thu, 13 Oct 2022 15:50:02 -0300 Subject: [PATCH 3/3] revert: revert the upgrade in uuid as it was breaking the examples page --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 07966e254..cd2c295d1 100755 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "prop-types": "^15.8.1", - "uuid": "9.0.0" + "uuid": "8.3.2" }, "devDependencies": { "@babel/cli": "7.19.3", diff --git a/yarn.lock b/yarn.lock index 35f91f8ea..95446e78f 100755 --- a/yarn.lock +++ b/yarn.lock @@ -11912,10 +11912,10 @@ util@~0.12.0: safe-buffer "^5.1.2" which-typed-array "^1.1.2" -uuid@9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" - integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== +uuid@8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== uuid@^3.3.2: version "3.4.0"