ember-source 3.28.7 → 3.28.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Ember Changelog
2
2
 
3
+ ## v3.28.8 (December 2, 2021)
4
+
5
+ - [#19868](https://github.com/emberjs/ember.js/pull/19868) [BUGFIX] Fix a bug with the implicit injections deprecation that meant injecting a store to avoid the deprecation did not work.
6
+
3
7
  ## v3.28.7 (December 1, 2021)
4
8
 
5
9
  - [#19854](https://github.com/emberjs/ember.js/pull/19854) [BUGFIX] Fix implicit injections deprecation for routes to cover previously missed cases
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "3.28.7",
2
+ "version": "3.28.8",
3
3
  "buildType": "tag",
4
- "SHA": "147063f29ed4422baff38449ec1acdeb64e636fd",
5
- "assetPath": "/tag/shas/147063f29ed4422baff38449ec1acdeb64e636fd.tgz"
4
+ "SHA": "3537670c14883346e11e841fcb71333384fcbc87",
5
+ "assetPath": "/tag/shas/3537670c14883346e11e841fcb71333384fcbc87.tgz"
6
6
  }
@@ -6,7 +6,7 @@
6
6
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
7
7
  * @license Licensed under MIT license
8
8
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
9
- * @version 3.28.7
9
+ * @version 3.28.8
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -20713,7 +20713,7 @@ define("ember/version", ["exports"], function (_exports) {
20713
20713
  value: true
20714
20714
  });
20715
20715
  _exports.default = void 0;
20716
- var _default = "3.28.7";
20716
+ var _default = "3.28.8";
20717
20717
  _exports.default = _default;
20718
20718
  });
20719
20719
  define("simple-html-tokenizer", ["exports"], function (_exports) {