Skip to content

Commit

Permalink
v3.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Jun 9, 2021
1 parent 914ee4b commit fe32020
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,15 @@
# Ember Changelog

## v3.27.4 (June 9, 2021)

- [#19594](https://github.com/emberjs/ember.js/pull/19594) [BUGFIX] Revert lazy hash changes
- [#19596](https://github.com/emberjs/ember.js/pull/19596) [DOC] Fix "Dormant" addon warning typo

## v3.27.3 (June 3, 2021)

- [#19565](https://github.com/emberjs/ember.js/pull/19565) [BUGFIX] Ensures that `computed` can depend on dynamic `(hash` keys
- [#19571](https://github.com/emberjs/ember.js/pull/19571) [BUGFIX] Extend `Route.prototype.transitionTo` deprecation until 5.0.0
- [#19586](https://github.com/emberjs/ember.js/pull/19586) [BUGFIX] Fix Embroider compatibility
- [#19586](https://github.com/emberjs/ember.js/pull/19586) [BUGFIX] Fix Embroider compatibility


### v3.27.2 (May 27, 2021)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-source",
"version": "3.27.3",
"version": "3.27.4",
"description": "A JavaScript framework for creating ambitious web applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit fe32020

Please sign in to comment.