Skip to content

Commit

Permalink
chore(release): v1.2.12 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 4, 2024
1 parent 917fd69 commit adaa956
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 81 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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))



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

144 changes: 73 additions & 71 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit adaa956

Please sign in to comment.