Releases: react-native-community/needs-attention
Releases · react-native-community/needs-attention
v2.0.0
Note: 📢 This is a BREAKING release
Needs Attention v2.0.0
🥳🎉
What's Changed 😃
Breaking:
- Bump
Node.js
tov16
- Bump
actions/checkout
tov3
- Add and set up TypeScript
- Refactor to use Types
- Rename
need-attention.js
toindex.ts
- Removed
node_modules
that was checked out 😅 and instead, - Use -D
@vercel/ncc
to generate fully compiled dist (with deps)⚡🚀
-- w/ ❤️ from @Pranav-yadav & 🐼
Changelog 📄
Click to expand
- Add
.gitignore
:) to ignorenode_modules
34b96fe by @Pranav-yadav - Add prettier formatting 3030978 by @Pranav-yadav
- Delete
node_modules
:) a783ffa by @Pranav-yadav in #7 - Format 🌈 f2adeba by @Pranav-yadav
- Improve logging 3bb1c3a by @Pranav-yadav
- [BREAKING] Bump
Node.js
tov16.0.0
4d38bf2 by @Pranav-yadav in #7 - [BREAKING] Bump
actions/checkout
tov3
29d548f by @Pranav-yadav in #7 - [FEAT] Add TypeScript ae83988 by @Pranav-yadav in #7
- [FEAT] Use typescript 19be0c8 by @Pranav-yadav in #7
yarn upgrade
c2187cd by @Pranav-yadav- Add
@types/node
2aa78e2 by @Pranav-yadav - Using
lib/index.js
as main entry-point a1c472e by @Pranav-yadav - Add
@octokit/webhooks-definitions
TS 4a2d2dc by @Pranav-yadav - Type variables 43886ae by @Pranav-yadav
- rm
@octokit/webhooks-definitions
TS 688dd7a by @Pranav-yadav - [FEAT] Build needs-attention a0a16ab by @Pranav-yadav
- Update readme to use
actions/checkout@v3
2389403 by @Pranav-yadav - Use
@vercel/ncc
to generate fully compiled dist 8b354e0 by @Pranav-yadav in #9 - Generate fully compiled dist 6726d12 by @Pranav-yadav
- Publish
v2.0.0-rc.1
28c1372 by @Pranav-yadav in #13 - Fix regression in
v2.0.0-rc.1
token
->repo-token
a2db143 by @Pranav-yadav in #15 - Publish
v2.0.0-rc.2
with gh secret name regression fix 6f60b40 by @Pranav-yadav in #16 - Publish
v2.0.0
dcfe65c by @Pranav-yadav in #20
New Contributors 🎉
- @Pranav-yadav made their first contribution in #7