From 026c255e3226f13ef0680e3eac452827ecdf557b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 31 Dec 2023 12:22:35 +0000 Subject: [PATCH 1/5] chore(release): 1.5.0 [ci skip] # [1.5.0](https://github.com/Bugs5382/project-app-setup/compare/v1.4.4...v1.5.0) (2023-12-31) ### Features * --same-folder // -sf ([76dc97c](https://github.com/Bugs5382/project-app-setup/commit/76dc97c7accca866c1bdbda3a170187ecc5039c4)), closes [#19](https://github.com/Bugs5382/project-app-setup/issues/19) * cli ([58d9761](https://github.com/Bugs5382/project-app-setup/commit/58d97613f0ca408032b80c82918de7d9c09aeb96)) * git creation ([930af92](https://github.com/Bugs5382/project-app-setup/commit/930af928e7596b973eef9703a2542bb6e024eda7)) * git working now ([70d1e9c](https://github.com/Bugs5382/project-app-setup/commit/70d1e9c8d7d8518317819c1f42894b0cbecc9492)), closes [#18](https://github.com/Bugs5382/project-app-setup/issues/18) [#18](https://github.com/Bugs5382/project-app-setup/issues/18) [#17](https://github.com/Bugs5382/project-app-setup/issues/17) * more git stuff ([6c10ef9](https://github.com/Bugs5382/project-app-setup/commit/6c10ef95dc614fc42c2d099b4bd168927dc522c7)) * package.json check ([75f6e34](https://github.com/Bugs5382/project-app-setup/commit/75f6e34882294707770632dc9fabcb172c4c7d8b)) * package.json check ([#21](https://github.com/Bugs5382/project-app-setup/issues/21)) ([3b720c2](https://github.com/Bugs5382/project-app-setup/commit/3b720c2a3aa27e9622d4fa171fcb7a6c544f1316)) * same folder and git init ([#20](https://github.com/Bugs5382/project-app-setup/issues/20)) ([f0a9c87](https://github.com/Bugs5382/project-app-setup/commit/f0a9c87c7853a5938b54844a36f6cb9c04701c3e)) * updates ([#22](https://github.com/Bugs5382/project-app-setup/issues/22)) ([e7f5290](https://github.com/Bugs5382/project-app-setup/commit/e7f529064cbc90f77bea96a98346edef55d306f5)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 830a316..152f8f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.5.0](https://github.com/Bugs5382/project-app-setup/compare/v1.4.4...v1.5.0) (2023-12-31) + + +### Features + +* --same-folder // -sf ([76dc97c](https://github.com/Bugs5382/project-app-setup/commit/76dc97c7accca866c1bdbda3a170187ecc5039c4)), closes [#19](https://github.com/Bugs5382/project-app-setup/issues/19) +* cli ([58d9761](https://github.com/Bugs5382/project-app-setup/commit/58d97613f0ca408032b80c82918de7d9c09aeb96)) +* git creation ([930af92](https://github.com/Bugs5382/project-app-setup/commit/930af928e7596b973eef9703a2542bb6e024eda7)) +* git working now ([70d1e9c](https://github.com/Bugs5382/project-app-setup/commit/70d1e9c8d7d8518317819c1f42894b0cbecc9492)), closes [#18](https://github.com/Bugs5382/project-app-setup/issues/18) [#18](https://github.com/Bugs5382/project-app-setup/issues/18) [#17](https://github.com/Bugs5382/project-app-setup/issues/17) +* more git stuff ([6c10ef9](https://github.com/Bugs5382/project-app-setup/commit/6c10ef95dc614fc42c2d099b4bd168927dc522c7)) +* package.json check ([75f6e34](https://github.com/Bugs5382/project-app-setup/commit/75f6e34882294707770632dc9fabcb172c4c7d8b)) +* package.json check ([#21](https://github.com/Bugs5382/project-app-setup/issues/21)) ([3b720c2](https://github.com/Bugs5382/project-app-setup/commit/3b720c2a3aa27e9622d4fa171fcb7a6c544f1316)) +* same folder and git init ([#20](https://github.com/Bugs5382/project-app-setup/issues/20)) ([f0a9c87](https://github.com/Bugs5382/project-app-setup/commit/f0a9c87c7853a5938b54844a36f6cb9c04701c3e)) +* updates ([#22](https://github.com/Bugs5382/project-app-setup/issues/22)) ([e7f5290](https://github.com/Bugs5382/project-app-setup/commit/e7f529064cbc90f77bea96a98346edef55d306f5)) + ## [1.4.4](https://github.com/Bugs5382/project-app-setup/compare/v1.4.3...v1.4.4) (2023-12-30) diff --git a/package.json b/package.json index a9bd0b1..aeaef40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@the-rabbit-hole/app-setup", - "version": "1.4.4", + "version": "1.5.0", "description": "A simple NPM package released under my org-scope that creates apps with my standard tools.", "main": "./dist/index.js", "bin": { From 8032059ee91aa815dfd8ec627937879bd0d73a10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jan 2024 13:40:31 +0000 Subject: [PATCH 2/5] chore(release): 1.5.1 [ci skip] ## [1.5.1](https://github.com/Bugs5382/project-app-setup/compare/v1.5.0...v1.5.1) (2024-01-01) ### Bug Fixes * 2 fixes done ([#27](https://github.com/Bugs5382/project-app-setup/issues/27)) ([5d7dfe7](https://github.com/Bugs5382/project-app-setup/commit/5d7dfe71c02a96efa5096be355a57b4c240f3dea)) * CODE OWNERS replacement ([9412eeb](https://github.com/Bugs5382/project-app-setup/commit/9412eeb53f6d19df2c638b099d4b6cb7d70e0f42)) * CODE OWNERS replacement ([#25](https://github.com/Bugs5382/project-app-setup/issues/25)) ([21f046d](https://github.com/Bugs5382/project-app-setup/commit/21f046df19c75bd27661cac7ff42f385f315cef0)), closes [#23](https://github.com/Bugs5382/project-app-setup/issues/23) * url now set correctly ([c78058e](https://github.com/Bugs5382/project-app-setup/commit/c78058e0deb09458ae8294d700b4cf51318e6a9e)) * url now set correctly ([#26](https://github.com/Bugs5382/project-app-setup/issues/26)) ([9f5f111](https://github.com/Bugs5382/project-app-setup/commit/9f5f111974160e47ce14d32584b78a9d0d35f958)), closes [#24](https://github.com/Bugs5382/project-app-setup/issues/24) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152f8f0..63137c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.5.1](https://github.com/Bugs5382/project-app-setup/compare/v1.5.0...v1.5.1) (2024-01-01) + + +### Bug Fixes + +* 2 fixes done ([#27](https://github.com/Bugs5382/project-app-setup/issues/27)) ([5d7dfe7](https://github.com/Bugs5382/project-app-setup/commit/5d7dfe71c02a96efa5096be355a57b4c240f3dea)) +* CODE OWNERS replacement ([9412eeb](https://github.com/Bugs5382/project-app-setup/commit/9412eeb53f6d19df2c638b099d4b6cb7d70e0f42)) +* CODE OWNERS replacement ([#25](https://github.com/Bugs5382/project-app-setup/issues/25)) ([21f046d](https://github.com/Bugs5382/project-app-setup/commit/21f046df19c75bd27661cac7ff42f385f315cef0)), closes [#23](https://github.com/Bugs5382/project-app-setup/issues/23) +* url now set correctly ([c78058e](https://github.com/Bugs5382/project-app-setup/commit/c78058e0deb09458ae8294d700b4cf51318e6a9e)) +* url now set correctly ([#26](https://github.com/Bugs5382/project-app-setup/issues/26)) ([9f5f111](https://github.com/Bugs5382/project-app-setup/commit/9f5f111974160e47ce14d32584b78a9d0d35f958)), closes [#24](https://github.com/Bugs5382/project-app-setup/issues/24) + # [1.5.0](https://github.com/Bugs5382/project-app-setup/compare/v1.4.4...v1.5.0) (2023-12-31) diff --git a/package.json b/package.json index cfe6d75..afccf4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@the-rabbit-hole/app-setup", - "version": "1.5.0", + "version": "1.5.1", "description": "A simple NPM package released under my org-scope that creates apps with my standard tools.", "main": "./dist/index.js", "bin": { From 9828af1de8e8753bff0a8b283134689bea89df47 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 1 Jan 2024 15:25:13 +0000 Subject: [PATCH 3/5] chore(release): 1.5.2 [ci skip] ## [1.5.2](https://github.com/Bugs5382/project-app-setup/compare/v1.5.1...v1.5.2) (2024-01-01) ### Bug Fixes * +x added to the build-types.sh file ([ad44f15](https://github.com/Bugs5382/project-app-setup/commit/ad44f1507e0591c2de6f6385cc4e657497614b83)) * 3 fixes ([#32](https://github.com/Bugs5382/project-app-setup/issues/32)) ([be57b51](https://github.com/Bugs5382/project-app-setup/commit/be57b5199555cc8b7644358ddeb41f5098e7a049)), closes [#31](https://github.com/Bugs5382/project-app-setup/issues/31) [#28](https://github.com/Bugs5382/project-app-setup/issues/28) [#29](https://github.com/Bugs5382/project-app-setup/issues/29) * 3 fixes ([#33](https://github.com/Bugs5382/project-app-setup/issues/33)) ([4cff857](https://github.com/Bugs5382/project-app-setup/commit/4cff85706ec17926f12498aa1ec1282f4a5a143a)) * removed quotes out of git message ([eb51c02](https://github.com/Bugs5382/project-app-setup/commit/eb51c0205f450161a10ee5f2c89f3cf47228f340)) * spelling mistake in var ([db2b350](https://github.com/Bugs5382/project-app-setup/commit/db2b350116fa718fceb5a0fe754888e0a64ce8fd)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63137c5..804abf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.5.2](https://github.com/Bugs5382/project-app-setup/compare/v1.5.1...v1.5.2) (2024-01-01) + + +### Bug Fixes + +* +x added to the build-types.sh file ([ad44f15](https://github.com/Bugs5382/project-app-setup/commit/ad44f1507e0591c2de6f6385cc4e657497614b83)) +* 3 fixes ([#32](https://github.com/Bugs5382/project-app-setup/issues/32)) ([be57b51](https://github.com/Bugs5382/project-app-setup/commit/be57b5199555cc8b7644358ddeb41f5098e7a049)), closes [#31](https://github.com/Bugs5382/project-app-setup/issues/31) [#28](https://github.com/Bugs5382/project-app-setup/issues/28) [#29](https://github.com/Bugs5382/project-app-setup/issues/29) +* 3 fixes ([#33](https://github.com/Bugs5382/project-app-setup/issues/33)) ([4cff857](https://github.com/Bugs5382/project-app-setup/commit/4cff85706ec17926f12498aa1ec1282f4a5a143a)) +* removed quotes out of git message ([eb51c02](https://github.com/Bugs5382/project-app-setup/commit/eb51c0205f450161a10ee5f2c89f3cf47228f340)) +* spelling mistake in var ([db2b350](https://github.com/Bugs5382/project-app-setup/commit/db2b350116fa718fceb5a0fe754888e0a64ce8fd)) + ## [1.5.1](https://github.com/Bugs5382/project-app-setup/compare/v1.5.0...v1.5.1) (2024-01-01) diff --git a/package.json b/package.json index afccf4b..333e7e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@the-rabbit-hole/app-setup", - "version": "1.5.1", + "version": "1.5.2", "description": "A simple NPM package released under my org-scope that creates apps with my standard tools.", "main": "./dist/index.js", "bin": { From f5be98b7befd12cd44ae84f1e737699e425fdc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBugs5382=E2=80=9D?= Date: Wed, 3 Jan 2024 14:32:01 -0500 Subject: [PATCH 4/5] fix: minor issues found --- src/modules/npm.ts | 2 +- template/vite/{.gitignore => gitignore} | 0 template/vite/src/app.tsx | 1 - template/vite/src/main.tsx | 6 +----- 4 files changed, 2 insertions(+), 7 deletions(-) rename template/vite/{.gitignore => gitignore} (100%) diff --git a/src/modules/npm.ts b/src/modules/npm.ts index f0e6f61..905ded3 100644 --- a/src/modules/npm.ts +++ b/src/modules/npm.ts @@ -123,7 +123,7 @@ export const generatePackageJson = (params: GeneratePackageJsonParams, input: Ge ...finalPackage, repository: { type: 'git', - url: `git+${params.gitUrl as string}` + url: `git+${params.gitUrl as string}.git` }, keywords: params.keywords, author: params.author, diff --git a/template/vite/.gitignore b/template/vite/gitignore similarity index 100% rename from template/vite/.gitignore rename to template/vite/gitignore diff --git a/template/vite/src/app.tsx b/template/vite/src/app.tsx index 5b222b3..72c91eb 100644 --- a/template/vite/src/app.tsx +++ b/template/vite/src/app.tsx @@ -1,7 +1,6 @@ // @ts-nocheck import React from "react"; import * as ReactDOM from "react-dom/client"; -import Loader from "./components/loader.tsx"; import { defaultLang } from "./core/i18n.ts"; import { Main } from "./main.tsx"; import "../src/core/i18n.ts"; diff --git a/template/vite/src/main.tsx b/template/vite/src/main.tsx index a93bcf4..50571d7 100644 --- a/template/vite/src/main.tsx +++ b/template/vite/src/main.tsx @@ -9,9 +9,7 @@ import { setContext } from "@apollo/client/link/context"; import * as React from "react"; import { createBrowserRouter, RouterProvider } from "react-router-dom"; import { ToastContainer } from "react-toastify"; -import { CartProvider } from "./context/cartContext.tsx"; import { accessEnv } from "./helpers/accessEnv.ts"; -import Layout from "./components/layout.tsx"; import { getLocalStorage } from "./helpers/localStroage.ts"; import "./index.css"; import "@fortawesome/fontawesome-svg-core/styles.css"; @@ -62,9 +60,7 @@ export const Main: React.FC> = (props) => { toastClassName="toast-container" style={{ width: "50rem" }} /> - - - + ); From a8267d53a50ac09df92b66a19338485d864a3fda Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jan 2024 19:33:31 +0000 Subject: [PATCH 5/5] chore(release): 1.5.3 [ci skip] ## [1.5.3](https://github.com/Bugs5382/project-app-setup/compare/v1.5.2...v1.5.3) (2024-01-03) ### Bug Fixes * minor issues found ([f5be98b](https://github.com/Bugs5382/project-app-setup/commit/f5be98b7befd12cd44ae84f1e737699e425fdc3d)) * minor issues found ([#34](https://github.com/Bugs5382/project-app-setup/issues/34)) ([1048efa](https://github.com/Bugs5382/project-app-setup/commit/1048efa4acd685ad3373bd76fdad86d798751428)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804abf5..b444dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.5.3](https://github.com/Bugs5382/project-app-setup/compare/v1.5.2...v1.5.3) (2024-01-03) + + +### Bug Fixes + +* minor issues found ([f5be98b](https://github.com/Bugs5382/project-app-setup/commit/f5be98b7befd12cd44ae84f1e737699e425fdc3d)) +* minor issues found ([#34](https://github.com/Bugs5382/project-app-setup/issues/34)) ([1048efa](https://github.com/Bugs5382/project-app-setup/commit/1048efa4acd685ad3373bd76fdad86d798751428)) + ## [1.5.2](https://github.com/Bugs5382/project-app-setup/compare/v1.5.1...v1.5.2) (2024-01-01) diff --git a/package.json b/package.json index 333e7e3..0965d2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@the-rabbit-hole/app-setup", - "version": "1.5.2", + "version": "1.5.3", "description": "A simple NPM package released under my org-scope that creates apps with my standard tools.", "main": "./dist/index.js", "bin": {