Skip to content

Commit 6b8eac9

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/preserve-references-of-unchanged-collection-items
2 parents 3c424a5 + 7c85dfa commit 6b8eac9

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches: [main]
66

7+
permissions:
8+
# Required for OIDC: https://docs.npmjs.com/trusted-publishers
9+
id-token: write
10+
contents: read
11+
712
# Ensure that only one instance of this workflow executes at a time.
813
# If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending.
914
concurrency: ${{ github.workflow }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.3
1+
24.11.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-onyx",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"author": "Expensify, Inc.",
55
"homepage": "https://expensify.com",
66
"description": "State management for React Native",

0 commit comments

Comments
 (0)