v1.0.1
v1.0.1: Bug Fixes
There was some bugs leading to 7,6k API calls to our CMS. This is less than optimal. The issue was that the useEffect was not written correctly. This version has two important updates:
- Reduce the amount of API calls
- Loading page for the user
What's Changed
- build(deps): bump next-sanity from 5.1.0 to 5.1.1 by @dependabot in #28
- Mobile first styling by @KjetilIN in #29
- build(deps): bump @types/node from 20.4.0 to 20.4.1 by @dependabot in #32
- Fix fetch bug to sanity by @KjetilIN in #36
- build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #35
- Create CODEOWNERS by @KjetilIN in #39
- Number of API calls reduced by @KjetilIN in #41
- Loading page by @KjetilIN in #42
New Contributors
- @dependabot made their first contribution in #28
Full Changelog: v1.0.0...v1.0.1