Skip to content

Commit c70eeaf

Browse files
authored
Merge branch 'main' into liuliu/add-padding-to-action-bar-divider
2 parents fc91664 + cd5ab1b commit c70eeaf

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/beige-rings-relate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
docs: Fix Typos in comments

.changeset/chilly-keys-play.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/styled-react": patch
3+
---
4+
5+
Move the version to 1.0.1

packages/react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export type {
147147
SegmentedControlButtonProps,
148148
SegmentedControlIconButtonProps,
149149
} from './SegmentedControl'
150-
// Curently there is a duplicate Select component at the root of the dir, so need to be explicit about exporting from the src/Select dir
150+
// Currently there is a duplicate Select component at the root of the dir, so need to be explicit about exporting from the src/Select dir
151151
export {default as Select} from './Select'
152152
export type {SelectProps} from './Select'
153153
export {SelectPanel} from './SelectPanel'

packages/styled-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install -S @primer/styled-react
1313

1414
## Usage
1515

16-
This is a pre-1.0 package designed to interop between Primer and existing
16+
This is a package designed to interop between Primer and existing
1717
styled-components usage. As a result, expect breaking changes between minor
1818
versions as components will be removed when their `sx` usage goes to zero.
1919

0 commit comments

Comments
 (0)