Skip to content

Commit 70c1fdb

Browse files
committed
final cleanup
1 parent 5c22dec commit 70c1fdb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/ember-released-5-1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Ember.js 5.1 is an incremental, backwards compatible release of Ember with bug f
4040

4141
Ember.js 5.1 introduced 1 bug fix:
4242

43-
- [#20461](https://github.com/emberjs/ember.js/pull/20461) Fix a cyclic module crash when using Ember Engines and Ember FastBoot.
43+
- [#20461](https://github.com/emberjs/ember.js/pull/20461) - Fix a cyclic module crash when using Ember Engines and Ember FastBoot.
4444

4545
#### Features
4646

4747
Ember.js 5.1 introduced 1 feature:
4848

49-
- [#20449](https://github.com/emberjs/ember.js/pull/20449) Publish stable TypeScript types built from Ember's source.
49+
- [#20449](https://github.com/emberjs/ember.js/pull/20449) - Publish stable TypeScript types built from Ember's source.
5050

5151
#### Deprecations
5252

@@ -66,8 +66,8 @@ EmberData is the official data persistence library for Ember.js applications.
6666

6767
EmberData 5.1 introduced 2 bug fixes:
6868

69-
- [#8657](https://github.com/emberjs/data/pull/8657) - ensure deprecation configs are threaded to each package
70-
- [#8649](https://github.com/emberjs/data/pull/8649) - `NotificationManager` should only invoke resource/document callbacks owned by the originating store
69+
- [#8657](https://github.com/emberjs/data/pull/8657) - Ensure deprecation configs are threaded to each package.
70+
- [#8649](https://github.com/emberjs/data/pull/8649) - `NotificationManager` should only invoke resource/document callbacks owned by the originating store.
7171

7272
#### Features
7373

@@ -104,15 +104,15 @@ While it is recommended to keep Ember CLI versions in sync with Ember and EmberD
104104

105105
Ember CLI 5.1 introduced 2 bug fixes.
106106

107-
[#10300](https://github.com/ember-cli/ember-cli/pull/10300) - Do not try to wire up Testem unless a test framework is detected.
108-
[#10276](https://github.com/ember-cli/ember-cli/pull/10256) - Widen peer dependency range for ember-source.
107+
- [#10300](https://github.com/ember-cli/ember-cli/pull/10300) - Do not try to wire up Testem unless a test framework is detected.
108+
- [#10276](https://github.com/ember-cli/ember-cli/pull/10256) - Widen peer dependency range for ember-source.
109109

110110
#### Features
111111

112112
Ember CLI 5.1 introduced 2 features.
113113

114-
[#10256](https://github.com/ember-cli/ember-cli/pull/10256) - Align hbs templates generated by app blueprint with Prettier defaults.
115-
[#10287](https://github.com/ember-cli/ember-cli/pull/10287) Implementation of RFC 907 - pnpm support.
114+
- [#10256](https://github.com/ember-cli/ember-cli/pull/10256) - Align hbs templates generated by app blueprint with Prettier defaults.
115+
- [#10287](https://github.com/ember-cli/ember-cli/pull/10287) - Implementation of RFC 907 - pnpm support.
116116

117117
#### Deprecations
118118

0 commit comments

Comments
 (0)