Skip to content

Commit

Permalink
Merge pull request #1185 from garden-co/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
gdorsi authored Jan 11, 2025
2 parents 4a11682 + 1e58606 commit 21efae9
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-walls-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-lies-change.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/chat-rn-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# chat-rn-clerk

## 1.0.45

### Patch Changes

- Updated dependencies [7cd691f]
- [email protected]
- [email protected]

## 1.0.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/chat-rn-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chat-rn-clerk",
"main": "index.js",
"version": "1.0.44",
"version": "1.0.45",
"scripts": {
"build": "expo export -p ios",
"start": "expo start",
Expand Down
7 changes: 7 additions & 0 deletions examples/chat-rn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# chat-rn

## 1.0.42

### Patch Changes

- Updated dependencies [7cd691f]
- [email protected]

## 1.0.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/chat-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat-rn",
"version": "1.0.41",
"version": "1.0.42",
"main": "index.js",
"scripts": {
"build": "expo export -p ios",
Expand Down
6 changes: 6 additions & 0 deletions packages/cojson-storage-rn-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cojson-storage-sqlite

## 0.8.51

### Patch Changes

- 2be47d6: Fix priority of rn sqlite

## 0.8.50

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cojson-storage-rn-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cojson-storage-rn-sqlite",
"type": "module",
"version": "0.8.50",
"version": "0.8.51",
"main": "dist/index.js",
"types": "src/index.ts",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/jazz-react-native-auth-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# jazz-react-native-auth-clerk

## 0.9.3

### Patch Changes

- Updated dependencies [7cd691f]
- [email protected]

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jazz-react-native-auth-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jazz-react-native-auth-clerk",
"version": "0.9.2",
"version": "0.9.3",
"type": "module",
"main": "dist/index.js",
"types": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/jazz-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# jazz-browser

## 0.9.3

### Patch Changes

- 7cd691f: Fix auth when using custom KV implementation
- Updated dependencies [2be47d6]
- [email protected]

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jazz-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jazz-react-native",
"version": "0.9.2",
"version": "0.9.3",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 21efae9

Please sign in to comment.