Skip to content

Commit

Permalink
chore: trigger release for previous chore commits (#1115)
Browse files Browse the repository at this point in the history
* script

* docs(changeset): dependencies bump and multiset type fix
  • Loading branch information
krizzu committed Jul 11, 2024
1 parent d3581df commit 8bf1526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mighty-trains-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-native-async-storage/async-storage": minor
---

dependencies bump and multiset type fix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:ts": "turbo run test:ts",
"test:format": "prettier --check --loglevel warn $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')",
"release:version": "changeset version",
"release:publish": "changeset release"
"release:publish": "changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down

0 comments on commit 8bf1526

Please sign in to comment.