Skip to content

Commit

Permalink
Release 1.0.1 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored Mar 27, 2021
1 parent fa6f655 commit 93753a9
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 319 deletions.
301 changes: 0 additions & 301 deletions CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
floor: ^1.0.0
floor: ^1.0.1

dev_dependencies:
floor_generator: ^1.0.0
build_runner: ^1.11.5
floor_generator: ^1.0.1
build_runner: ^1.12.2
```
### 2. Create an Entity
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.1

### Changes

* Bump mockito to 5.0.3
* Update dependencies to null-safe versions

### 🚀 Features

* Improved Parameter mapping for query methods

## 1.0.0

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

dev_dependencies:
floor_generator: ^1.0.0
build_runner: ^1.11.5
floor_generator: ^1.0.1
build_runner: ^1.12.2
```
## 2. Create an Entity
Expand Down
15 changes: 13 additions & 2 deletions floor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# 1.0.1

### Changes

* Bump mockito to 5.0.3
* Update dependencies to null-safe versions

### 🚀 Features

* Improved Parameter mapping for query methods

# 1.0.0

### Changes
Expand Down Expand Up @@ -94,8 +105,8 @@

### ⚠️ Breaking Changes

**You need to migrate the explicit usages of `OnConflictStrategy` and `ForeignKeyAction` from snake case to camel
case.**
**You need to migrate the explicit usages of `OnConflictStrategy` and `ForeignKeyAction` from snake
case to camel case.**

* Apply camel case to constants

Expand Down
6 changes: 3 additions & 3 deletions floor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ The third dependency is `build_runner` which has to be included as a dev depende
dependencies:
flutter:
sdk: flutter
floor: ^1.0.0
floor: ^1.0.1

dev_dependencies:
floor_generator: ^1.0.0
build_runner: ^1.11.5
floor_generator: ^1.0.1
build_runner: ^1.12.2
```
### 2. Create an Entity
Expand Down
Loading

0 comments on commit 93753a9

Please sign in to comment.