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.3.3
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.3.4
Choose a head ref
  • 3 commits
  • 6 files changed
  • 5 contributors

Commits on Dec 11, 2020

  1. fix: addTemplate call compats low version nuxt (#225)

    Co-authored-by: sponge <cengchuanqiu@deepexi.com>
    zcqno1 and sponge authored Dec 11, 2020
    Copy the full SHA
    b18380d View commit details
  2. chore(deps): update all non-major dependencies (#222)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Dec 11, 2020
    Copy the full SHA
    4641a90 View commit details
  3. chore(release): 3.3.4

    atinux committed Dec 11, 2020
    Copy the full SHA
    956fcc8 View commit details
Showing with 508 additions and 324 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 docs/package.json
  3. +143 −137 docs/yarn.lock
  4. +6 −2 lib/module.js
  5. +6 −6 package.json
  6. +345 −178 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.3.4](https://github.com/nuxt-community/tailwindcss-module/compare/v3.3.3...v3.3.4) (2020-12-11)


### Bug Fixes

* addTemplate call compats low version nuxt ([#225](https://github.com/nuxt-community/tailwindcss-module/issues/225)) ([b18380d](https://github.com/nuxt-community/tailwindcss-module/commit/b18380dcd529d679314563f54f66dfe84556767c))

### [3.3.3](https://github.com/nuxt-community/tailwindcss-module/compare/v3.3.2...v3.3.3) (2020-12-04)

### [3.3.2](https://github.com/nuxt-community/tailwindcss-module/compare/v3.3.1...v3.3.2) (2020-12-04)
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"homepage": "https://tailwindcss.nuxtjs.org",
"dependencies": {
"@nuxt/content-theme-docs": "^0.8.2",
"nuxt": "^2.14.9"
"nuxt": "^2.14.11"
},
"devDependencies": {
"nuxt-ackee": "^2.0.0"
Loading