Skip to content

Commit 39efb02

Browse files
chore: release 2.2.0 [skip ci]
1 parent b1f8fbc commit 39efb02

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
# 2.2.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+
* sync version ([b1f8fbc](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/b1f8fbc91768f32b4c489f99f9a75fa5110c5cf7))
11+
* unit tests ([46a1d50](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/46a1d5096d27b0862da84a7915c0c084430bcd84))
12+
* unit tests ([adbb69b](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/adbb69b98df24d8be9b93895804bc55c942e9a7a))
13+
* unit tests ([6b12e78](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/6b12e78115f2741c01c5e06cb027ef4e96463abc))
14+
* unit tests and package.json ([ff548e1](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/ff548e1ba7695e718bb80f7f94793adca7ca421a))
15+
16+
17+
### Features
18+
19+
* added lints and unit tests ([9c301f1](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/9c301f1a5269b6f57a8b891ced76ed7b2db55ac4))
20+
* refactoring ([10e51fa](https://github.com/ThinkGrid-Labs/react-native-starter-auth/commit/10e51fa08532b798f23063709655f65e1d6a54ce))
21+
322
All notable changes to this project will be documented in this file.
423

524
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.1.0",
3+
"version": "2.2.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)