Skip to content

Commit

Permalink
Merge pull request #333 from wanbing/dev_wanbing
Browse files Browse the repository at this point in the history
fair3.3.0 publish
  • Loading branch information
wanbing authored Aug 16, 2023
2 parents 3495713 + b0a66eb commit 2953750
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
3 changes: 3 additions & 0 deletions compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.8.0]
* Compiler log optimized.

## [1.7.4]
* bugfix.

Expand Down
4 changes: 2 additions & 2 deletions compiler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fair_compiler
description: A complier which can generate Fair bundle for widget with annotation.
version: 1.7.4
version: 1.8.0
homepage: https://fair.58.com/

environment:
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies:
# fair_annotation:
# path: ../annotation

fair_dart2dsl: ^1.3.2
fair_dart2dsl: ^1.4.0
# fair_dart2dsl:
# path: ../dart2dsl

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

- Log optimized.

## 1.3.2

- bugfix.
Expand Down
2 changes: 1 addition & 1 deletion dart2dsl/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fair_dart2dsl
description: Companion compiler for fair_compiler for converting Dart to DSL.
version: 1.3.2
version: 1.4.0
homepage: https://fair.58.com/

environment:
Expand Down
6 changes: 6 additions & 0 deletions fair/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.3.0]
* Runtime log optimization, covering Dart/JS logs;
* Compiler log optimization, removal of redundant/error logs, and enhanced log output;
* Adaptation to Flutter 3.10;
* Fixed some known issues.

## [3.2.1]
* Fixed some issues.

Expand Down
2 changes: 1 addition & 1 deletion fair/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fair
description: Flutter Fair is a package used to update widget dynamically.
version: 3.2.1
version: 3.3.0
homepage: https://fair.58.com/

environment:
Expand Down

0 comments on commit 2953750

Please sign in to comment.