Skip to content

Commit ebd227a

Browse files
committed
Update casing for Ember Data -> EmberData
This aligns with the latest guidance from package authors and contributors. I updated our blog template. Reference the README of https://github.com/emberjs/data when in doubt.
1 parent 6dae62d commit ebd227a

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

content/ember-released-5-3.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags:
1010
- version-5-x
1111
---
1212

13-
Today the Ember project is releasing version 5.3 of Ember.js, Ember Data, and Ember CLI. <!-- Block start: Uncomment if an LTS candidate --><!--This release of Ember.js is an LTS (Long Term Support) candidate. LTS candidates prioritize stability over the addition of new features, and have an extended support schedule.--><!-- Block end -->
13+
Today the Ember project is releasing version 5.3 of Ember.js, EmberData, and Ember CLI. <!-- Block start: Uncomment if an LTS candidate --><!--This release of Ember.js is an LTS (Long Term Support) candidate. LTS candidates prioritize stability over the addition of new features, and have an extended support schedule.--><!-- Block end -->
1414

1515
This release kicks off the 5.4 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases.
1616

@@ -48,26 +48,26 @@ For more details on changes in Ember.js 5.3, please review the [Ember.js 5.3.0 r
4848

4949
---
5050

51-
## Ember Data
51+
## EmberData
5252

53-
Ember Data is the official data persistence library for Ember.js applications.
53+
EmberData is the official data persistence library for Ember.js applications.
5454

55-
### Changes in Ember Data 5.3
55+
### Changes in EmberData 5.3
5656

5757
#### Bug Fixes
5858

59-
Ember Data 5.3 introduced 0 bug fixes.
59+
EmberData 5.3 introduced 0 bug fixes.
6060

6161
#### Features
6262

63-
Ember Data 5.3 introduced 0 features.
63+
EmberData 5.3 introduced 0 features.
6464

6565
#### Deprecations
6666

67-
Ember Data 5.3 introduced 0 deprecations.
67+
EmberData 5.3 introduced 0 deprecations.
6868

69-
For more details on changes in Ember Data 5.3, please review the
70-
[Ember Data 5.3.0 release page](https://github.com/emberjs/data/releases/tag/v5.3.0).
69+
For more details on changes in EmberData 5.3, please review the
70+
[EmberData 5.3.0 release page](https://github.com/emberjs/data/releases/tag/v5.3.0).
7171

7272
---
7373

@@ -85,7 +85,7 @@ npx ember-cli-update
8585

8686
This utility will help you to update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. For more information on the `ember-cli-update` project, see [the GitHub README](https://github.com/ember-cli/ember-cli-update).
8787

88-
While it is recommended to keep Ember CLI versions in sync with Ember and Ember Data, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or Ember Data by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`.
88+
While it is recommended to keep Ember CLI versions in sync with Ember and EmberData, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or EmberData by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`.
8989

9090
### Changes in Ember CLI 5.3
9191

post-templates/emberblog-template.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
- version-4-x
1010
---
1111

12-
Today the Ember project is releasing version VER of Ember.js, Ember Data, and Ember CLI. <!-- Block start: Uncomment if an LTS candidate --><!--This release of Ember.js is an LTS (Long Term Support) candidate. LTS candidates prioritize stability over the addition of new features, and have an extended support schedule.--><!-- Block end -->
12+
Today the Ember project is releasing version VER of Ember.js, EmberData, and Ember CLI. <!-- Block start: Uncomment if an LTS candidate --><!--This release of Ember.js is an LTS (Long Term Support) candidate. LTS candidates prioritize stability over the addition of new features, and have an extended support schedule.--><!-- Block end -->
1313

1414
This release kicks off the VER+0.1 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases.
1515

@@ -57,26 +57,26 @@ For more details on changes in Ember.js VER, please review the [Ember.js VER.0 r
5757

5858
---
5959

60-
## Ember Data
60+
## EmberData
6161

62-
Ember Data is the official data persistence library for Ember.js applications.
62+
EmberData is the official data persistence library for Ember.js applications.
6363

64-
### Changes in Ember Data VER
64+
### Changes in EmberData VER
6565

6666
#### Bug Fixes
6767

68-
Ember Data VER introduced 0 bug fixes.
68+
EmberData VER introduced 0 bug fixes.
6969

7070
#### Features
7171

72-
Ember Data VER introduced 0 features.
72+
EmberData VER introduced 0 features.
7373

7474
#### Deprecations
7575

76-
Ember Data VER introduced 0 deprecations.
76+
EmberData VER introduced 0 deprecations.
7777

78-
For more details on changes in Ember Data VER, please review the
79-
[Ember Data VER.0 release page](https://github.com/emberjs/data/releases/tag/vVER.0).
78+
For more details on changes in EmberData VER, please review the
79+
[EmberData VER.0 release page](https://github.com/emberjs/data/releases/tag/vVER.0).
8080

8181
---
8282

@@ -94,7 +94,7 @@ npx ember-cli-update
9494

9595
This utility will help you to update your app or addon to the latest Ember CLI version. You will probably encounter merge conflicts, in which the default behavior is to let you resolve conflicts on your own. For more information on the `ember-cli-update` project, see [the GitHub README](https://github.com/ember-cli/ember-cli-update).
9696

97-
While it is recommended to keep Ember CLI versions in sync with Ember and Ember Data, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or Ember Data by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`.
97+
While it is recommended to keep Ember CLI versions in sync with Ember and EmberData, this is not required. After updating ember-cli, you can keep your current version(s) of Ember or EmberData by editing `package.json` to revert the changes to the lines containing `ember-source` and `ember-data`.
9898

9999
### Changes in Ember CLI VER
100100

0 commit comments

Comments
 (0)