Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c992e62

Browse files
committedFeb 22, 2025·
Release 6.2
1 parent dd9ed47 commit c992e62

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
 

‎app/utils/ember-versions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,5 @@ export const VERSIONS = Object.freeze([
109109
'5.12',
110110
'6.0',
111111
'6.1',
112+
'6.2',
112113
]);

‎source/ember-cli-changes/6.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
version: "6.2"
3+
changes:
4+
- feature: true
5+
title: "Allow creating apps and addons everywhere, including inside of a project directory."
6+
link: "https://blog.emberjs.com/ember-released-6-2"
7+
---

‎source/ember-js-changes/6.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
version: "6.2"
3+
changes:
4+
---

0 commit comments

Comments
 (0)
Please sign in to comment.