Skip to content

Commit

Permalink
chore(release): bump to v1.9.0
Browse files Browse the repository at this point in the history
feat(printText): add text alignment (start, center, end)
  • Loading branch information
guhungry committed Oct 26, 2024
1 parent a6a86fb commit 8c78440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8c78440

Please sign in to comment.