ember-source 4.7.0-alpha.6 → 4.8.0-alpha.2

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,13 +1,16 @@
1
1
  # Ember Changelog
2
2
 
3
- ### v4.6.0-beta.2 (June 27, 2022)
3
+ ### v4.7.0-beta.1 (July 25, 2022)
4
+
5
+ - [#20126](https://github.com/emberjs/ember.js/pull/20126) [BUGFIX] Replacing Firefox detection that used a deprecated browser API
6
+
7
+ ### v4.6.0 (July 25, 2022)
4
8
 
5
9
  - [#20125](https://github.com/emberjs/ember.js/pull/20125) [BUGFIX] Replace deprecated substr() method with substring() method.
6
- - [#20120](https://github.com/emberjs/ember.js/pull/20120) [BUGFIX] Adjust uniqueId() implementation to only generate valid selectors.
7
10
 
8
- ### v4.6.0-beta.1 (June 13, 2022)
11
+ ### v4.5.1 (July 25, 2022)
9
12
 
10
- No new external changes.
13
+ - [#20120](https://github.com/emberjs/ember.js/pull/20120) [BUGFIX] Adjust uniqueId() implementation to only generate valid selectors.
11
14
 
12
15
  ### v4.5.0 (June 13, 2022)
13
16
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.7.0-alpha.6",
2
+ "version": "4.8.0-alpha.2",
3
3
  "buildType": "tag",
4
- "SHA": "460861b5c5bab9e9f06d6838fdf32bee9f42b55b",
5
- "assetPath": "/tag/shas/460861b5c5bab9e9f06d6838fdf32bee9f42b55b.tgz"
4
+ "SHA": "6a050530fdaaa286d6c527222db755174c2a718d",
5
+ "assetPath": "/tag/shas/6a050530fdaaa286d6c527222db755174c2a718d.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.7.0-alpha.6
9
+ * @version 4.8.0-alpha.2
10
10
  */
11
11
 
12
12
  /* eslint-disable no-var */
@@ -18737,7 +18737,7 @@ define("ember/version", ["exports"], function (_exports) {
18737
18737
  value: true
18738
18738
  });
18739
18739
  _exports.default = void 0;
18740
- var _default = "4.7.0-alpha.6";
18740
+ var _default = "4.8.0-alpha.2";
18741
18741
  _exports.default = _default;
18742
18742
  });
18743
18743
  define("simple-html-tokenizer", ["exports"], function (_exports) {