Skip to content

Commit 6a1f720

Browse files
authored
Merge branch 'main' into deprecate-sidenav
2 parents 97d81ab + 4f6e159 commit 6a1f720

File tree

12 files changed

+501
-47
lines changed

12 files changed

+501
-47
lines changed

.changeset/funny-hats-sing.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/proud-colts-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slimy-rabbits-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-hounds-notice.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Preview
1414
uses: primer/.github/.github/workflows/deploy_preview.yml@main
1515
with:
16-
node_version: 16
16+
node_version: 14
1717
install: npm ci && cd docs && npm ci && cd ..
1818
build: npm run build:docs:preview
1919
output_dir: docs/public

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ needs.guard.outputs.should_deploy == 'true' }}
3939
uses: primer/.github/.github/workflows/deploy.yml@main
4040
with:
41-
node_version: 16
41+
node_version: 14
4242
install: npm ci && cd docs && npm ci && cd ..
4343
build: npm run build:docs
4444
output_dir: docs/public

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @primer/components
22

3+
## 35.3.0
4+
5+
### Minor Changes
6+
7+
- [#2112](https://github.com/primer/react/pull/2112) [`74e1d138`](https://github.com/primer/react/commit/74e1d1386bc6bb6326c3c2b64b5e31146f9cc56b) Thanks [@colebemis](https://github.com/colebemis)! - [NavList](https://primer.style/NavList) is ready to use. You can now import it from the main bundle:
8+
9+
```js
10+
import {NavList} from '@primer/react'
11+
```
12+
13+
### Patch Changes
14+
15+
- [#2083](https://github.com/primer/react/pull/2083) [`ea69ccd6`](https://github.com/primer/react/commit/ea69ccd6b5255e70251889ffc2434e975a9c8184) Thanks [@ty-v1](https://github.com/ty-v1)! - Export new Dialog component from the `@primer/react/drafts` bundle:
16+
17+
```diff
18+
- import {Dialog} from '@primer/react/lib-esm/Dialog/Dialog'
19+
+ import {Dialog} from '@primer/react/drafts'
20+
```
21+
22+
* [#2117](https://github.com/primer/react/pull/2117) [`6e3532cf`](https://github.com/primer/react/commit/6e3532cf8ca11f6edc08e101d9cea4df6a1655ce) Thanks [@dgreif](https://github.com/dgreif)! - Allow minor version updates for production dependencies
23+
24+
- [#2095](https://github.com/primer/react/pull/2095) [`db5e629c`](https://github.com/primer/react/commit/db5e629c667203728d4256d4b6b549b9d3962e9d) Thanks [@hectahertz](https://github.com/hectahertz)! - Communicate the SelectPanel multi-select capability to assistive technologies.
25+
326
## 35.2.2
427

528
### Patch Changes

0 commit comments

Comments
 (0)