Skip to content

Commit

Permalink
Merge pull request #10 from journeyapps/test-prerelease
Browse files Browse the repository at this point in the history
[Workflow] Changesets prerelease
  • Loading branch information
stevensJourney authored Oct 12, 2023
2 parents d109de8 + c39af9b commit e3f64d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"powersync-example": "1.0.0",
"@journeyapps/react-native-quick-sqlite": "0.0.1-alpha.0",
"@journeyapps/powersync-react": "0.0.1-alpha.0",
"@journeyapps/powersync-sdk-common": "0.0.1-alpha.0",
"@journeyapps/powersync-sdk-react-native": "0.0.1-alpha.1"
},
"changesets": []
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dist
tsconfig.tsbuildinfo
yarn-error.log
.vscode
.DS_STORE
.DS_STORE
.idea

0 comments on commit e3f64d4

Please sign in to comment.