Skip to content

Commit

Permalink
Merge branch 'main' into action-bar-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pksjce committed May 8, 2024
2 parents 669b88c + e39fcf8 commit 7af6efc
Show file tree
Hide file tree
Showing 22 changed files with 442 additions and 257 deletions.
5 changes: 5 additions & 0 deletions .changeset/grumpy-coats-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': minor
---

Broaden feature flag type for experimental FeatureFlags to accept undefined
5 changes: 5 additions & 0 deletions .changeset/tall-forks-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': patch
---

Dialog: Use dynamic view height/width. This allows available visible space to be properly computed on iOS devices.
5 changes: 5 additions & 0 deletions .changeset/wild-students-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": minor
---

Adds support for nested submenus to `ActionMenu`
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"styled-system": "^5.1.0"
},
"devDependencies": {
"cross-env": "7.0.2",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-config-react-app": "7.0.1",
"globby": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "5.x",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"styled-components": "5.x",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"vite": "^5.2.6"
}
}
Loading

0 comments on commit 7af6efc

Please sign in to comment.