Skip to content

Commit e77c573

Browse files
committed
Merge branch 'main' of https://github.com/journeyapps/powersync-react-native-sdk into lib/attachments
2 parents 688efd5 + 3f2acd9 commit e77c573

File tree

12 files changed

+131
-409
lines changed

12 files changed

+131
-409
lines changed

.prettierignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Ignore all node_modules
2+
**/node_modules/**
3+
4+
# Autogenerated files
5+
**/.expo/**
6+
**/.next/**
7+
**/.idea/**
8+
**/.fleet/**
9+
10+
# Other
11+
**/android/**
12+
**/assets/**
13+
**/bin/**
14+
**/ios/**

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"printWidth": 120,
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"bracketSameLine": true,
6+
"trailingComma": "none"
7+
}

packages/powersync-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @journeyapps/powersync-react
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 210de9d: Bump version for Beta release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [210de9d]
12+
- @journeyapps/powersync-sdk-common@0.1.0
13+
314
## 0.0.2
415

516
### Patch Changes

packages/powersync-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React components for PowerSync
22

3-
This package is currently in an alpha release. Functionality could change dramatically in future releases. Certain functions may be partially implemented or buggy.
3+
This package is currently in a beta release.
44

55
## Context
66
Configure a PowerSync DB connection and add it to a context provider.

packages/powersync-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps/powersync-react",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://docs.powersync.co/resources/api-reference",
2626
"dependencies": {
27-
"@journeyapps/powersync-sdk-common": "^0.0.2"
27+
"@journeyapps/powersync-sdk-common": "^0.1.0"
2828
},
2929
"peerDependencies": {
3030
"react": "*"

packages/powersync-sdk-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @journeyapps/powersync-sdk-common
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 210de9d: Bump version for Beta release
8+
39
## 0.0.2
410

511
### Patch Changes

packages/powersync-sdk-common/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Alpha
2-
This package is currently in an alpha release. Functionality could change dramatically in future releases. Certain functions may be partially implemented or buggy.
1+
# Beta
2+
This package is currently in a beta release.
33

44

55
# PowerSync SDK common JS

packages/powersync-sdk-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@journeyapps/powersync-sdk-common",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/powersync-sdk-react-native/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @journeyapps/powersync-sdk-react-native
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 210de9d: Bump version for Beta release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [210de9d]
12+
- @journeyapps/powersync-sdk-common@0.1.0
13+
- @journeyapps/powersync-react@0.1.0
14+
315
## 0.0.2
416

517
### Patch Changes

0 commit comments

Comments
 (0)