Skip to content

Commit 2db569c

Browse files
committed
Prepare 2.1.0 release
1 parent 373e862 commit 2db569c

5 files changed

Lines changed: 101 additions & 94 deletions

File tree

.github/workflows/check.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,20 @@ jobs:
3636
run: ./tool/build.sh
3737
working-directory: packages/powersync_devtools_extension
3838

39-
# TODO: Uncomment after releasing powersync_flutter_libs version 0.5.0+eol.
40-
# pana:
41-
# runs-on: ubuntu-latest
42-
# if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
43-
# needs: [setup]
44-
# steps:
45-
# - uses: actions/checkout@v4
46-
# - uses: ./.github/actions/prepare
39+
pana:
40+
runs-on: ubuntu-latest
41+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
42+
needs: [setup]
43+
steps:
44+
- uses: actions/checkout@v6
45+
- uses: ./.github/actions/prepare
4746

48-
# - name: Install pana
49-
# run: dart pub global activate pana
47+
- name: Install pana
48+
run: dart pub global activate pana
5049

51-
# - name: Check powersync package
52-
# run: dart pub global run pana --no-warning --exit-code-threshold 10
53-
# working-directory: packages/powersync
50+
- name: Check powersync package
51+
run: dart pub global run pana --no-warning --exit-code-threshold 10
52+
working-directory: packages/powersync
5453

5554
test:
5655
runs-on: ubuntu-latest

packages/powersync/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.1.0 (unreleased)
1+
## 2.1.0
22

33
- Add a DevTools extension to inspect running PowerSync databases in your app.
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String libraryVersion = '2.0.2';
1+
const String libraryVersion = '2.1.0';

packages/powersync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: powersync
2-
version: 2.0.2
2+
version: 2.1.0
33
homepage: https://powersync.com
44
repository: https://github.com/powersync-ja/powersync.dart
55
description: PowerSync Dart and Flutter SDK. Sync Postgres, MongoDB, MySQL or SQL Server with SQLite in your app

0 commit comments

Comments
 (0)