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.2
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.4
Choose a head ref
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 2, 2024

  1. chore(deps): update nuxt framework to ^3.12.3 (#271)

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 2, 2024
    Copy the full SHA
    0aed596 View commit details

Commits on Aug 16, 2024

  1. fix: augment vue rather than @vue/runtime-core (#278)

    danielroe authored Aug 16, 2024
    Copy the full SHA
    8efb0f0 View commit details
  2. chore(deps): update nuxt framework (#275)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 16, 2024
    Copy the full SHA
    99b61d8 View commit details
  3. chore(deps): update devdependency @typescript-eslint/parser to v8 (#276)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 16, 2024
    Copy the full SHA
    7fb5659 View commit details
  4. chore(deps): update vitest monorepo to v2 (major) (#274)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 16, 2024
    Copy the full SHA
    2f31a0e View commit details
  5. chore(deps): update all non-major dependencies (#272)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Roe <daniel@roe.dev>
    renovate[bot] and danielroe authored Aug 16, 2024
    Copy the full SHA
    7f7e262 View commit details
  6. chore(release): 3.4.3

    danielroe committed Aug 16, 2024
    Copy the full SHA
    5ab368f View commit details
  7. chore(release): 3.4.4

    danielroe committed Aug 16, 2024
    Copy the full SHA
    c7b3a52 View commit details
Showing with 2,459 additions and 3,432 deletions.
  1. +9 −0 CHANGELOG.md
  2. +2 −2 docs/package.json
  3. +18 −18 package.json
  4. +2 −2 playground/package.json
  5. +2,425 −3,409 pnpm-lock.yaml
  6. +3 −1 src/runtime/types.ts
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,15 @@

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.4](https://github.com/nuxt-modules/color-mode/compare/v3.4.3...v3.4.4) (2024-08-16)

### [3.4.3](https://github.com/nuxt-modules/color-mode/compare/v3.4.2...v3.4.3) (2024-08-16)


### Bug Fixes

* augment `vue` rather than `@vue/runtime-core` ([#278](https://github.com/nuxt-modules/color-mode/issues/278)) ([8efb0f0](https://github.com/nuxt-modules/color-mode/commit/8efb0f02ae3d3fd0facaab7d73f031a12ffd359d))

### [3.4.2](https://github.com/nuxt-modules/color-mode/compare/v3.4.1...v3.4.2) (2024-06-24)


4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"@nuxtjs/plausible": "^1.0.0",
"nuxt": "^3.12.2"
"@nuxtjs/plausible": "^1.0.2",
"nuxt": "^3.12.4"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nuxtjs/color-mode",
"version": "3.4.2",
"version": "3.4.4",
"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@9.4.0",
"packageManager": "pnpm@9.7.1",
"contributors": [
{
"name": "Nuxt Team"
@@ -38,28 +38,28 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.12.2",
"@nuxt/kit": "^3.12.4",
"pathe": "^1.1.2",
"pkg-types": "^1.1.1",
"semver": "^7.6.2"
"pkg-types": "^1.1.3",
"semver": "^7.6.3"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.1",
"@types/lodash.template": "^4.5.3",
"@types/semver": "^7.5.8",
"@typescript-eslint/parser": "^7.14.1",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.5.0",
"husky": "9.0.11",
"nuxt": "^3.12.2",
"@typescript-eslint/parser": "^8.1.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.0",
"husky": "9.1.4",
"nuxt": "^3.12.4",
"standard-version": "^9.5.0",
"typescript": "^5.5.2",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.22"
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
}
}
4 changes: 2 additions & 2 deletions 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.12.0",
"nuxt": "^3.12.2"
"@nuxtjs/tailwindcss": "^6.12.1",
"nuxt": "^3.12.4"
}
}
Loading