From 1e354b75da974dfd6a2b99285da14657d81690f7 Mon Sep 17 00:00:00 2001 From: "p3ol-release-manager[bot]" <257774587+p3ol-release-manager[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 08:29:37 +0000 Subject: [PATCH] chore(release): 1.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 139bf937..4f2ea6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +### [1.2.2](https://github.com/p3ol/react-native-access/compare/v1.2.1...v1.2.2) (2026-05-06) + + +### Bug Fixes + +* codegen prepare command ([6ccccd6](https://github.com/p3ol/react-native-access/commit/6ccccd6)) +* update gem & pod lockfiles ([ec1e81a](https://github.com/p3ol/react-native-access/commit/ec1e81a)) +* upgrade compat to RN 0.83.9 ([9651ef5](https://github.com/p3ol/react-native-access/commit/9651ef5)) + + ### [1.2.1](https://github.com/p3ol/react-native-access/compare/v1.2.0...v1.2.1) (2026-04-29) diff --git a/package.json b/package.json index d8b28e37..427f39c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poool/react-native-access", - "version": "1.2.1", + "version": "1.2.2", "description": "Poool Access, but for React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",