Commit 0b3d2f0
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.0...v2.0.0) (2026-04-08)
* feat!: TypeScript rewrite with dual-format build, automated releases, lint, and demo ([36a1450](36a1450)), closes [#pages](https://github.com/mayank-patel/react-native-floating-labels/issues/pages)
### Bug Fixes
* restore top-level types condition in exports map for moduleResolution compatibility ([1dec1c3](1dec1c3))
### BREAKING CHANGES
* package now ships compiled dist/ instead of raw source.
Consumers importing from the package root directly must update to use the
published dist/ output.
- Move source to src/index.tsx, tests to __tests__/
- Add tsup build (CJS + ESM + .d.ts), dual exports map in package.json
- Add semantic-release with beta prerelease channel support
- Add ESLint (typescript-eslint, react, react-hooks) + Prettier + Husky pre-commit
- Add CI, Release, and Deploy Demo GitHub Actions workflows1 parent 300662b commit 0b3d2f0
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments