Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - powersync_sqlcipher@0.1.1
  • Loading branch information
mugikhan committed Nov 13, 2024
1 parent f05164f commit 0ae715f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-11-13

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`powersync_sqlcipher` - `v0.1.1`](#powersync_sqlcipher---v011)

---

#### `powersync_sqlcipher` - `v0.1.1`

- Update dependency `powersync_flutter_libs` to v0.4.3


## 2024-11-12

### Changes
Expand All @@ -24,12 +45,20 @@ Packages with other changes:

#### `powersync` - `v1.10.0`

- This package now uses the `powersync_core` package to provide its base functionality.

#### `powersync_attachments_helper` - `v0.6.16`

- Update a dependency to the latest release.

#### `powersync_core` - `v1.0.0`

- Dart library for Powersync for use cases such as server-side Dart or non-Flutter Dart environments initial release.

#### `powersync_sqlcipher` - `v0.1.0`

- PowerSync client SDK for Flutter with encryption enabled using SQLCipher initial release.


## 2024-11-11

Expand Down
4 changes: 4 additions & 0 deletions packages/powersync_sqlcipher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

- Update dependency `powersync_flutter_libs` to v0.4.3

## 0.1.0

- PowerSync client SDK for Flutter with encryption enabled using SQLCipher initial release
2 changes: 1 addition & 1 deletion packages/powersync_sqlcipher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: powersync_sqlcipher
version: 0.1.0
version: 0.1.1
homepage: https://powersync.com
repository: https://github.com/powersync-ja/powersync.dart
description: PowerSync Flutter SDK - sync engine for building local-first apps.
Expand Down

0 comments on commit 0ae715f

Please sign in to comment.