ember-source 4.0.0-beta.6 → 4.1.0-alpha.5

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
@@ -153,6 +153,10 @@
153
153
 
154
154
  - [#19477](https://github.com/emberjs/ember.js/pull/19477) Allow `<LinkToExternal />` to override internal assertion
155
155
 
156
+ ### v3.26.2 (October 4, 2021)
157
+
158
+ - [#19683](https://github.com/emberjs/ember.js/pull/19683) [BUGFIX] Use `super.willDestroy` in native classes (instead of `this._super`)
159
+
156
160
  ### v3.26.1 (March 24, 2021)
157
161
 
158
162
  - [#19473](https://github.com/emberjs/ember.js/pull/19473) Update Glimmer VM to latest.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.0.0-beta.6",
2
+ "version": "4.1.0-alpha.5",
3
3
  "buildType": "tag",
4
- "SHA": "7f8f68f86282f925093e25ed6889b3d7363fa9fd",
5
- "assetPath": "/tag/shas/7f8f68f86282f925093e25ed6889b3d7363fa9fd.tgz"
4
+ "SHA": "74b75976404f7ba6d75b6718ac84dc57f25b7347",
5
+ "assetPath": "/tag/shas/74b75976404f7ba6d75b6718ac84dc57f25b7347.tgz"
6
6
  }