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-modules/tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.6.4
Choose a base ref
...
head repository: nuxt-modules/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.6.5
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 28, 2023

  1. chore(deps): update to tailwind 3.3.0 (#651)

    * chore(deps): update to tailwind 3.3.0
    
    * chore(deps): pin tailwind to minor version constraint
    owlnai authored Mar 28, 2023
    Copy the full SHA
    5901ac5 View commit details
  2. fix: typeof import default in dts (#647)

    * fix: typeof import default in dts
    
    * chore: using nuxt convention for indexing type
    ineshbose authored Mar 28, 2023
    Copy the full SHA
    a5702d4 View commit details

Commits on Mar 29, 2023

  1. chore: update pnpm lockfile

    danielroe committed Mar 29, 2023
    Copy the full SHA
    2d0b967 View commit details
  2. chore: update repo url

    danielroe committed Mar 29, 2023
    Copy the full SHA
    3c8990a View commit details
  3. chore(release): v6.6.5

    danielroe committed Mar 29, 2023
    Copy the full SHA
    8dac86d View commit details
Showing with 2,044 additions and 1,864 deletions.
  1. +165 −146 CHANGELOG.md
  2. +1 −1 docs/content/0.index.md
  3. +1 −1 docs/content/1.getting-started/2.options.md
  4. +1 −1 nuxt2-playground/nuxt.config.js
  5. +3 −3 package.json
  6. +1,870 −1,709 pnpm-lock.yaml
  7. +1 −1 src/module.ts
  8. +2 −2 src/utils.ts
Loading