Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,31 @@ jobs:
release:
permissions:
contents: write # to create release (changesets/action)
id-token: write # Required for provenance
id-token: write # required for OIDC, Trusted Publishing, and Provenance
pull-requests: write # to create pull request (changesets/action)
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

- name: Setup Node.js 20
- name: Setup Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20
node-version-file: '.nvmrc'

- name: Install Dependencies
run: yarn

- name: Update npm
run: npm install -g npm@latest # to ensure Trusted Publishing works correctly

- name: Create Release Pull Request or Publish to NPM
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
with:
version: yarn version-packages
publish: yarn publish-packages
commit: "chore(release): version packages"
title: "chore(release): version packages"
commit: 'chore(release): version packages'
title: 'chore(release): version packages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
lts/krypton
8 changes: 4 additions & 4 deletions apps/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ PODS:
- React-RCTFBReactNativeSpec
- ReactCommon/turbomodule/core
- SocketRocket
- react-native-bottom-tabs (1.1.0):
- react-native-bottom-tabs (1.2.0):
- boost
- DoubleConversion
- fast_float
Expand All @@ -1766,7 +1766,7 @@ PODS:
- React-graphics
- React-ImageManager
- React-jsi
- react-native-bottom-tabs/common (= 1.1.0)
- react-native-bottom-tabs/common (= 1.2.0)
- React-NativeModulesApple
- React-RCTFabric
- React-renderercss
Expand All @@ -1778,7 +1778,7 @@ PODS:
- SocketRocket
- SwiftUIIntrospect (~> 1.0)
- Yoga
- react-native-bottom-tabs/common (1.1.0):
- react-native-bottom-tabs/common (1.2.0):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2842,7 +2842,7 @@ SPEC CHECKSUMS:
React-logger: a3cb5b29c32b8e447b5a96919340e89334062b48
React-Mapbuffer: 9d2434a42701d6144ca18f0ca1c4507808ca7696
React-microtasksnativemodule: 75b6604b667d297292345302cc5bfb6b6aeccc1b
react-native-bottom-tabs: e33312fc663d163f0be73d3474dfb448ba38dad8
react-native-bottom-tabs: 5b7b8ee99ea2f19a496cabe8f6ec322b4d86c28d
react-native-safe-area-context: c6e2edd1c1da07bdce287fa9d9e60c5f7b514616
React-NativeModulesApple: 879fbdc5dcff7136abceb7880fe8a2022a1bd7c3
React-oscompat: 93b5535ea7f7dff46aaee4f78309a70979bdde9d
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"useTabs": false
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10"
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0"
}
}
2 changes: 1 addition & 1 deletion packages/expo-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-bottom-tabs.git"
"url": "git+https://github.com/callstack/react-native-bottom-tabs.git"
},
"jest": {
"preset": "jest-expo"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-bottom-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-bottom-tabs.git"
"url": "git+https://github.com/callstack/react-native-bottom-tabs.git"
},
"author": "Oskar Kwasniewski <oskarkwasniewski@icloud.com> (https://github.com/okwasniewski)",
"license": "MIT",
"bugs": {
"url": "https://github.com/callstackincubator/react-native-bottom-tabs/issues"
"url": "https://github.com/callstack/react-native-bottom-tabs/issues"
},
"homepage": "https://github.com/callstackincubator/react-native-bottom-tabs#readme",
"homepage": "https://github.com/callstack/react-native-bottom-tabs#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/callstackincubator/react-native-bottom-tabs.git"
"url": "git+https://github.com/callstack/react-native-bottom-tabs.git"
},
"author": "Oskar Kwasniewski <oskarkwasniewski@icloud.com> (https://github.com/okwasniewski)",
"license": "MIT",
"bugs": {
"url": "https://github.com/callstackincubator/react-native-bottom-tabs/issues"
"url": "https://github.com/callstack/react-native-bottom-tabs/issues"
},
"homepage": "https://github.com/callstackincubator/react-native-bottom-tabs#readme",
"homepage": "https://github.com/callstack/react-native-bottom-tabs#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
Loading
Loading