Skip to content

Commit

Permalink
chore: prep 0.1.3 for support package (#46)
Browse files Browse the repository at this point in the history
* nit

* more nits

* revert changes to TT pubspec

---------

Co-authored-by: Brandon Trautmann <btrautmann@users.noreply.github.com>
  • Loading branch information
ClaireDavis and btrautmann authored Oct 26, 2023
1 parent 25e13f9 commit 39f006b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/test_track/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
## 0.1.3

## What's Changed
* fix: avoid calling handler.next more than once in RetryInterceptor by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/42
* chore: prep 0.1.2 release by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/43
* chore: upgrade dependencies by @ClaireDavis in https://github.com/Betterment/test_track_dart_client/pull/44

## New Contributors
* @ClaireDavis made their first contribution in https://github.com/Betterment/test_track_dart_client/pull/44

**Full Changelog**: https://github.com/Betterment/test_track_dart_client/compare/v0.1.1...v0.1.3
**Full Changelog**: https://github.com/Betterment/test_track_dart_client/compare/v0.1.2...v0.1.3

## 0.1.2
* fix: avoid calling handler.next more than once in RetryInterceptor by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/42
Expand Down
6 changes: 6 additions & 0 deletions packages/test_track_test_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.3

* chore: upgrade dependencies by @ClaireDavis in https://github.com/Betterment/test_track_dart_client/pull/44

**Full Changelog**: https://github.com/Betterment/test_track_dart_client/compare/v0.1.3...v0.1.4

## 0.1.0
* feat: add ability to override visitor id to preserve id across organic installs by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/36

Expand Down
2 changes: 1 addition & 1 deletion packages/test_track_test_support/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test_track_test_support
description: Test utilities for working with package:test_track, including a FakeTestTrack allowing you to test your integration with TestTrack with predetermined behavior.
version: 0.1.0
version: 0.1.3
homepage: https://github.com/Betterment/test_track_dart_client
repository: https://github.com/Betterment/test_track_dart_client

Expand Down

0 comments on commit 39f006b

Please sign in to comment.