Skip to content

Commit

Permalink
Merge pull request #436 from evoluhq/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
steida authored Jun 19, 2024
2 parents aabe6c2 + 94724eb commit 9ab9c78
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-cougars-worry.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# native

## 1.0.47

### Patch Changes

- Updated dependencies [49b1170]
- @evolu/react-native@11.0.0

## 1.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "native",
"version": "1.0.46",
"version": "1.0.47",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions apps/native/src/components/OwnerActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export const OwnerActions: FC = () => {
const handleMnemonicInputEndEditing = () => {
Either.match(parsedMnemonic, {
onLeft: (error) => alert(formatError(error)),
onRight: (nmnemonic) =>
evolu.restoreOwner(nmnemonic, { reload: false })
onRight: (nmnemonic) => evolu.restoreOwner(nmnemonic, { reload: false }),
});
};

Expand Down
6 changes: 6 additions & 0 deletions packages/evolu-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evolu/react-native

## 11.0.0

### Major Changes

- 49b1170: fix for react-native-web

## 10.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evolu-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolu/react-native",
"version": "10.1.1",
"version": "11.0.0",
"description": "Evolu for React Native",
"keywords": [
"evolu",
Expand Down

0 comments on commit 9ab9c78

Please sign in to comment.