From 7a2100b8c5e1fb7b7fdec64926215f9c27791395 Mon Sep 17 00:00:00 2001 From: ef4 Date: Fri, 1 Nov 2024 18:08:42 +0000 Subject: [PATCH 1/3] Advance RFC 0779 to Stage released --- text/0779-first-class-component-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0779-first-class-component-templates.md b/text/0779-first-class-component-templates.md index e2ba1bd2d5..0dbe5bd61d 100644 --- a/text/0779-first-class-component-templates.md +++ b/text/0779-first-class-component-templates.md @@ -1,5 +1,5 @@ --- -stage: ready-for-release +stage: released start-date: 2021-12-03T00:00:00.000Z release-date: release-versions: From d677b1efa32f459f0a696ab1dbf062ac67888f14 Mon Sep 17 00:00:00 2001 From: "Ember.js RFCS CI" Date: Fri, 1 Nov 2024 18:08:46 +0000 Subject: [PATCH 2/3] Update RFC 0779 released PR URL --- text/0779-first-class-component-templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/text/0779-first-class-component-templates.md b/text/0779-first-class-component-templates.md index 0dbe5bd61d..e71e29a153 100644 --- a/text/0779-first-class-component-templates.md +++ b/text/0779-first-class-component-templates.md @@ -10,6 +10,7 @@ teams: prs: accepted: 'https://github.com/emberjs/rfcs/pull/779' ready-for-release: 'https://github.com/emberjs/rfcs/pull/871' + released: 'https://github.com/emberjs/rfcs/pull/1050' project-link: --- From 895aac3fade278cc209c6fbec12f723bbaab3b1b Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Fri, 8 Nov 2024 14:08:55 -0500 Subject: [PATCH 3/3] Update 0779-first-class-component-templates.md --- text/0779-first-class-component-templates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text/0779-first-class-component-templates.md b/text/0779-first-class-component-templates.md index e71e29a153..06a88ac1ce 100644 --- a/text/0779-first-class-component-templates.md +++ b/text/0779-first-class-component-templates.md @@ -3,6 +3,8 @@ stage: released start-date: 2021-12-03T00:00:00.000Z release-date: release-versions: + ember-template-imports: 4.0.0 + ember-source: 3.28.0 teams: - framework - learning