Skip to content

Commit

Permalink
Merge pull request #312 from Workiva/scope_over_react_transformer_to_…
Browse files Browse the repository at this point in the history
…examples

AF-341 Scope over_react transformer to `examples/`
  • Loading branch information
rmconsole-wf authored May 17, 2018
2 parents 4259db1 + 0d3a750 commit 839de97
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [3.2.5](https://github.com/Workiva/w_transport/compare/3.2.4...3.2.5)
_May 17th, 2018_

- **Bug Fix:** The previous version introduced a new transformer for the
w_transport examples, but did not properly scope it to the `examples/`
directory. This led to the following error during a `pub get` for
some consumers:

```
Precompiling dependencies...
Loading source assets...
Error on line 1, column 1 of https://pub.dartlang.org/api/packages/w_transport: Error loading transformer "over_react": package "over_react" is not a dependency.
```
This has been fixed. If you're still seeing this error, run
`pub upgrade w_transport` to make sure you have the latest.
## [3.2.4](https://github.com/Workiva/w_transport/compare/3.2.3...3.2.4)
_May 16th, 2018_
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ dev_dependencies:
uuid: ^0.5.3

transformers:
- over_react
- over_react:
$include: example/**.dart
- test/pub_serve:
$include: test/**_test.dart

Expand Down

0 comments on commit 839de97

Please sign in to comment.