Skip to content

Commit 1bfb128

Browse files
authored
Add todo for removing components deprecated in v35.0.0.0 (#1957)
* add todo for removing components deprecated in v35.0.0.0 * prettier doesn't like punctuations at the end of the sentence!
1 parent 842018e commit 1bfb128

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/deprecated/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* example: import {FormGroup} from '@primer/react/deprecated
77
*/
88

9+
// Deprecated in v35.0.0 on March 9, 2022
10+
// TODO: We can remove these 6 months after release: September 10, 2022
911
export {default as BorderBox} from './BorderBox'
1012
export type {BorderBoxProps} from './BorderBox'
1113
export {default as ChoiceFieldset, Item} from './ChoiceFieldset'
@@ -69,3 +71,4 @@ export type {
6971
ButtonTableListProps,
7072
ButtonCloseProps
7173
} from './Button'
74+
// end of v35.0.0

0 commit comments

Comments
 (0)