Skip to content

Commit 0b3d2f0

Browse files
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 workflows
1 parent 300662b commit 0b3d2f0

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

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

0 commit comments

Comments
 (0)