Releases: scriptified/scriptified.dev
Releases · scriptified/scriptified.dev
v2.4.0
What's Changed
- ⬆️ Bump follow-redirects from 1.14.3 to 1.15.1 by @dependabot in #98
- ⬆️ Bump nanoid from 3.1.30 to 3.3.4 by @dependabot in #97
- ⬆️ Bump terser from 4.8.0 to 4.8.1 by @dependabot in #96
- ⬆️ Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #95
- build(next): update next to v12.2.0 by @gupta-ji6 in #99
- scripts(email_issue): add links in author by @gupta-ji6 in #82
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- build(tailwind): upgrade tailwind to v3.1.6 by @hussamkhatib in #88
- docs: add hussamkhatib as a contributor for code, design, maintenance by @allcontributors in #94
New Contributors
- @hussamkhatib made their first contribution in #88
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- feat(tailwindcss): upgrade to tailwindcss v2.x by @gupta-ji6 in #73
- Improve typography accessibility by @prateek3255 in #81
Full Changelog: v2.1.6...v2.2.0
v2.1.6 - Replace GIF with Video ⚡️
What's Changed
- ⚡ perf: replace gif with videos #69 by @gupta-ji6 in #79
Full Changelog: v2.1.5...v2.1.6
v2.1.5 - NextJs 12
v2.1.4
What's Changed
- ⬆️ Bump axios from 0.21.1 to 0.21.2 by @dependabot in #68
- Fixed linting related issues #71 by @hinogi in #72
- refactor: share link a11y label fixes & refactor by @anuraghazra in #60
- docs: add hinogi as a contributor for code by @allcontributors in #74
- docs: add anuraghazra as a contributor for code, a11y by @allcontributors in #75
- 👥 add CODEOWNERS by @gupta-ji6 in #77
- build: Add a GitHub Action to validate PR's by @gupta-ji6 in #27
- feat: add authors with hyperlinks in all issue items #70 by @gupta-ji6 in #76
- updated ayush's description by @gupta-ji6 in #78
New Contributors
- @hinogi made their first contribution in #72
- @anuraghazra made their first contribution in #60
Full Changelog: v2.1.3...v2.1.4
v2.1.3
Updates ✨
- ♻️ Add default logo for tools #67 @prateek3255
v2.1.2 - Next 11
- 💄 Fix issue item width @prateek3255 #65
- ⏫ Upgrade to Next.js 11 and use its ESLint defaults @prateek3255 #65
v2.1.1 - Make code snippet optional
🐛 Bug Fixes
- Make code snippet optional in tip of the week @prateek3255 #64
v2.1 - Handle Null Sections in Issues
We decided to add the ability to keep some sections null
in some issues if we like. The update loop for the 'Dev Of The Week' wasn't fast as expected and our issues were getting delayed because of it.
Hence, we decided to skip the Dev Of The Week section for some upcoming issues until we figure out a better way to do it.
This version handles the ability to do that & skip section without breaking anything.