Skip to content

Commit

Permalink
Release 1.3.0 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored Jun 17, 2022
1 parent ba521e3 commit 24d9061
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 77 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# Floor is looking for a new home

After more than three years of working on the database abstraction as a side-project, the library is looking for a new home.
I, unfortunately, currently can't dedicate as much time to maintaining the library as it deserves. Thereby, we're looking for a team that can better support the codebase and the community around Floor. Reach out to us through [this form](https://forms.gle/oQhgqkPSEWVoDXb98) in case you're interested in taking ownership of the codebase.

The library started as a university project to implement and validate the hypothesis of whether porting an Android database library (Room) to Flutter is a good idea. By now, Floor evolved into one of the most popular choices when it comes to Flutter databases.

The project has received numerous contributions from volunteers, adding new features and bug fixes in their free time. Their work has been and will always be what makes the library. Thanks to every contributor!

---

![Floor](https://raw.githubusercontent.com/vitusortner/floor/develop/img/floor.png)

**See the [project's website](https://floor.codes) for the full documentation.**
Expand Down Expand Up @@ -48,10 +37,10 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
floor: ^1.2.0
floor: ^1.3.0

dev_dependencies:
floor_generator: ^1.2.0
floor_generator: ^1.3.0
build_runner: ^2.1.2
```
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.3.0

### Changes

* Remove Slack invite links

### 🛠 Maintenance

* Update Analyzer to 4.1.0
* Allow release drafter to create GitHub releases
* Support latest analyzer

## 1.2.0

### Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
floor: ^1.2.0
floor: ^1.3.0

dev_dependencies:
floor_generator: ^1.2.0
floor_generator: ^1.3.0
build_runner: ^2.1.2
```
Expand Down
27 changes: 10 additions & 17 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "33.0.0"
version: "40.0.0"
analyzer:
dependency: "direct dev"
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
version: "4.1.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -42,7 +42,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "2.3.0"
build_config:
dependency: transitive
description:
Expand All @@ -56,21 +56,21 @@ packages:
name: build_daemon
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.1.0"
build_resolvers:
dependency: transitive
description:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
version: "2.0.9"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.7"
version: "2.1.11"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -113,13 +113,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -161,7 +154,7 @@ packages:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "2.2.3"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -196,14 +189,14 @@ packages:
path: "../floor"
relative: true
source: path
version: "1.2.0"
version: "1.3.0"
floor_annotation:
dependency: transitive
description:
path: "../floor_annotation"
relative: true
source: path
version: "1.0.1"
version: "1.3.0"
floor_generator:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -379,7 +372,7 @@ packages:
name: source_gen
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
version: "1.2.2"
source_span:
dependency: transitive
description:
Expand Down
12 changes: 12 additions & 0 deletions floor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.3.0

### Changes

* Remove Slack invite links

### 🛠 Maintenance

* Update Analyzer to 4.1.0
* Allow release drafter to create GitHub releases
* Support latest analyzer

## 1.2.0

### Changes
Expand Down
4 changes: 2 additions & 2 deletions floor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
floor: ^1.2.0
floor: ^1.3.0

dev_dependencies:
floor_generator: ^1.2.0
floor_generator: ^1.3.0
build_runner: ^2.1.2
```
Expand Down
31 changes: 12 additions & 19 deletions floor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "25.0.0"
version: "40.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "4.1.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -42,7 +42,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.3.0"
build_config:
dependency: transitive
description:
Expand All @@ -56,28 +56,28 @@ packages:
name: build_daemon
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.1.0"
build_resolvers:
dependency: transitive
description:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.0.9"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.11"
build_runner_core:
dependency: transitive
description:
name: build_runner_core
url: "https://pub.dartlang.org"
source: hosted
version: "7.1.0"
version: "7.2.2"
built_collection:
dependency: transitive
description:
Expand All @@ -91,7 +91,7 @@ packages:
name: built_value
url: "https://pub.dartlang.org"
source: hosted
version: "8.0.5"
version: "8.3.3"
characters:
dependency: transitive
description:
Expand All @@ -113,13 +113,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
cli_util:
dependency: transitive
description:
name: cli_util
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -161,7 +154,7 @@ packages:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.2.3"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -196,7 +189,7 @@ packages:
path: "../floor_annotation"
relative: true
source: path
version: "1.0.1"
version: "1.3.0"
floor_generator:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -318,7 +311,7 @@ packages:
name: mockito
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.15"
version: "5.2.0"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -386,7 +379,7 @@ packages:
name: source_gen
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.2.2"
source_span:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions floor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: floor
description: >
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications.
This library is the runtime dependency.
version: 1.2.0
homepage: https://floor.codes
version: 1.3.0
homepage: https://vitusortner.github.io/floor/
publish_to: none

environment:
Expand Down
Loading

0 comments on commit 24d9061

Please sign in to comment.