Skip to content

Commit

Permalink
v3.2.5 changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweible-wf committed May 17, 2018
1 parent 7a2d9d5 commit 0d3a750
Showing 1 changed file with 17 additions and 0 deletions.
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

0 comments on commit 0d3a750

Please sign in to comment.