Skip to content

Commit

Permalink
Prepare pubspecs for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Nov 27, 2022
1 parent 868c0e3 commit a837e51
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions drift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.3.0-dev
## 2.3.0

- Add the `JsonTypeConverter2` mixin. It behaves similar to the existing json
type converters, but can use a different SQL and JSON type.
Expand All @@ -8,7 +8,7 @@
- Add `TableStatements.insertAll` to atomically insert multiple rows.
- Add `singleClientMode` to `remote()` and `DriftIsolate` connections to make
the common case with one client more efficient.
- Fix a concurrency issues around transactions.
- Fix a concurrency issue around transactions.
- Add `NativeDatabase.createInBackground` as a drop-in replacement for
`NativeDatabase`. It creates a drift isolate behind the scenes, avoiding all
of the boilerplate usually involved with drift isolates.
Expand Down
2 changes: 1 addition & 1 deletion drift/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: drift
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
version: 2.3.0-dev
version: 2.3.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand Down
7 changes: 7 additions & 0 deletions drift_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.3.0

- Support drift 2.3.x
- Re-implement drift's internal analyzer to make the build process more efficient.
- Add an optional, modular build mode in which drift generates code for each
file declaring tables instead of emitting a large file just for the entrypoint.

## 2.2.0+1

- __Potentially breaking bug-fix__: Fix the nullability of columns generated for
Expand Down
4 changes: 2 additions & 2 deletions drift_dev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: drift_dev
description: Dev-dependency for users of drift. Contains a the generator and development tools.
version: 2.3.0-dev
version: 2.3.0
repository: https://github.com/simolus3/drift
homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues
Expand All @@ -27,7 +27,7 @@ dependencies:
# Drift-specific analysis and apis
drift: '>=2.3.0 <2.4.0'
sqlite3: '>=0.1.6 <2.0.0'
sqlparser: ^0.24.0-dev
sqlparser: ^0.24.0

# Dart analysis
analyzer: ^5.2.0
Expand Down
2 changes: 1 addition & 1 deletion sqlparser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.24.0-dev
## 0.24.0

- Make `Fts5Table` constructor public.

Expand Down
3 changes: 2 additions & 1 deletion sqlparser/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: sqlparser
description: Parses sqlite statements and performs static analysis on them
version: 0.24.0-dev
version: 0.24.0
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
repository: https://github.com/simolus3/drift
#homepage: https://drift.simonbinder.eu/
issue_tracker: https://github.com/simolus3/drift/issues

Expand Down

0 comments on commit a837e51

Please sign in to comment.