Skip to content

Commit

Permalink
Version Package
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Oct 21, 2024
1 parent 3e61bf4 commit 7ac2c9d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@chialab/cells": "1.5.4"
},
"changesets": [
"nice-lions-tickle"
"nice-lions-tickle",
"young-cycles-type"
]
}
5 changes: 5 additions & 0 deletions .changeset/young-cycles-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chialab/cells": patch
---

Fix `h-N` class inside grid.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# [1.4.0](https://github.com/chialab/cells/compare/v1.3.0...v1.4.0) (2022-04-19)

## 1.6.0-next.1

### Patch Changes

- Fix `h-N` class inside grid.

## 1.6.0-next.0

### Minor Changes
Expand Down
1 change: 0 additions & 1 deletion lib/classes/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
}

.grid > :is(.h-1, .h-2, .h-3, .h-4, .h-5, .h-6, .h-7, .h-8, .h-9, .h-10, .h-11, .h-12, .h-13, .h-14) {
height: 100%;
grid-row: span var(--h-span);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chialab/cells",
"version": "1.6.0-next.0",
"version": "1.6.0-next.1",
"type": "module",
"description": "A strongly opinionated modular utility-first CSS library.",
"author": "Chialab <[email protected]> (https://www.chialab.it)",
Expand Down

0 comments on commit 7ac2c9d

Please sign in to comment.