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/color-mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: nuxt-modules/color-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 11, 2024

  1. chore(renovate): update extends (#251)

    shinGangan authored Apr 11, 2024
    Copy the full SHA
    bd63b56 View commit details

Commits on Apr 25, 2024

  1. chore: update to latest @nuxt/module-builder (#257)

    danielroe authored Apr 25, 2024
    Copy the full SHA
    8cef8eb View commit details
  2. chore(deps): update devdependency @nuxt/test-utils to ^3.12.1 (#254)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 25, 2024
    Copy the full SHA
    170c5be View commit details

Commits on Apr 26, 2024

  1. fix: add tilde to css selector for tailwind integration (#259)

    ineshbose authored Apr 26, 2024
    Copy the full SHA
    16ae123 View commit details
  2. ci: add codecov token (#258)

    danielroe authored Apr 26, 2024
    Copy the full SHA
    7151a26 View commit details
  3. chore(deps): update pnpm to v9 (#255)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 26, 2024
    Copy the full SHA
    de26dd0 View commit details
  4. chore(deps): update all non-major dependencies (#252)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 26, 2024
    Copy the full SHA
    1eb537e View commit details
  5. chore(release): 3.4.1

    danielroe committed Apr 26, 2024
    Copy the full SHA
    65c90d4 View commit details
Showing with 8,693 additions and 6,222 deletions.
  1. +2 −0 .github/workflows/ci.yml
  2. +7 −0 CHANGELOG.md
  3. +13 −12 package.json
  4. +1 −1 playground/package.json
  5. +8,668 −6,207 pnpm-lock.yaml
  6. +1 −1 renovate.json
  7. +1 −1 src/module.ts
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -50,3 +50,5 @@ jobs:

- name: Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
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.4.1](https://github.com/nuxt-modules/color-mode/compare/v3.4.0...v3.4.1) (2024-04-26)


### Bug Fixes

* add tilde to css selector for tailwind integration ([#259](https://github.com/nuxt-modules/color-mode/issues/259)) ([16ae123](https://github.com/nuxt-modules/color-mode/commit/16ae1236f0d6a0f85c3e665b919c75f0742fa7de))

## [3.4.0](https://github.com/nuxt-modules/color-mode/compare/v3.3.3...v3.4.0) (2024-04-11)


25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nuxtjs/color-mode",
"version": "3.4.0",
"version": "3.4.1",
"description": "Dark and Light mode for Nuxt with auto detection",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/color-mode.git"
},
"license": "MIT",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.0.6",
"contributors": [
{
"name": "Nuxt Team"
@@ -40,24 +40,25 @@
"dependencies": {
"@nuxt/kit": "^3.11.2",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"pkg-types": "^1.1.0",
"semver": "^7.6.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@nuxt/module-builder": "^0.5.5",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/eslint-config": "^0.3.10",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@nuxt/test-utils": "^3.12.1",
"@types/lodash.template": "^4.5.3",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^9.0.0",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/coverage-v8": "^1.5.2",
"eslint": "^9.1.1",
"husky": "9.0.11",
"nuxt": "^3.11.2",
"standard-version": "^9.5.0",
"typescript": "^5.4.5",
"vitest": "^1.4.0",
"@nuxt/eslint-config": "^0.3.6"
"vitest": "^1.5.2",
"vue-tsc": "^2.0.14"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@nuxtjs/color-mode": "latest",
"@nuxtjs/tailwindcss": "^6.11.4",
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.11.2"
}
}
Loading