Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: primer/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @primer/react@37.11.1
Choose a base ref
...
head repository: primer/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @primer/react@37.11.2
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Jan 30, 2025

  1. patch 37.11.2

    francinelucca committed Jan 30, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f30d5f2 View commit details
Showing with 118 additions and 171 deletions.
  1. +1 −1 examples/app-router/package.json
  2. +1 −1 examples/codesandbox/package.json
  3. +1 −1 examples/theming/package.json
  4. +4 −4 package-lock.json
  5. +110 −163 packages/react/CHANGELOG.md
  6. +1 −1 packages/react/package.json
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@primer/react": "37.11.1",
"@primer/react": "37.11.2",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
2 changes: 1 addition & 1 deletion examples/codesandbox/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@primer/react": "37.11.1",
"@primer/react": "37.11.2",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.7",
2 changes: 1 addition & 1 deletion examples/theming/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
},
"dependencies": {
"@primer/octicons-react": "^19.14.0",
"@primer/react": "37.11.1",
"@primer/react": "37.11.2",
"clsx": "^1.2.1",
"next": "^14.2.15",
"react": "^18.3.1",
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading