Skip to content

Commit

Permalink
Version Packages (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 22, 2025
1 parent 3a37054 commit e79ed9b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/hip-poems-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-moles-lie.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/drizzle-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @powersync/drizzle-driver

## 0.3.2

### Patch Changes

- 6580f29: Added support for custom column types when converting a Drizzle schema to a PowerSync app schema.

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/drizzle-driver",
"version": "0.3.1",
"version": "0.3.2",
"description": "Drizzle driver for PowerSync",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/powersync-op-sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @powersync/op-sqlite

## 0.3.0

### Minor Changes

- 3a37054: \* Allow users to load additional sqlite extensions
- Remove `getBundledPath` function as `getDylibPath` can now be used instead

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync-op-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/op-sqlite",
"version": "0.2.1",
"version": "0.3.0",
"description": "PowerSync - sync Postgres or MongoDB with SQLite in your React Native app for offline-first and real-time data",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit e79ed9b

Please sign in to comment.