Skip to content

Commit

Permalink
Merge pull request #19823 from emberjs/jenweber-patch-2
Browse files Browse the repository at this point in the history
[DOC release beta 3.28] Fix deprecation info
  • Loading branch information
locks authored Nov 4, 2021
2 parents d52b265 + a50d168 commit 549361a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@ember/-internals/glimmer/lib/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1084,10 +1084,10 @@ if (EMBER_MODERNIZED_BUILT_IN_COMPONENTS) {
id: 'ember.component.reopen',
for: 'ember-source',
since: {
enabled: '4.0.0',
enabled: '3.27.0',
},
url: 'https://deprecations.emberjs.com/v4.x#toc_ember-component-reopen',
until: '5.0.0',
url: 'https://deprecations.emberjs.com/v3.x#toc_ember-component-reopen',
until: '4.0.0',
}
);

Expand Down

0 comments on commit 549361a

Please sign in to comment.