Skip to content

Commit

Permalink
[BUGFIX release] Update to [email protected].
Browse files Browse the repository at this point in the history
Main changes:

* ES6ify a few classes.
* Fix issue when calling `.replaceWith` when the current transition is also
  a `.replaceWith` (previously this would surprisingly result in a
  `.transitionTo` _not_ a replace).

[Full
changelog](tildeio/router.js@v2.0.0-beta.1...v2.0.0-beta.2)
  • Loading branch information
rwjblue committed Feb 25, 2018
1 parent af48b4e commit f470727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"puppeteer": "^0.13.0",
"qunit": "^2.5.0",
"route-recognizer": "^0.3.3",
"router_js": "^2.0.0-beta.1",
"router_js": "^2.0.0-beta.2",
"rsvp": "^4.8.0",
"semver": "^5.5.0",
"serve-static": "^1.12.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6009,9 +6009,9 @@ route-recognizer@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/route-recognizer/-/route-recognizer-0.3.3.tgz#1d365e27fa6995e091675f7dc940a8c00353bd29"

router_js@^2.0.0-beta.1:
version "2.0.0-beta.1"
resolved "https://registry.yarnpkg.com/router_js/-/router_js-2.0.0-beta.1.tgz#6f267b5171bbe1e92729db3e8be447e6a9d63f5a"
router_js@^2.0.0-beta.2:
version "2.0.0-beta.2"
resolved "https://registry.yarnpkg.com/router_js/-/router_js-2.0.0-beta.2.tgz#75dd75d4ec0170700b754c3f9d475f993958b2c5"

[email protected]:
version "3.0.14"
Expand Down

0 comments on commit f470727

Please sign in to comment.