Skip to content

Commit

Permalink
Merge pull request #234 from bitmovin/main
Browse files Browse the repository at this point in the history
Finish release 0.11.0
  • Loading branch information
rolandkakonyi authored Sep 12, 2023
2 parents 7205ab1 + b2c7cdb commit 692bc2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.11.0] (2023-09-11)

### Added

Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ PODS:
- React-jsi (= 0.69.6-2)
- React-logger (= 0.69.6-2)
- React-perflogger (= 0.69.6-2)
- RNBitmovinPlayer (0.10.0):
- RNBitmovinPlayer (0.11.0):
- BitmovinPlayer (= 3.44.1)
- GoogleAds-IMA-iOS-SDK (= 3.18.4)
- GoogleAds-IMA-tvOS-SDK (= 4.8.2)
Expand Down Expand Up @@ -563,7 +563,7 @@ SPEC CHECKSUMS:
React-RCTText: f72442f7436fd8624494963af4906000a5465ce6
React-runtimeexecutor: f1383f6460ea3d66ed122b4defb0b5ba664ee441
ReactCommon: 7857ab475239c5ba044b7ed946ba564f2e7f1626
RNBitmovinPlayer: f3686a5df04654ca05b39260676daaf6f0aeee29
RNBitmovinPlayer: 76f82e9fbd31dfcb396085e2d1f853b255a313cd
RNCPicker: 0250e95ad170569a96f5b0555cdd5e65b9084dca
RNScreens: 4a1af06327774490d97342c00aee0c2bafb497b7
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitmovin-player-react-native",
"version": "0.10.0",
"version": "0.11.0",
"description": "Official React Native bindings for Bitmovin's mobile Player SDKs.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -47,16 +47,15 @@
"homepage": "https://github.com/bitmovin/bitmovin-player-react-native",
"repository": "https://github.com/bitmovin/bitmovin-player-react-native",
"devDependencies": {
"@babel/preset-env": "7.22.10",
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/runtime": "7.22.10",
"@commitlint/config-conventional": "17.7.0",
"@react-native-community/eslint-config": "3.1.0",
"@types/jest": "26.0.24",
"@types/lodash.omit": "4.5.0",
"@types/react": "18.0.15",
"@types/react-native": "0.69.7",
"react-native": "0.69.7",
"babel-plugin-module-resolver": "5.0.0",
"commitlint": "17.7.1",
"eslint": "8.24.0",
Expand All @@ -68,6 +67,7 @@
"metro-config": "0.72.3",
"metro-react-native-babel-preset": "0.72.3",
"prettier": "2.7.1",
"react-native": "0.69.7",
"tsup": "7.2.0",
"typescript": "4.8.4"
},
Expand Down

0 comments on commit 692bc2b

Please sign in to comment.