ember-source 5.0.0-alpha.2 → 5.0.0-alpha.4

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,10 @@
1
1
  # Ember Changelog
2
2
 
3
+ ## v4.12.0-beta.3 (March 13, 2023)
4
+
5
+ - [#20388](https://github.com/emberjs/ember.js/pull/20388) [BUGFIX] Don't run getters while applying mixins
6
+ - [#20398](https://github.com/emberjs/ember.js/pull/20398) [BUGFIX] Fix runloop types on TS 5.0+
7
+
3
8
  ## v4.12.0-beta.2 (February 27, 2023)
4
9
 
5
10
  - [#20385](https://github.com/emberjs/ember.js/pull/20385) [BUGFIX] Improve error for owner methods called after destroy
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "5.0.0-alpha.2",
2
+ "version": "5.0.0-alpha.4",
3
3
  "buildType": "tag",
4
- "SHA": "4c06daacda181b85504e3cd1f8e1aa26c811a1c6",
5
- "assetPath": "/tag/shas/4c06daacda181b85504e3cd1f8e1aa26c811a1c6.tgz"
4
+ "SHA": "cd115b3f15570d97eec60067a464e8e47f67e8c2",
5
+ "assetPath": "/tag/shas/cd115b3f15570d97eec60067a464e8e47f67e8c2.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 5.0.0-alpha.2
9
+ * @version 5.0.0-alpha.4
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -16465,7 +16465,7 @@ define("ember/version", ["exports"], function (_exports) {
16465
16465
  value: true
16466
16466
  });
16467
16467
  _exports.default = void 0;
16468
- var _default = "5.0.0-alpha.2";
16468
+ var _default = "5.0.0-alpha.4";
16469
16469
  _exports.default = _default;
16470
16470
  });
16471
16471
  define("simple-html-tokenizer", ["exports"], function (_exports) {