diff --git a/.changeset/calm-mugs-fly.md b/.changeset/calm-mugs-fly.md deleted file mode 100644 index efc3f7151..000000000 --- a/.changeset/calm-mugs-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrouxds/astro-web-components": patch ---- - -fix: rux-pop-up resolve console log error diff --git a/.changeset/silent-suns-mate.md b/.changeset/silent-suns-mate.md deleted file mode 100644 index dbddfd828..000000000 --- a/.changeset/silent-suns-mate.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"angular-workspace": minor -"@astrouxds/angular": minor -"astro-angular": minor -"astro-react": minor -"astro-vue": minor -"@astrouxds/react": minor -"@astrouxds/astro-web-components": minor ---- - -Updated timeline BETA to support Month and Week intervals for displaying data and allow zoom to be < 1 diff --git a/.husky/post-checkout b/.husky/post-checkout deleted file mode 100644 index c37815e2b..000000000 --- a/.husky/post-checkout +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/post-checkout'.\n"; exit 2; } -git lfs post-checkout "$@" diff --git a/.husky/post-commit b/.husky/post-commit deleted file mode 100644 index d7d78f4e1..000000000 --- a/.husky/post-commit +++ /dev/null @@ -1,3 +0,0 @@ -!/bin/sh -command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/post-commit'.\n"; exit 2; } -git lfs post-commit "$@" diff --git a/.husky/post-merge b/.husky/post-merge deleted file mode 100644 index c99b752a5..000000000 --- a/.husky/post-merge +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/post-merge'.\n"; exit 2; } -git lfs post-merge "$@" diff --git a/.husky/pre-commit b/.husky/pre-commit index 35d691878..0fef760dc 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx pretty-quick --staged +npx pretty-quick --staged \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push index 216e91527..5662da5c5 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,3 +1,5 @@ -#!/bin/sh -command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/pre-push'.\n"; exit 2; } -git lfs pre-push "$@" +# #!/bin/sh +# . "$(dirname "$0")/_/husky.sh" + +# echo "Running Tests" +# npx lerna run test.unit -- --changedSince=main --passWithNoTests \ No newline at end of file