diff --git a/CHANGELOG.md b/CHANGELOG.md index d45738f..05943bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.12](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/compare/v1.2.11...v1.2.12) (2024-10-04) + + +### Bug Fixes + +* fixed linter issue ([1ab0298](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/commit/1ab0298235a4e42b6bf7883ddf3a140c63e3e2d2)) + + + ## [1.2.11](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/compare/v1.2.10...v1.2.11) (2024-10-04) @@ -35,12 +44,3 @@ -## [1.2.7](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/compare/v1.2.6...v1.2.7) (2024-05-20) - - -### Bug Fixes - -* updated vite config ([2c3ced2](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/commit/2c3ced259ee88207478f4e4eea3f67345f7a2069)) - - - diff --git a/package-lock.json b/package-lock.json index bd22220..976bc01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nauverse/tailwind-dot-grid-backgrounds", - "version": "1.2.11", + "version": "1.2.12", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index b201d85..b506111 100644 --- a/package.json +++ b/package.json @@ -1,73 +1,75 @@ { - "name": "@nauverse/tailwind-dot-grid-backgrounds", - "description": "🎨 A tiny Tailwind plugin to add dot and grid customizable backgrounds fast", - "author": { - "name": "Albert Adler | @IAmAlbertAdler", - "url": "https://albertadler.com" - }, - "license": "MIT", - "homepage": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds", - "repository": { - "type": "git", - "url": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds.git" - }, - "bugs": { - "url": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/issues" - }, - "keywords": [ - "tailwind", - "tailwindcss", - "tailwindcss-plugin", - "tailwindcss-grid-background", - "tailwindcss-dot-background", - "grid-background", - "dot-background" - ], - "version": "1.2.11", - "type": "module", - "main": "./dist/tailwind-dot-grid-backgrounds.umd.cjs", - "module": "./dist/tailwind-dot-grid-backgrounds.js", - "types": "./dist/index.d.ts", - "engines": { - "node": ">=18.0.0" - }, - "exports": { - ".": { - "import": { - "types": "./dist/index.d.ts", - "default": "./dist/tailwind-dot-grid-backgrounds.js" - }, - "require": { - "types": "./dist/index.d.ts", - "default": "./dist/tailwind-dot-grid-backgrounds.umd.cjs" - } - } - }, - "files": ["dist"], - "scripts": { - "build": "tsc && vite build", - "test": "vitest", - "test:run": "vitest run", - "test:coverage": "vitest run --coverage", - "lint": "biome check", - "lint:fix": "biome check --write", - "prepare": "husky" - }, - "devDependencies": { - "@biomejs/biome": "1.9.3", - "@commitlint/cli": "19.5.0", - "@commitlint/config-conventional": "19.5.0", - "@types/node": "22.7.4", - "@vitest/coverage-v8": "2.1.2", - "husky": "9.1.6", - "tailwindcss": "3.4.13", - "postcss": "8.4.47", - "typescript": "5.6.2", - "vite": "5.4.8", - "vite-plugin-dts": "4.2.3", - "vitest": "2.1.2" - }, - "peerDependencies": { - "tailwindcss": ">=3.4.0" - } + "name": "@nauverse/tailwind-dot-grid-backgrounds", + "description": "🎨 A tiny Tailwind plugin to add dot and grid customizable backgrounds fast", + "author": { + "name": "Albert Adler | @IAmAlbertAdler", + "url": "https://albertadler.com" + }, + "license": "MIT", + "homepage": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds", + "repository": { + "type": "git", + "url": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds.git" + }, + "bugs": { + "url": "https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/issues" + }, + "keywords": [ + "tailwind", + "tailwindcss", + "tailwindcss-plugin", + "tailwindcss-grid-background", + "tailwindcss-dot-background", + "grid-background", + "dot-background" + ], + "version": "1.2.12", + "type": "module", + "main": "./dist/tailwind-dot-grid-backgrounds.umd.cjs", + "module": "./dist/tailwind-dot-grid-backgrounds.js", + "types": "./dist/index.d.ts", + "engines": { + "node": ">=18.0.0" + }, + "exports": { + ".": { + "import": { + "types": "./dist/index.d.ts", + "default": "./dist/tailwind-dot-grid-backgrounds.js" + }, + "require": { + "types": "./dist/index.d.ts", + "default": "./dist/tailwind-dot-grid-backgrounds.umd.cjs" + } + } + }, + "files": [ + "dist" + ], + "scripts": { + "build": "tsc && vite build", + "test": "vitest", + "test:run": "vitest run", + "test:coverage": "vitest run --coverage", + "lint": "biome check", + "lint:fix": "biome check --write", + "prepare": "husky" + }, + "devDependencies": { + "@biomejs/biome": "1.9.3", + "@commitlint/cli": "19.5.0", + "@commitlint/config-conventional": "19.5.0", + "@types/node": "22.7.4", + "@vitest/coverage-v8": "2.1.2", + "husky": "9.1.6", + "tailwindcss": "3.4.13", + "postcss": "8.4.47", + "typescript": "5.6.2", + "vite": "5.4.8", + "vite-plugin-dts": "4.2.3", + "vitest": "2.1.2" + }, + "peerDependencies": { + "tailwindcss": ">=3.4.0" + } }