From 8c784402194d1007d3f57cca77712542e39895f6 Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Sat, 26 Oct 2024 13:44:09 +0700 Subject: [PATCH] chore(release): bump to v1.9.0 feat(printText): add text alignment (start, center, end) --- example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 3616b75a..fd363a62 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1237,7 +1237,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-photo-manipulator (1.8.1): + - react-native-photo-manipulator (1.9.0): - DoubleConversion - glog - hermes-engine @@ -1796,7 +1796,7 @@ SPEC CHECKSUMS: React-logger: d79b704bf215af194f5213a6b7deec50ba8e6a9b React-Mapbuffer: b982d5bba94a8bc073bda48f0d27c9b28417fae3 React-microtasksnativemodule: 2cec1d6e126598df0f165268afa231174dd1a611 - react-native-photo-manipulator: 89e1f3353ad4390570367785364733d37dbfd033 + react-native-photo-manipulator: bcee816aaed91833f8ad7608586d4a9cfeb8f108 React-nativeconfig: 8c83d992b9cc7d75b5abe262069eaeea4349f794 React-NativeModulesApple: 9f7920224a3b0c7d04d77990067ded14cee3c614 React-perflogger: 59e1a3182dca2cee7b9f1f7aab204018d46d1914 diff --git a/package.json b/package.json index 0ca07ebe..d641b143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-photo-manipulator", - "version": "1.8.1", + "version": "1.9.0", "description": "React Native Image Processing API to edit photo programmatically for Android and iOS.", "source": "./src/index.ts", "main": "./lib/commonjs/index.js",