ember-source 4.2.0-alpha.2 → 4.2.0-alpha.3

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
@@ -87,6 +87,10 @@
87
87
  - [#19542](https://github.com/emberjs/ember.js/pull/19542) [BUGFIX] Fix initializer test blueprints
88
88
  - [#19589](https://github.com/emberjs/ember.js/pull/19589) [BUGFIX] Don’t include type-tests in build output
89
89
 
90
+ ## v3.28.8 (December 2, 2021)
91
+
92
+ - [#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.
93
+
90
94
  ## v3.28.7 (December 1, 2021)
91
95
 
92
96
  - [#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": "4.2.0-alpha.2",
2
+ "version": "4.2.0-alpha.3",
3
3
  "buildType": "tag",
4
- "SHA": "a1f609f2ef3fe7930a8182280ac7c04181da3f77",
5
- "assetPath": "/tag/shas/a1f609f2ef3fe7930a8182280ac7c04181da3f77.tgz"
4
+ "SHA": "e7291755640b5df356c5d9f985560b996e814c46",
5
+ "assetPath": "/tag/shas/e7291755640b5df356c5d9f985560b996e814c46.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 4.2.0-alpha.2
9
+ * @version 4.2.0-alpha.3
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -18468,7 +18468,7 @@ define("ember/version", ["exports"], function (_exports) {
18468
18468
  value: true
18469
18469
  });
18470
18470
  _exports.default = void 0;
18471
- var _default = "4.2.0-alpha.2";
18471
+ var _default = "4.2.0-alpha.3";
18472
18472
  _exports.default = _default;
18473
18473
  });
18474
18474
  define("simple-html-tokenizer", ["exports"], function (_exports) {