Skip to content

Commit ae2d000

Browse files
committed
fix links
1 parent 8fdb850 commit ae2d000

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/ember-released-6-2.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Ember.js 6.2 is an incremental, backwards compatible release of Ember with bug f
3434

3535
Ember.js 6.2 introduced 1 bug fix.
3636

37-
- (20811)[https://github.com/emberjs/ember.js/pull/20811] - fixes a type bug that prevented using the latest version of TypeScript.
37+
- [20811](https://github.com/emberjs/ember.js/pull/20811) - fixes a type bug that prevented using the latest version of TypeScript.
3838

3939
#### Features
4040

4141
Ember.js 6.2 introduced no new features, but it did include several pieces of clean up:
4242

43-
- (20798)[https://github.com/emberjs/ember.js/pull/20798] - Remove old code that supported old ember-test-helpers
44-
- (20809)[https://github.com/emberjs/ember.js/pull/20809] - Remove long enabled EMBER_TYPESCRIPT_BLUEPRINTS feature flag
43+
- [20798](https://github.com/emberjs/ember.js/pull/20798) - Remove old code that supported old ember-test-helpers
44+
- [20809](https://github.com/emberjs/ember.js/pull/20809) - Remove long enabled EMBER_TYPESCRIPT_BLUEPRINTS feature flag
4545

4646
#### Deprecations
4747

@@ -97,18 +97,18 @@ Ember CLI 6.2 introduced no new bux fixes.
9797

9898
Ember CLI 6.2 introduced 2 new features in a single pull request.
9999

100-
- (10562)[https://github.com/ember-cli/ember-cli/pull/10562] - Allow creating apps and addons everywhere, including inside of a project directory.
100+
- [10562](https://github.com/ember-cli/ember-cli/pull/10562) - Allow creating apps and addons everywhere, including inside of a project directory.
101101

102102
There were also several pieces of cleanup, enhancements and internal dependency updates:
103103

104-
- (10496)[https://github.com/ember-cli/ember-cli/pull/10496] - Clean up support for incorrect values for BROCCOLI_VIZ env var
105-
- (10555)[https://github.com/ember-cli/ember-cli/pull/10555] - Bump pnpm/action-setup to v4 in app and addon blueprints
106-
- (10577)[https://github.com/ember-cli/ember-cli/pull/10577] - Remove @ember/string from app blueprint @bertdeblock
107-
- (10578)[https://github.com/ember-cli/ember-cli/pull/10578] - Test against Node v22
108-
- (10579)[https://github.com/ember-cli/ember-cli/pull/10579] - Update sort-package-json
109-
- (10580)[https://github.com/ember-cli/ember-cli/pull/10580] - Update LTS versions in blueprints
110-
- (10583)[https://github.com/ember-cli/ember-cli/pull/10583] - Update app blueprint to support ember-qunit v9
111-
- (10585)[https://github.com/ember-cli/ember-cli/pull/10585] - Support WRITE_FIXTURES in more test files
104+
- [10496](https://github.com/ember-cli/ember-cli/pull/10496) - Clean up support for incorrect values for BROCCOLI_VIZ env var
105+
- [10555](https://github.com/ember-cli/ember-cli/pull/10555) - Bump pnpm/action-setup to v4 in app and addon blueprints
106+
- [10577](https://github.com/ember-cli/ember-cli/pull/10577) - Remove @ember/string from app blueprint @bertdeblock
107+
- [10578](https://github.com/ember-cli/ember-cli/pull/10578) - Test against Node v22
108+
- [10579](https://github.com/ember-cli/ember-cli/pull/10579) - Update sort-package-json
109+
- [10580](https://github.com/ember-cli/ember-cli/pull/10580) - Update LTS versions in blueprints
110+
- [10583](https://github.com/ember-cli/ember-cli/pull/10583) - Update app blueprint to support ember-qunit v9
111+
- [10585](https://github.com/ember-cli/ember-cli/pull/10585) - Support WRITE_FIXTURES in more test files
112112

113113
#### Deprecations
114114

0 commit comments

Comments
 (0)