Skip to content

Commit bebfdc9

Browse files
chore: release 2.1.0
1 parent 46a1d50 commit bebfdc9

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
# 2.1.0 (2026-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* add eslint-plugin-jest required by @react-native/eslint-config ([3b58d47](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/3b58d47d0ea42cecac4a76d4db82e1536167b697))
9+
* remove workspaces — incompatible with private:false in yarn v1 ([52808cd](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/52808cdc3130d8f2442e199e80a5aae8251a20ea))
10+
* unit tests ([46a1d50](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/46a1d5096d27b0862da84a7915c0c084430bcd84))
11+
* unit tests ([adbb69b](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/adbb69b98df24d8be9b93895804bc55c942e9a7a))
12+
* unit tests ([6b12e78](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/6b12e78115f2741c01c5e06cb027ef4e96463abc))
13+
14+
15+
### Features
16+
17+
* added lints and unit tests ([9c301f1](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/9c301f1a5269b6f57a8b891ced76ed7b2db55ac4))
18+
* refactoring ([10e51fa](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/10e51fa08532b798f23063709655f65e1d6a54ce))
19+
320
All notable changes to this project will be documented in this file.
421

522
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@think-grid-labs/react-native-starter-auth",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Production-ready React Native authentication starter — secure Keychain token storage, full auth flows, zero Redux.",
55
"private": false,
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)