Skip to content

Commit

Permalink
Merge pull request #523 from ShaggyTech/next
Browse files Browse the repository at this point in the history
Merge branch next into main
  • Loading branch information
ShaggyTech committed May 7, 2023
2 parents 7764db9 + 050c44c commit ecc34d4
Show file tree
Hide file tree
Showing 146 changed files with 2,649 additions and 1,126 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-hornets-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shaggytools/nhtsa-api-wrapper": patch
---

Refactor useNHTSA, rename cacheUrl -> createCachedUrl
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:

env:
PATH_BUILD_DOCS: ./apps/docs/src/.vitepress/dist
PATH_BUILD_DOCS: ./apps/docs/.vitepress/dist
PATH_BUILD_LIB: ./packages/lib/dist
CACHE_PATHS_BUILD: |
./apps/docs/pages/.vitepress/dist
./apps/docs/.vitepress/dist
./packages/lib/dist
CACHE_KEY_BUILD: build-${{ github.sha }}
# To use Remote Caching, uncomment the next lines and follow the steps below.
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/deploy-docs.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/deployment.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/development.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/master.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
.env
.vercel
Loading

1 comment on commit ecc34d4

@vercel
Copy link

@vercel vercel bot commented on ecc34d4 May 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.