ember-source 5.2.0-beta.4 → 5.2.0

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.
@@ -5,5 +5,5 @@
5
5
  * Portions Copyright 2008-2011 Apple Inc. All rights reserved.
6
6
  * @license Licensed under MIT license
7
7
  * See https://raw.github.com/emberjs/ember.js/master/LICENSE
8
- * @version 5.2.0-beta.4
8
+ * @version 5.2.0
9
9
  */
@@ -1 +1 @@
1
- export default "5.2.0-beta.4";
1
+ export default "5.2.0";
package/docs/data.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "The Ember API",
4
4
  "description": "The Ember API: a framework for building ambitious web applications",
5
5
  "url": "https://emberjs.com/",
6
- "version": "5.2.0-beta.4"
6
+ "version": "5.2.0"
7
7
  },
8
8
  "files": {
9
9
  "node_modules/rsvp/lib/rsvp/promise/all.js": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-source",
3
- "version": "5.2.0-beta.4",
3
+ "version": "5.2.0",
4
4
  "description": "A JavaScript framework for creating ambitious web applications",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -186,9 +186,6 @@
186
186
  "node": "16.20.0",
187
187
  "yarn": "1.22.19"
188
188
  },
189
- "_originalVersion": "5.2.0-beta.4",
190
- "_versionPreviouslyCalculated": true,
191
- "publishConfig": {
192
- "tag": "beta"
193
- }
194
- }
189
+ "_originalVersion": "5.2.0",
190
+ "_versionPreviouslyCalculated": true
191
+ }