ember-source 4.4.0-alpha.6 → 4.4.0-alpha.7

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,12 +1,10 @@
1
1
  # Ember Changelog
2
2
 
3
- ### v4.3.0-beta.2 (March 1, 2022)
3
+ ### v4.3.0 (March 21, 2022)
4
4
 
5
+ - [#20025](https://github.com/emberjs/ember.js/pull/20025) [BUGFIX] Fix a memory leak in the Router Service class
5
6
  - [#19971](https://github.com/emberjs/ember.js/pull/19971) [BUGFIX] Don't serialize default Query Params on RouterService
6
-
7
- ### v4.3.0-beta.1 (February 7, 2022)
8
-
9
- No public API changes or bugfixes.
7
+ - [#20024](https://github.com/emberjs/ember.js/pull/20024) [BUGFIX] Correctly associate props with factory and owner in FactoryManager
10
8
 
11
9
  ### v4.2.0 (February 7, 2022)
12
10
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.4.0-alpha.6",
2
+ "version": "4.4.0-alpha.7",
3
3
  "buildType": "tag",
4
- "SHA": "4a7895060ff09223bce8aa0ac0afd3815649c2fb",
5
- "assetPath": "/tag/shas/4a7895060ff09223bce8aa0ac0afd3815649c2fb.tgz"
4
+ "SHA": "0106a67b4647963a2ef9b43e6ef53fa4f3dc739f",
5
+ "assetPath": "/tag/shas/0106a67b4647963a2ef9b43e6ef53fa4f3dc739f.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.4.0-alpha.6
9
+ * @version 4.4.0-alpha.7
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -18732,7 +18732,7 @@ define("ember/version", ["exports"], function (_exports) {
18732
18732
  value: true
18733
18733
  });
18734
18734
  _exports.default = void 0;
18735
- var _default = "4.4.0-alpha.6";
18735
+ var _default = "4.4.0-alpha.7";
18736
18736
  _exports.default = _default;
18737
18737
  });
18738
18738
  define("simple-html-tokenizer", ["exports"], function (_exports) {