Skip to content

Commit

Permalink
Merge pull request #233 from bitmovin/release/v0.11.0
Browse files Browse the repository at this point in the history
Release 0.11.0
  • Loading branch information
rolandkakonyi authored Sep 11, 2023
2 parents 89c6886 + 8c94c40 commit b2c7cdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/finish-release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Detect version number
id: version_number
run: |
version_number="$(npm view bitmovin-player-react-native version)"
version_number="$(jq --raw-output '.version' package.json)"
echo "Detected version number: $version_number"
echo "version_number=$version_number" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Bump package.json version
run: |
npm version ${{ inputs.version_number }} --no-git-tag-version
yarn version --new-version ${{ inputs.version_number }} --no-git-tag-version
- name: Update Podfile.lock
run: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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 b2c7cdb

Please sign in to comment.