Skip to content

Commit

Permalink
chore(release): v1.2.10 [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 03fd838 commit f0fc98e
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.10](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/compare/v1.2.9...v1.2.10) (2024-10-04)


### Bug Fixes

* updated dependencies, optimized code and moved to biome ([03fd838](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/commit/03fd838f7491b35a75b0b95836cc4d238b2af79b))



## [1.2.9](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/compare/v1.2.8...v1.2.9) (2024-07-02)


Expand Down Expand Up @@ -35,12 +44,3 @@



## [1.2.5](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/compare/v1.2.4...v1.2.5) (2024-04-16)


### Bug Fixes

* updated readme with images ([f3e198f](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds/commit/f3e198f24753093bf2b4284fba69b94bcd66c3b5))



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.9",
"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.10",
"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 f0fc98e

Please sign in to comment.