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: v3.0.2
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: v3.1.0
Choose a head ref
  • 8 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 22, 2020

  1. chore(deps): update all non-major dependencies (#159)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 22, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    63e7708 View commit details
  2. chore(deps): update dependency @nuxt/content-theme-docs to ^0.6.1 (#168)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 22, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f834ff3 View commit details
  3. chore(deps): update devdependency eslint-plugin-jest to v24 (#162)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 22, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    40f5cbb View commit details
  4. chore(deps): update commitlint monorepo to v11 (#164)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 22, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    68584c8 View commit details
  5. chore(deps): update jest monorepo (#169)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 22, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cd56281 View commit details

Commits on Sep 25, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bf3e0db View commit details
  2. chore: remove console.log

    atinux committed Sep 25, 2020
    Copy the full SHA
    d350e54 View commit details
  3. chore(release): 3.1.0

    atinux committed Sep 25, 2020
    Copy the full SHA
    867ef67 View commit details
Showing with 1,451 additions and 1,198 deletions.
  1. +7 −0 CHANGELOG.md
  2. +2 −2 docs/package.json
  3. +348 −255 docs/yarn.lock
  4. +11 −8 lib/files/tailwind.config.js
  5. +3 −3 lib/module.js
  6. +12 −12 package.json
  7. +2 −2 test/config.test.js
  8. +2 −2 test/ok.test.js
  9. +1,064 −914 yarn.lock
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.1.0](https://github.com/nuxt-community/tailwindcss-module/compare/v3.0.2...v3.1.0) (2020-09-25)


### Features

* **purge:** handle custom srcDir and support TS ([#170](https://github.com/nuxt-community/tailwindcss-module/issues/170)) ([bf3e0db](https://github.com/nuxt-community/tailwindcss-module/commit/bf3e0db0b9188ad72a66ea98191583f19f979454))

### [3.0.2](https://github.com/nuxt-community/tailwindcss-module/compare/v3.0.1...v3.0.2) (2020-08-25)


4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
"license": "MIT",
"homepage": "https://tailwindcss.nuxtjs.org",
"dependencies": {
"@nuxt/content-theme-docs": "^0.5.3",
"nuxt": "^2.14.3"
"@nuxt/content-theme-docs": "^0.6.1",
"nuxt": "^2.14.6"
},
"devDependencies": {
"nuxt-ackee": "^2.0.0"
Loading