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: nuxt/icon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.3
Choose a base ref
...
head repository: nuxt/icon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d12da610e353955fc89645c958a5bb133640723
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 5, 2024

  1. feat: add console warning for icon load timeout (#266)

    gbyesiltas authored Oct 5, 2024
    Copy the full SHA
    857b2de View commit details

Commits on Oct 6, 2024

  1. fix: use hash for api key

    antfu committed Oct 6, 2024
    Copy the full SHA
    2d12da6 View commit details
Showing with 57 additions and 479 deletions.
  1. +1 −0 package.json
  2. +48 −476 pnpm-lock.yaml
  3. +5 −1 src/runtime/components/shared.ts
  4. +3 −2 src/runtime/server/api.ts
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"mlly": "^1.7.1",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"std-env": "^3.7.0"
},
Loading