Skip to content

Commit 32d8937

Browse files
chore(release): 1.3.3 [skip ci]
## [1.3.3](v1.3.2...v1.3.3) (2025-12-01) ### Bug Fixes * **grid:** ignore spacing keys with decimals to avoid invalid selectors in gutter utilities ([646db8f](646db8f))
1 parent 646db8f commit 32d8937

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.3](https://github.com/bawerbozdag/tw-bootstrap-grid/compare/v1.3.2...v1.3.3) (2025-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **grid:** ignore spacing keys with decimals to avoid invalid selectors in gutter utilities ([646db8f](https://github.com/bawerbozdag/tw-bootstrap-grid/commit/646db8f1289bb8bf5e3eba9b2e1211b1583d2808))
7+
18
## [1.3.2](https://github.com/bawerbozdag/tw-bootstrap-grid/compare/v1.3.1...v1.3.2) (2025-11-01)
29

310

package-lock.json

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tw-bootstrap-grid",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"type": "module",
55
"description": "A Tailwind CSS plugin that adds a responsive, Bootstrap-style grid system.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)