Skip to content

Commit

Permalink
fix LocalTime deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mxriverlynn committed Dec 6, 2022
1 parent 9fa9370 commit 6216edd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/primer/deprecations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# See 'docs/contributors/deprecations.md' for information on configuration options.

deprecations:
- component: "Primer::LocalTime"
replacement: "Primer::Alpha::LocalTime"
- component: "Primer::Alpha::AutoComplete"
autocorrect: true
replacement: "Primer::Beta::AutoComplete"
Expand Down Expand Up @@ -61,6 +59,10 @@ deprecations:
autocorrect: true
replacement: "Primer::Beta::Link"

- component: "Primer::LocalTime"
autocorrect: true
replacement: "Primer::Alpha::LocalTime"

- component: "Primer::PopoverComponent"
autocorrect: true
replacement: "Primer::Beta::Popover"
Expand Down

0 comments on commit 6216edd

Please sign in to comment.