From 983d96d77a6fa9040a41b7dc1140e7f4ceaf4a2b Mon Sep 17 00:00:00 2001 From: Ge Yang Date: Sat, 10 Aug 2024 05:42:45 -0400 Subject: [PATCH 1/3] fix: bump version, commit lint fails --- .idea/.gitignore | 5 ++ .idea/codeStyles/Project.xml | 59 +++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 ++ .idea/inspectionProfiles/Project_Default.xml | 6 ++ .idea/modules.xml | 8 +++ .idea/react-helmet-async.iml | 12 ++++ .idea/vcs.xml | 6 ++ commitlint.config.js => commitlint.config.cjs | 0 package.json | 8 +-- 9 files changed, 105 insertions(+), 4 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/react-helmet-async.iml create mode 100644 .idea/vcs.xml rename commitlint.config.js => commitlint.config.cjs (100%) diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..b58b603f --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..90122a37 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..79ee123c --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..03d9549e --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..b6fc934d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/react-helmet-async.iml b/.idea/react-helmet-async.iml new file mode 100644 index 00000000..24643cc3 --- /dev/null +++ b/.idea/react-helmet-async.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/commitlint.config.js b/commitlint.config.cjs similarity index 100% rename from commitlint.config.js rename to commitlint.config.cjs diff --git a/package.json b/package.json index abdeb947..b5a1d671 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "react-helmet-async", - "version": "2.0.4", + "name": "@vuer-ai/react-helmet-async", + "version": "2.0.6", "description": "Thread-safe Helmet for React 16+ and friends", "sideEffects": false, - "main": "./lib/index.js", - "module": "./lib/index.esm.js", + "main": "./lib/index.esm.js", + "type": "module", "typings": "./lib/index.d.ts", "repository": "http://github.com/staylor/react-helmet-async", "author": "Scott Taylor ", From cd7dfd941a8594609a4a8de82f7780b3de80caf9 Mon Sep 17 00:00:00 2001 From: Ge Yang Date: Sat, 10 Aug 2024 05:43:20 -0400 Subject: [PATCH 2/3] fix: update gitignore --- .idea/.gitignore | 5 -- .idea/codeStyles/Project.xml | 59 -------------------- .idea/codeStyles/codeStyleConfig.xml | 5 -- .idea/inspectionProfiles/Project_Default.xml | 6 -- .idea/modules.xml | 8 --- .idea/react-helmet-async.iml | 12 ---- .idea/vcs.xml | 6 -- 7 files changed, 101 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/react-helmet-async.iml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603f..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 90122a37..00000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c..00000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549e..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b6fc934d..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/react-helmet-async.iml b/.idea/react-helmet-async.iml deleted file mode 100644 index 24643cc3..00000000 --- a/.idea/react-helmet-async.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From 9390563a9f96d2714d67e6aaab7dec29f4fdabc2 Mon Sep 17 00:00:00 2001 From: Ge Yang Date: Sat, 10 Aug 2024 05:44:40 -0400 Subject: [PATCH 3/3] fix: downgrade version, for PR --- .gitignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3063f07d..fc903d29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.idea lib node_modules diff --git a/package.json b/package.json index b5a1d671..51ef97b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@vuer-ai/react-helmet-async", - "version": "2.0.6", + "name": "react-helmet-async", + "version": "2.0.5", "description": "Thread-safe Helmet for React 16+ and friends", "sideEffects": false, "main": "./lib/index.esm.js",